{"id":"53020b7e-1112-49c0-bf7d-9f6166269bd1","shortId":"kRyUaN","kind":"x402","title":"AnyAPI reddit.search (Reddit Search)","tagline":"AnyAPI reddit.search (Reddit Search)","description":"AnyAPI reddit.search (Reddit Search)","tags":[],"capabilities":["x402-eip155:8453","http-post","input:cursor","input:query","input:sort","input:timeframe"],"categories":[],"synonyms":[],"warnings":[],"endpointUrl":"https://api.getanyapi.com/v1/run/reddit.search","protocol":"x402","transport":"http","auth":{"type":"x402","details":[{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0x754BD2A6799e766B1E2b9f1Ae7fBdC0CeD96ef13","amount":"1000","scheme":"exact","network":"eip155:8453","mimeType":"application/json","resource":"https://api.getanyapi.com/v1/run/reddit.search","extensions":{"bazaar":{"info":{"input":{"body":{"query":"mechanical keyboard"},"type":"http","method":"POST","bodyType":"json"},"output":{"type":"json"}},"schema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"type":"object","properties":{"body":{"type":"object","title":"Reddit search input","example":{"query":"mechanical keyboard"},"required":["query"],"properties":{"sort":{"enum":["relevance","hot","top","new","comments"],"type":"string","description":"Result sort order."},"query":{"type":"string","description":"Free-text search across all of Reddit. Reddit's field operators are supported inside the string: subreddit:<name> to scope to one subreddit, author:<user>, title:<text>, selftext:<text>, self:yes|no, nsfw:yes|no, and boolean AND/OR/NOT. To restrict to a single subreddit you can use subreddit:<name> here, or use the reddit.subreddit_posts SKU for a plain subreddit listing."},"cursor":{"type":"string","description":"Opaque pagination cursor from a previous response's nextCursor. Omit for the first page; pass it to fetch the next page of results."},"timeframe":{"enum":["hour","day","week","month","year","all"],"type":"string","description":"Time window for results."}},"additionalProperties":false}}},"output":{"type":"object","properties":{"example":{"type":"object","required":["output","provider","costUsd"],"properties":{"items":{"type":"integer","description":"Number of result rows returned. For per-result SKUs the per-item cost is charged against this count; for input-priced SKUs the charge is per submitted input, independent of this count."},"output":{"type":"object","title":"Reddit search output","required":["found","data"],"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","required":["posts","nextCursor"],"properties":{"posts":{"type":"array","items":{"type":"object","required":["id","title","author","score","numComments","url","permalink","createdUtc","subreddit"],"properties":{"id":{"type":"string","description":"Reddit post ID (base-36, without the t3_ prefix).","x-anyapi-must-populate":true},"url":{"type":"string","description":"The post's destination link (the external URL for link posts, or the thread URL for self posts).","x-anyapi-must-populate":true},"score":{"type":"integer","description":"Net score (upvotes minus downvotes) at fetch time."},"title":{"type":"string","description":"Post title.","x-anyapi-must-populate":true},"author":{"type":"string","description":"Author username, without the u/ prefix.","x-anyapi-must-populate":true},"permalink":{"type":"string","description":"Canonical reddit.com thread path for the post (e.g. \"/r/golang/comments/abc123/...\"). Differs from url, which is the destination link. Empty if the upstream omits it.","x-anyapi-must-populate":true},"subreddit":{"type":"string","description":"Subreddit name, without the r/ prefix.","x-anyapi-must-populate":true},"createdUtc":{"type":"number","description":"UTC epoch timestamp in seconds (Unix time). Multiply by 1000 for a JS Date in milliseconds."},"numComments":{"type":"integer","description":"Total number of comments on the post."}}},"x-anyapi-must-populate":true},"nextCursor":{"type":"string","description":"Cursor for the next page of results; pass it back as the `cursor` input to fetch the following page. Empty string when there are no more results."}},"additionalProperties":false}]},"found":{"type":"boolean"}},"additionalProperties":false},"costUsd":{"type":"number","description":"Amount charged in USD for this call."},"provider":{"type":"string","description":"Always \"AnyAPI\"."}}}}}}}}},"description":"AnyAPI reddit.search (Reddit Search)","outputSchema":{"input":{"type":"http","method":"POST","bodyType":"json","bodyFields":{"sort":{"enum":["relevance","hot","top","new","comments"],"type":"string","description":"Result sort order."},"query":{"type":"string","description":"Free-text search across all of Reddit. Reddit's field operators are supported inside the string: subreddit:<name> to scope to one subreddit, author:<user>, title:<text>, selftext:<text>, self:yes|no, nsfw:yes|no, and boolean AND/OR/NOT. To restrict to a single subreddit you can use subreddit:<name> here, or use the reddit.subreddit_posts SKU for a plain subreddit listing."},"cursor":{"type":"string","description":"Opaque pagination cursor from a previous response's nextCursor. Omit for the first page; pass it to fetch the next page of results."},"timeframe":{"enum":["hour","day","week","month","year","all"],"type":"string","description":"Time window for results."}},"discoverable":true},"output":{"type":"object","required":["output","provider","costUsd"],"properties":{"items":{"type":"integer","description":"Number of result rows returned. For per-result SKUs the per-item cost is charged against this count; for input-priced SKUs the charge is per submitted input, independent of this count."},"output":{"type":"object","title":"Reddit search output","required":["found","data"],"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","required":["posts","nextCursor"],"properties":{"posts":{"type":"array","items":{"type":"object","required":["id","title","author","score","numComments","url","permalink","createdUtc","subreddit"],"properties":{"id":{"type":"string","description":"Reddit post ID (base-36, without the t3_ prefix).","x-anyapi-must-populate":true},"url":{"type":"string","description":"The post's destination link (the external URL for link posts, or the thread URL for self posts).","x-anyapi-must-populate":true},"score":{"type":"integer","description":"Net score (upvotes minus downvotes) at fetch time."},"title":{"type":"string","description":"Post title.","x-anyapi-must-populate":true},"author":{"type":"string","description":"Author username, without the u/ prefix.","x-anyapi-must-populate":true},"permalink":{"type":"string","description":"Canonical reddit.com thread path for the post (e.g. \"/r/golang/comments/abc123/...\"). Differs from url, which is the destination link. Empty if the upstream omits it.","x-anyapi-must-populate":true},"subreddit":{"type":"string","description":"Subreddit name, without the r/ prefix.","x-anyapi-must-populate":true},"createdUtc":{"type":"number","description":"UTC epoch timestamp in seconds (Unix time). Multiply by 1000 for a JS Date in milliseconds."},"numComments":{"type":"integer","description":"Total number of comments on the post."}}},"x-anyapi-must-populate":true},"nextCursor":{"type":"string","description":"Cursor for the next page of results; pass it back as the `cursor` input to fetch the following page. Empty string when there are no more results."}},"additionalProperties":false}]},"found":{"type":"boolean"}},"additionalProperties":false},"costUsd":{"type":"number","description":"Amount charged in USD for this call."},"provider":{"type":"string","description":"Always \"AnyAPI\"."}}}},"maxTimeoutSeconds":60}]},"qualityScore":"0.000","qualityRationale":null,"verified":false,"liveness":"unknown","lastLivenessCheck":null,"agentReviews":{"count":0,"score_avg":null,"cost_usd_avg":null,"success_rate":null,"latency_p50_ms":null,"narrative_summary":null,"summary_updated_at":null},"enrichmentModel":null,"enrichmentVersion":1,"enrichedAt":null,"embedding":null,"createdAt":"2026-06-23T08:07:17.776Z","updatedAt":"2026-07-17T01:31:17.516Z","lastSeenAt":"2026-07-17T01:31:17.516Z","tsv":"'anyapi':1,5,9 'http-post' 'input:cursor' 'input:query' 'input:sort' 'input:timeframe' 'reddit':3,7,11 'reddit.search':2,6,10 'search':4,8,12 'x402-eip155:8453'","prices":[{"id":"57accc00-bb94-4190-bccf-1c533ad542cb","listingId":"53020b7e-1112-49c0-bf7d-9f6166269bd1","amountUsd":null,"unit":"per_call","nativeCurrency":"USD COIN","nativeAmount":null,"chain":"base","payTo":"0x754BD2A6799e766B1E2b9f1Ae7fBdC0CeD96ef13","paymentMethod":"x402-usd coin","isPrimary":true,"details":{"scheme":"exact","mime_type":"application/json","accepts_all":[{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0x754BD2A6799e766B1E2b9f1Ae7fBdC0CeD96ef13","amount":"2000","scheme":"exact","network":"eip155:8453","mimeType":"application/json","resource":"https://api.getanyapi.com/v1/run/reddit.search","extensions":{"bazaar":{"info":{"input":{"body":{"query":"mechanical keyboard"},"type":"http","method":"POST","bodyType":"json"},"output":{"type":"json"}},"schema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"type":"object","properties":{"body":{"type":"object","title":"Reddit search input","example":{"query":"mechanical keyboard"},"required":["query"],"properties":{"sort":{"enum":["relevance","hot","top","new","comments"],"type":"string","description":"Result sort order."},"after":{"type":"string","description":"Pagination token from a previous response."},"query":{"type":"string","description":"The Reddit search query."},"timeframe":{"enum":["hour","day","week","month","year","all"],"type":"string","description":"Time window for results."}},"additionalProperties":false}}},"output":{"type":"object","properties":{"example":{"type":"object","required":["output","provider","costUsd"],"properties":{"items":{"type":"integer","description":"Number of result rows returned. For per-result SKUs the per-item cost is charged against this count; for input-priced SKUs the charge is per submitted input, independent of this count."},"output":{"type":"object","title":"Reddit search output","required":["posts"],"properties":{"posts":{"type":"array","items":{"type":"object","required":["id","title","author","score","numComments","url","createdUtc","subreddit"],"properties":{"id":{"type":"string"},"url":{"type":"string"},"score":{"type":"integer"},"title":{"type":"string"},"author":{"type":"string"},"subreddit":{"type":"string"},"createdUtc":{"type":"number"},"numComments":{"type":"integer"}},"additionalProperties":false}}},"additionalProperties":false},"costUsd":{"type":"number","description":"Amount charged in USD for this call."},"provider":{"type":"string","description":"Always \"AnyAPI\"."}}}}}}}}},"description":"AnyAPI reddit.search (Reddit Search)","outputSchema":{"input":{"type":"http","method":"POST","bodyType":"json","bodyFields":{"sort":{"enum":["relevance","hot","top","new","comments"],"type":"string","description":"Result sort order."},"after":{"type":"string","description":"Pagination token from a previous response."},"query":{"type":"string","description":"The Reddit search query."},"timeframe":{"enum":["hour","day","week","month","year","all"],"type":"string","description":"Time window for results."}},"discoverable":true},"output":{"type":"object","required":["output","provider","costUsd"],"properties":{"items":{"type":"integer","description":"Number of result rows returned. For per-result SKUs the per-item cost is charged against this count; for input-priced SKUs the charge is per submitted input, independent of this count."},"output":{"type":"object","title":"Reddit search output","required":["posts"],"properties":{"posts":{"type":"array","items":{"type":"object","required":["id","title","author","score","numComments","url","createdUtc","subreddit"],"properties":{"id":{"type":"string"},"url":{"type":"string"},"score":{"type":"integer"},"title":{"type":"string"},"author":{"type":"string"},"subreddit":{"type":"string"},"createdUtc":{"type":"number"},"numComments":{"type":"integer"}},"additionalProperties":false}}},"additionalProperties":false},"costUsd":{"type":"number","description":"Amount charged in USD for this call."},"provider":{"type":"string","description":"Always \"AnyAPI\"."}}}},"maxTimeoutSeconds":60}],"asset_contract":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","max_timeout_seconds":60},"createdAt":"2026-06-23T08:07:17.776Z"}],"sources":[{"listingId":"53020b7e-1112-49c0-bf7d-9f6166269bd1","source":"x402_bazaar","sourceId":"https://api.getanyapi.com/v1/run/reddit.search","sourceUrl":"https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources","isPrimary":true,"firstSeenAt":"2026-06-23T08:07:17.776Z","lastSeenAt":"2026-07-17T01:31:17.516Z"}],"details":{"listingId":"53020b7e-1112-49c0-bf7d-9f6166269bd1","quickStartSnippet":null,"exampleRequest":null,"exampleResponse":null,"schema":{"input":{"type":"http","method":"POST","bodyType":"json","bodyFields":{"sort":{"enum":["relevance","hot","top","new","comments"],"type":"string","description":"Result sort order."},"query":{"type":"string","description":"Free-text search across all of Reddit. Reddit's field operators are supported inside the string: subreddit:<name> to scope to one subreddit, author:<user>, title:<text>, selftext:<text>, self:yes|no, nsfw:yes|no, and boolean AND/OR/NOT. To restrict to a single subreddit you can use subreddit:<name> here, or use the reddit.subreddit_posts SKU for a plain subreddit listing."},"cursor":{"type":"string","description":"Opaque pagination cursor from a previous response's nextCursor. Omit for the first page; pass it to fetch the next page of results."},"timeframe":{"enum":["hour","day","week","month","year","all"],"type":"string","description":"Time window for results."}},"discoverable":true},"output":{"type":"object","required":["output","provider","costUsd"],"properties":{"items":{"type":"integer","description":"Number of result rows returned. For per-result SKUs the per-item cost is charged against this count; for input-priced SKUs the charge is per submitted input, independent of this count."},"output":{"type":"object","title":"Reddit search output","required":["found","data"],"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","required":["posts","nextCursor"],"properties":{"posts":{"type":"array","items":{"type":"object","required":["id","title","author","score","numComments","url","permalink","createdUtc","subreddit"],"properties":{"id":{"type":"string","description":"Reddit post ID (base-36, without the t3_ prefix).","x-anyapi-must-populate":true},"url":{"type":"string","description":"The post's destination link (the external URL for link posts, or the thread URL for self posts).","x-anyapi-must-populate":true},"score":{"type":"integer","description":"Net score (upvotes minus downvotes) at fetch time."},"title":{"type":"string","description":"Post title.","x-anyapi-must-populate":true},"author":{"type":"string","description":"Author username, without the u/ prefix.","x-anyapi-must-populate":true},"permalink":{"type":"string","description":"Canonical reddit.com thread path for the post (e.g. \"/r/golang/comments/abc123/...\"). Differs from url, which is the destination link. Empty if the upstream omits it.","x-anyapi-must-populate":true},"subreddit":{"type":"string","description":"Subreddit name, without the r/ prefix.","x-anyapi-must-populate":true},"createdUtc":{"type":"number","description":"UTC epoch timestamp in seconds (Unix time). Multiply by 1000 for a JS Date in milliseconds."},"numComments":{"type":"integer","description":"Total number of comments on the post."}}},"x-anyapi-must-populate":true},"nextCursor":{"type":"string","description":"Cursor for the next page of results; pass it back as the `cursor` input to fetch the following page. Empty string when there are no more results."}},"additionalProperties":false}]},"found":{"type":"boolean"}},"additionalProperties":false},"costUsd":{"type":"number","description":"Amount charged in USD for this call."},"provider":{"type":"string","description":"Always \"AnyAPI\"."}}}},"openapiUrl":null,"agentsTxtUrl":null,"citations":[],"useCases":[],"bestFor":[],"notFor":[],"kindDetails":{"x402_version":2,"resource_type":"http","bazaar_last_updated":"2026-07-06T20:02:33.717Z"},"updatedAt":"2026-07-17T01:31:17.516Z"}}