Reddit search scraper — keyword-search all of Reddit, or scope to one subreddit,
Reddit search scraper — keyword-search all of Reddit, or scope to one subreddit, for AI agents. Find posts matching any query, sorted by relevance, top, new, hot, or comments, with an optional time window. Returns each post’s title, author, subreddit, score, comment count, permalink, external link + domain, flair, and timestamp. No login, no API key. Track brand mentions, monitor topics, and surface Reddit discussion for agents.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
924 msmedian answer time
$0.03listed price per call
$0.03price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://reddit.apitoll.cloud/v1/reddit/search
| Category | Search and research |
|---|---|
| Provider host | reddit.apitoll.cloud |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 3 from 3 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.03 | 924 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"q": "rust language",
"sort": "relevance"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"limit": {
"description": "Max posts to return (1-100).",
"maximum": 100,
"minimum": 1,
"type": "integer"
},
"q": {
"description": "Keyword or phrase to search. Wrap a multi-word phrase in double quotes for exact-match. Defaults to a demo query if omitted.",
"type": "string"
},
"sort": {
"description": "Result ranking. Use relevance or top for precision.",
"enum": [
"relevance",
"top",
"new",
"hot",
"comments"
],
"type": "string"
},
"subreddit": {
"description": "Optional \u2014 scope the search to this subreddit (r/ prefix optional). Omit for a sitewide search.",
"type": "string"
},
"time": {
"description": "Time window \u2014 applies to top.",
"enum": [
"hour",
"day",
"week",
"month",
"year",
"all"
],
"type": "string"
}
},
"required": [
"q"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"asOf": {
"type": "string"
},
"count": {
"type": "number"
},
"posts": {
"items": {
"properties": {
"author": {
"type": "string"
},
"createdAt": {
"type": "string"
},
"fullId": {
"type": "string"
},
"id": {
"type": "string"
},
"isNsfw": {
"type": "boolean"
},
"isSelf": {
"type": "boolean"
},
"numComments": {
"type": "number"
},
"recordType": {
"type": "string"
},
"score": {
"type": "number"
},
"scrapedAt": {
"type": "string"
},
"subreddit": {
"type": "string"
},
"title": {
"type": "string"
},
"url": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"query": {
"properties": {
"q": {
"type": "string"
},
"scoped": {
"type": "boolean"
}
},
"type": "object"
},
"sort": {
"type": "string"
},
"source": {
"properties": {
"name": {
"type": "string"
},
"via": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}