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

Scrape Reddit user profile info by username via DataDoping Reddit API.
Fetch public Reddit profile metadata for one or more usernames.
Reddit Profile Data Extractor is Illuminator's reddit scraper on Scrapy.io — built for teams that need reliable public Reddit data without maintaining scrapers. 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:
| 👤 Username | 📜 Bio | 🏆 Total karma |
| 🔗 Link karma | 💬 Comment karma | ✅ Verified |
Configure the run in the Scrapy.io input form or pass JSON to the publisher API.
{
"usernames": [
"GoldenChrysus",
"spez"
]
}
| Field | Type | Required | Description |
|---|---|---|---|
usernames | string[] | Yes | List of Reddit usernames to scrape. Enter one per line. Leading u/, @, and profile URLs (reddit.com/user/...) are accepted |
Results appear in the Scrapy.io run Output tab. Profile and Errors.
[
{
"type": "profile",
"username": "example_user",
"bio": "Building tools for data teams.",
"totalKarma": 15420,
"linkKarma": 8200,
"commentKarma": 7220,
"verified": false,
"avatar": "https://www.redditstatic.com/avatars/example.png",
"url": "https://www.reddit.com/user/example_user/"
}
]| Tool | Best for |
|---|---|
| Reddit User Insights Scraper | Illuminator Reddit tool — see overview |
| Reddit User Posts Collector | Illuminator Reddit tool — see overview |
| Reddit User Comments Extractor | Illuminator Reddit tool — see overview |
Reddit Profile Data 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-profile-scraper/v1/api" \
-H "Content-Type: application/json" \
-H "X-API-Key: YOUR_API_KEY" \
-d '{
"usernames": ["spez", "kn0thing"]
}'
Bulk runs via the scraper endpoint:
curl -X POST "https://illuminator.p.scrapy.io/reddit-profile-scraper/v1/scraper" \
-H "Content-Type: application/json" \
-H "X-API-Key: YOUR_API_KEY" \
-d '{
"usernames": ["spez", "kn0thing"]
}'
Open the API tab on the tool Store page for Python, JavaScript, cURL, OpenAPI, and MCP snippets.
Sign in to Scrapy.io, open Reddit Profile Data Extractor, add your URLs, usernames, or search queries, then click Start. Results export as JSON/CSV or via the publisher API.
Sign in to Scrapy.io, open Reddit Profile Data 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-profile-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 Profile Data Extractor from AI assistants and agent workflows.
Reddit Profile Data 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.
Fetch public Reddit profile metadata for one or more usernames.
Reddit Profile Data Extractor is Illuminator's reddit scraper on Scrapy.io — built for teams that need reliable public Reddit data without maintaining scrapers. 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:
| 👤 Username | 📜 Bio | 🏆 Total karma |
| 🔗 Link karma | 💬 Comment karma | ✅ Verified |
Configure the run in the Scrapy.io input form or pass JSON to the publisher API.
{
"usernames": [
"GoldenChrysus",
"spez"
]
}
| Field | Type | Required | Description |
|---|---|---|---|
usernames | string[] | Yes | List of Reddit usernames to scrape. Enter one per line. Leading u/, @, and profile URLs (reddit.com/user/...) are accepted |
Results appear in the Scrapy.io run Output tab. Profile and Errors.
[
{
"type": "profile",
"username": "example_user",
"bio": "Building tools for data teams.",
"totalKarma": 15420,
"linkKarma": 8200,
"commentKarma": 7220,
"verified": false,
"avatar": "https://www.redditstatic.com/avatars/example.png",
"url": "https://www.reddit.com/user/example_user/"
}
]| Tool | Best for |
|---|---|
| Reddit User Insights Scraper | Illuminator Reddit tool — see overview |
| Reddit User Posts Collector | Illuminator Reddit tool — see overview |
| Reddit User Comments Extractor | Illuminator Reddit tool — see overview |
Reddit Profile Data 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-profile-scraper/v1/api" \
-H "Content-Type: application/json" \
-H "X-API-Key: YOUR_API_KEY" \
-d '{
"usernames": ["spez", "kn0thing"]
}'
Bulk runs via the scraper endpoint:
curl -X POST "https://illuminator.p.scrapy.io/reddit-profile-scraper/v1/scraper" \
-H "Content-Type: application/json" \
-H "X-API-Key: YOUR_API_KEY" \
-d '{
"usernames": ["spez", "kn0thing"]
}'
Open the API tab on the tool Store page for Python, JavaScript, cURL, OpenAPI, and MCP snippets.
Sign in to Scrapy.io, open Reddit Profile Data Extractor, add your URLs, usernames, or search queries, then click Start. Results export as JSON/CSV or via the publisher API.
Sign in to Scrapy.io, open Reddit Profile Data 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-profile-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 Profile Data Extractor from AI assistants and agent workflows.
Reddit Profile Data 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.