Reddit Subreddit Posts Collector
Scrape posts from Reddit subreddits via DataDoping Reddit API.
$0.86/1000
results

Search Reddit posts, subreddits, and users via DataDoping Reddit API.
Search Reddit posts, subreddits, and users by keyword — with optional comment enrichment per matched post.
Reddit Search Explorer is Illuminator's reddit scraper on Scrapy.io — built for reddit keyword search, social listening, and market research workflows. Export JSON, CSV, or Excel, schedule runs, or integrate via the publisher API at illuminator.p.scrapy.io.
This reddit scraper exports structured Reddit fields including:
| 📝 Post title | 👤 Author | 🏷️ Subreddit |
| ⬆️ Score | 💬 Comments | 🔗 Post URL |
Configure the run in the Scrapy.io input form or pass JSON to the publisher API.
{
"queries": [
"python",
"chatgpt"
],
"sort": "relevance",
"timeRange": "all",
"maxResults": 50,
"searchType": "posts"
}
| Field | Type | Required | Description |
|---|---|---|---|
queries | string[] | Yes | Enter one or more search keywords (e.g. python, chatgpt, cursor) |
sort | string | No | How to order post search results |
timeRange | string | No | Limit results to a time period. Only used when Sort is Top |
maxResults | integer | No | Maximum number of posts to return |
searchType | string | No | Search posts, subreddits, or users. Defaults to posts |
Results appear in the Scrapy.io run Output tab. Posts, Comments, Subreddits, Users, and Errors tables in the run output.
[
{
"type": "post",
"title": "Example Reddit post title",
"author": "example_user",
"subreddit": "python",
"score": 142,
"numComments": 28,
"createdUtc": "2026-08-20T14:22:00.000Z",
"postUrl": "https://www.reddit.com/r/python/comments/abc123/example/",
"permalink": "/r/python/comments/abc123/example/",
"url": "https://example.com/article",
"body": "Post text or link preview content."
}
]| Tool | Best for |
|---|---|
| Reddit Subreddit Posts Collector | Illuminator Reddit tool — see overview |
| Reddit Post Details Extractor | Illuminator Reddit tool — see overview |
| Reddit User Insights Scraper | Illuminator Reddit tool — see overview |
Reddit Search Explorer uses pay-per-result pricing on Scrapy.io. You are charged only for successfully scraped rows.
maxResults on test runs to validate input before scalingcurl -X POST "https://illuminator.p.scrapy.io/reddit-search-scraper/v1/api" \
-H "Content-Type: application/json" \
-H "X-API-Key: YOUR_API_KEY" \
-d '{
"queries": ["web scraping python", "market research reddit"],
"searchType": "posts",
"sort": "relevance",
"time": "month",
"maxResults": 50,
"includeComments": false,
"maxCommentsPerPost": 10
}'
Bulk runs via the scraper endpoint:
curl -X POST "https://illuminator.p.scrapy.io/reddit-search-scraper/v1/scraper" \
-H "Content-Type: application/json" \
-H "X-API-Key: YOUR_API_KEY" \
-d '{
"queries": ["web scraping python", "market research reddit"],
"searchType": "posts",
"sort": "relevance",
"time": "month",
"maxResults": 50,
"includeComments": false,
"maxCommentsPerPost": 10
}'
Open the API tab on the tool Store page for Python, JavaScript, cURL, OpenAPI, and MCP snippets.
Sign in to Scrapy.io, open Reddit Search Explorer, add your URLs, usernames, or search queries, then click Start. Results export as JSON/CSV or via the publisher API.
Use Reddit Search Explorer with the queries field — enter keywords, choose searchType (posts, subreddits, or users), and optionally enable includeComments to enrich post hits.
About $0.50 per 1,000 successful results. See Scrapy.io pricing for plan details.
Yes. Use webhooks, scheduled runs, or the publisher API to push Reddit data into your warehouse, CRM, or automation stack.
Yes. POST to https://illuminator.p.scrapy.io/reddit-search-scraper/v1/api with your API key. See the API tab on the Store listing for ready-made snippets.
Yes. Configure the Scrapy.io MCP endpoint with your API key to query Reddit Search Explorer from AI assistants and agent workflows.
Reddit Search Explorer collects publicly available Reddit data only. You are responsible for complying with Reddit's terms, applicable laws, and data-protection regulations (including GDPR when personal data is involved). Consult your legal team for your specific use case.
maxResults and retryIlluminator is built for Reddit intelligence pipelines — rate us in Reviews and say whether you need deeper comment trees, mod queues, or search facets next.
Search Reddit posts, subreddits, and users by keyword — with optional comment enrichment per matched post.
Reddit Search Explorer is Illuminator's reddit scraper on Scrapy.io — built for reddit keyword search, social listening, and market research workflows. Export JSON, CSV, or Excel, schedule runs, or integrate via the publisher API at illuminator.p.scrapy.io.
This reddit scraper exports structured Reddit fields including:
| 📝 Post title | 👤 Author | 🏷️ Subreddit |
| ⬆️ Score | 💬 Comments | 🔗 Post URL |
Configure the run in the Scrapy.io input form or pass JSON to the publisher API.
{
"queries": [
"python",
"chatgpt"
],
"sort": "relevance",
"timeRange": "all",
"maxResults": 50,
"searchType": "posts"
}
| Field | Type | Required | Description |
|---|---|---|---|
queries | string[] | Yes | Enter one or more search keywords (e.g. python, chatgpt, cursor) |
sort | string | No | How to order post search results |
timeRange | string | No | Limit results to a time period. Only used when Sort is Top |
maxResults | integer | No | Maximum number of posts to return |
searchType | string | No | Search posts, subreddits, or users. Defaults to posts |
Results appear in the Scrapy.io run Output tab. Posts, Comments, Subreddits, Users, and Errors tables in the run output.
[
{
"type": "post",
"title": "Example Reddit post title",
"author": "example_user",
"subreddit": "python",
"score": 142,
"numComments": 28,
"createdUtc": "2026-08-20T14:22:00.000Z",
"postUrl": "https://www.reddit.com/r/python/comments/abc123/example/",
"permalink": "/r/python/comments/abc123/example/",
"url": "https://example.com/article",
"body": "Post text or link preview content."
}
]| Tool | Best for |
|---|---|
| Reddit Subreddit Posts Collector | Illuminator Reddit tool — see overview |
| Reddit Post Details Extractor | Illuminator Reddit tool — see overview |
| Reddit User Insights Scraper | Illuminator Reddit tool — see overview |
Reddit Search Explorer uses pay-per-result pricing on Scrapy.io. You are charged only for successfully scraped rows.
maxResults on test runs to validate input before scalingcurl -X POST "https://illuminator.p.scrapy.io/reddit-search-scraper/v1/api" \
-H "Content-Type: application/json" \
-H "X-API-Key: YOUR_API_KEY" \
-d '{
"queries": ["web scraping python", "market research reddit"],
"searchType": "posts",
"sort": "relevance",
"time": "month",
"maxResults": 50,
"includeComments": false,
"maxCommentsPerPost": 10
}'
Bulk runs via the scraper endpoint:
curl -X POST "https://illuminator.p.scrapy.io/reddit-search-scraper/v1/scraper" \
-H "Content-Type: application/json" \
-H "X-API-Key: YOUR_API_KEY" \
-d '{
"queries": ["web scraping python", "market research reddit"],
"searchType": "posts",
"sort": "relevance",
"time": "month",
"maxResults": 50,
"includeComments": false,
"maxCommentsPerPost": 10
}'
Open the API tab on the tool Store page for Python, JavaScript, cURL, OpenAPI, and MCP snippets.
Sign in to Scrapy.io, open Reddit Search Explorer, add your URLs, usernames, or search queries, then click Start. Results export as JSON/CSV or via the publisher API.
Use Reddit Search Explorer with the queries field — enter keywords, choose searchType (posts, subreddits, or users), and optionally enable includeComments to enrich post hits.
About $0.50 per 1,000 successful results. See Scrapy.io pricing for plan details.
Yes. Use webhooks, scheduled runs, or the publisher API to push Reddit data into your warehouse, CRM, or automation stack.
Yes. POST to https://illuminator.p.scrapy.io/reddit-search-scraper/v1/api with your API key. See the API tab on the Store listing for ready-made snippets.
Yes. Configure the Scrapy.io MCP endpoint with your API key to query Reddit Search Explorer from AI assistants and agent workflows.
Reddit Search Explorer collects publicly available Reddit data only. You are responsible for complying with Reddit's terms, applicable laws, and data-protection regulations (including GDPR when personal data is involved). Consult your legal team for your specific use case.
maxResults and retryIlluminator is built for Reddit intelligence pipelines — rate us in Reviews and say whether you need deeper comment trees, mod queues, or search facets next.