Overview

AnyAPI reddit.search (Reddit Search)

Protocol x402
Price
Payment Asset USD Coin
Payment Network eip155:8453
Category tools/search
Provider getanyapi
Source bazaar
Indexed 2026-06-23 08:15:16

Health

Status unknown
Latency (p50)
Uptime (30d)
Reliability Score
Last Checked Never
Last Healthy Never
Consecutive Failures 0

x402 Payment Validation

Payment Requirements
Asset Verified
Facilitator

Input Schema

{ "bodyFields": { "after": { "description": "Pagination token from a previous response.", "type": "string" }, "query": { "description": "The Reddit search query.", "type": "string" }, "sort": { "description": "Result sort order.", "enum": [ "relevance", "hot", "top", "new", "comments" ], "type": "string" }, "timeframe": { "description": "Time window for results.", "enum": [ "hour", "day", "week", "month", "year", "all" ], "type": "string" } }, "bodyType": "json", "discoverable": true, "method": "POST", "type": "http" }

Output Schema

{ "properties": { "costUsd": { "description": "Amount charged in USD for this call.", "type": "number" }, "items": { "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.", "type": "integer" }, "output": { "additionalProperties": false, "properties": { "posts": { "items": { "additionalProperties": false, "properties": { "author": { "type": "string" }, "createdUtc": { "type": "number" }, "id": { "type": "string" }, "numComments": { "type": "integer" }, "score": { "type": "integer" }, "subreddit": { "type": "string" }, "title": { "type": "string" }, "url": { "type": "string" } }, "required": [ "id", "title", "author", "score", "numComments", "url", "createdUtc", "subreddit" ], "type": "object" }, "type": "array" } }, "required": [ "posts" ], "title": "Reddit search output", "type": "object" }, "provider": { "description": "Always \"AnyAPI\".", "type": "string" } }, "required": [ "output", "provider", "costUsd" ], "type": "object" }