AnyAPI reddit.search (Reddit Search)
https://api.getanyapi.com/v1/run/reddit.searchOverview
AnyAPI reddit.search (Reddit Search)
Protocol
x402
Price
—
Payment Asset
USD Coin
Payment Network
Base
Category
tools/search
Provider
getanyapi
Source
bazaar
Indexed
2026-06-23 08:15:16
Health
Status
degraded
Latency (p50)
211ms
Uptime (30d)
100.0%
Reliability Score
90/100
Last Checked
2026-08-09 04:38:15
Last Healthy
Never
Consecutive Failures
1
x402 Payment Validation
Payment Requirements
Invalid
Asset Verified
—
Facilitator
—
Input Schema
{
"bodyFields": {
"cursor": {
"description": "Opaque pagination cursor from a previous response's nextCursor. Omit for the first page; pass it to fetch the next page of results.",
"type": "string"
},
"query": {
"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.",
"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": {
"data": {
"oneOf": [
{
"type": "null"
},
{
"additionalProperties": false,
"properties": {
"nextCursor": {
"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.",
"type": "string"
},
"posts": {
"items": {
"properties": {
"author": {
"description": "Author username, without the u/ prefix.",
"type": "string",
"x-anyapi-must-populate": true
},
"createdUtc": {
"description": "UTC epoch timestamp in seconds (Unix time). Multiply by 1000 for a JS Date in milliseconds.",
"type": "number"
},
"id": {
"description": "Reddit post ID (base-36, without the t3_ prefix).",
"type": "string",
"x-anyapi-must-populate": true
},
"numComments": {
"description": "Total number of comments on the post.",
"type": "integer"
},
"permalink": {
"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.",
"type": "string",
"x-anyapi-must-populate": true
},
"score": {
"description": "Net score (upvotes minus downvotes) at fetch time.",
"type": "integer"
},
"subreddit": {
"description": "Subreddit name, without the r/ prefix.",
"type": "string",
"x-anyapi-must-populate": true
},
"title": {
"description": "Post title.",
"type": "string",
"x-anyapi-must-populate": true
},
"url": {
"description": "The post's destination link (the external URL for link posts, or the thread URL for self posts).",
"type": "string",
"x-anyapi-must-populate": true
}
},
"required": [
"id",
"title",
"author",
"score",
"numComments",
"url",
"permalink",
"createdUtc",
"subreddit"
],
"type": "object"
},
"type": "array",
"x-anyapi-must-populate": true
}
},
"required": [
"posts",
"nextCursor"
],
"type": "object"
}
]
},
"found": {
"type": "boolean"
}
},
"required": [
"found",
"data"
],
"title": "Reddit search output",
"type": "object"
},
"provider": {
"description": "Always \"AnyAPI\".",
"type": "string"
}
},
"required": [
"output",
"provider",
"costUsd"
],
"type": "object"
}
Recent Health Checks
| Time | Status | HTTP | Latency | Error |
|---|---|---|---|---|
| 2026-08-09 04:38:15 | degraded | 401 | 513ms | |
| 2026-08-09 02:54:44 | degraded | 401 | 485ms | |
| 2026-08-08 19:16:45 | degraded | 401 | 146ms | |
| 2026-08-08 16:48:33 | degraded | 401 | 133ms | |
| 2026-08-08 12:10:34 | degraded | 401 | 211ms | |
| 2026-08-08 03:12:38 | degraded | 401 | 467ms | |
| 2026-08-08 01:48:40 | degraded | 401 | 440ms | |
| 2026-08-07 21:06:55 | degraded | 401 | 147ms | |
| 2026-08-07 16:28:50 | degraded | 401 | 154ms | |
| 2026-08-07 07:27:11 | degraded | 401 | 132ms | |
| 2026-08-07 05:18:12 | degraded | 401 | 468ms | |
| 2026-08-06 23:55:14 | degraded | 401 | 132ms | |
| 2026-08-06 19:48:05 | degraded | 401 | 486ms | |
| 2026-08-06 15:48:42 | degraded | 401 | 503ms | |
| 2026-08-06 08:55:45 | degraded | 401 | 135ms |