Reddit Search Explorer
Search Reddit posts, subreddits, and users via DataDoping Reddit API.
$1.04/1000
results

Scrape comments published by Reddit users via DataDoping Reddit API.
Pull public comments authored by specific Reddit users across subreddits.
Reddit User Comments Extractor is Illuminator's scrape reddit comments on Scrapy.io — built for comment extraction, sentiment analysis, and discussion mining. Export JSON, CSV, or Excel, schedule runs, or integrate via the publisher API at illuminator.p.scrapy.io.
This scrape reddit comments exports structured Reddit fields including:
| 👤 Author | 💬 Body | 🏷️ Subreddit |
| ⬆️ Score | 🔗 Post URL | 📅 Created |
Configure the run in the Scrapy.io input form or pass JSON to the publisher API.
{
"usernames": [
"spez"
],
"mode": "comments",
"sort": "new",
"time": "all",
"maxResults": 50
}
| Field | Type | Required | Description |
|---|---|---|---|
usernames | string[] | Yes | Reddit usernames to scrape comments from. Enter one per line |
mode | string | No | Which comment listing to fetch: comments or top |
sort | string | No | Sort order when mode is comments: new or hot |
time | string | No | Time range when mode is top |
maxResults | integer | No | Maximum number of comments to fetch per user |
Results appear in the Scrapy.io run Output tab. Comments and Errors.
[
{
"type": "comment",
"postUrl": "https://www.reddit.com/r/python/comments/abc123/example/",
"author": "commenter_1",
"subreddit": "python",
"body": "Great write-up — thanks for sharing.",
"score": 12,
"numComments": 2,
"createdUtc": "2026-08-20T15:01:00.000Z",
"permalink": "/r/python/comments/abc123/example/comment/def456/"
}
]| Tool | Best for |
|---|---|
| Reddit User Posts Collector | Illuminator Reddit tool — see overview |
| Reddit Comment Tree Collector | Illuminator Reddit tool — see overview |
| Reddit User Insights Scraper | Illuminator Reddit tool — see overview |
Reddit User Comments Extractor 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-user-comments-scraper/v1/api" \
-H "Content-Type: application/json" \
-H "X-API-Key: YOUR_API_KEY" \
-d '{
"usernames": ["spez"],
"maxResults": 50
}'
Bulk runs via the scraper endpoint:
curl -X POST "https://illuminator.p.scrapy.io/reddit-user-comments-scraper/v1/scraper" \
-H "Content-Type: application/json" \
-H "X-API-Key: YOUR_API_KEY" \
-d '{
"usernames": ["spez"],
"maxResults": 50
}'
Open the API tab on the tool Store page for Python, JavaScript, cURL, OpenAPI, and MCP snippets.
Open Reddit User Comments Extractor, paste one or more Reddit post URLs, choose a comment sort (top, new, confidence), and set maxResults. Download comments from the Output tab or POST to https://illuminator.p.scrapy.io/reddit-user-comments-scraper/v1/api.
Sign in to Scrapy.io, open Reddit User Comments Extractor, add your URLs, usernames, or search queries, then click Start. Results export as JSON/CSV or via the publisher API.
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-user-comments-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 User Comments Extractor from AI assistants and agent workflows.
Reddit User Comments Extractor 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.
Pull public comments authored by specific Reddit users across subreddits.
Reddit User Comments Extractor is Illuminator's scrape reddit comments on Scrapy.io — built for comment extraction, sentiment analysis, and discussion mining. Export JSON, CSV, or Excel, schedule runs, or integrate via the publisher API at illuminator.p.scrapy.io.
This scrape reddit comments exports structured Reddit fields including:
| 👤 Author | 💬 Body | 🏷️ Subreddit |
| ⬆️ Score | 🔗 Post URL | 📅 Created |
Configure the run in the Scrapy.io input form or pass JSON to the publisher API.
{
"usernames": [
"spez"
],
"mode": "comments",
"sort": "new",
"time": "all",
"maxResults": 50
}
| Field | Type | Required | Description |
|---|---|---|---|
usernames | string[] | Yes | Reddit usernames to scrape comments from. Enter one per line |
mode | string | No | Which comment listing to fetch: comments or top |
sort | string | No | Sort order when mode is comments: new or hot |
time | string | No | Time range when mode is top |
maxResults | integer | No | Maximum number of comments to fetch per user |
Results appear in the Scrapy.io run Output tab. Comments and Errors.
[
{
"type": "comment",
"postUrl": "https://www.reddit.com/r/python/comments/abc123/example/",
"author": "commenter_1",
"subreddit": "python",
"body": "Great write-up — thanks for sharing.",
"score": 12,
"numComments": 2,
"createdUtc": "2026-08-20T15:01:00.000Z",
"permalink": "/r/python/comments/abc123/example/comment/def456/"
}
]| Tool | Best for |
|---|---|
| Reddit User Posts Collector | Illuminator Reddit tool — see overview |
| Reddit Comment Tree Collector | Illuminator Reddit tool — see overview |
| Reddit User Insights Scraper | Illuminator Reddit tool — see overview |
Reddit User Comments Extractor 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-user-comments-scraper/v1/api" \
-H "Content-Type: application/json" \
-H "X-API-Key: YOUR_API_KEY" \
-d '{
"usernames": ["spez"],
"maxResults": 50
}'
Bulk runs via the scraper endpoint:
curl -X POST "https://illuminator.p.scrapy.io/reddit-user-comments-scraper/v1/scraper" \
-H "Content-Type: application/json" \
-H "X-API-Key: YOUR_API_KEY" \
-d '{
"usernames": ["spez"],
"maxResults": 50
}'
Open the API tab on the tool Store page for Python, JavaScript, cURL, OpenAPI, and MCP snippets.
Open Reddit User Comments Extractor, paste one or more Reddit post URLs, choose a comment sort (top, new, confidence), and set maxResults. Download comments from the Output tab or POST to https://illuminator.p.scrapy.io/reddit-user-comments-scraper/v1/api.
Sign in to Scrapy.io, open Reddit User Comments Extractor, add your URLs, usernames, or search queries, then click Start. Results export as JSON/CSV or via the publisher API.
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-user-comments-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 User Comments Extractor from AI assistants and agent workflows.
Reddit User Comments Extractor 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.