Reddit Popular Subreddits Scraper
$1/1000
results
Reddit Popular Subreddits Scraper
Discover popular or new subreddits via DataDoping Reddit API.
$1/1000
results
Discover popular or new subreddits via DataDoping Reddit API.
The Reddit Popular Subreddits Scraper discovers communities from Reddit’s popular or new subreddit feeds. Optionally filter by keyword against name, title, or description to shortlist niches like “crypto”, “saas”, or “parenting”.
Built for growth hackers, community managers, market researchers, and SEO/content teams mapping where conversations live. Use Popular to find large active communities, or New to catch emerging subreddits early.
Returns clean, structured JSON for each matching subreddit — ready for outreach lists, competitive maps, or monitoring queues.
popular or newkeyword filter on name, title, and descriptionmaxResults after filtering (1–500)The Reddit Popular Subreddits Scraper discovers communities from Reddit’s popular or new subreddit feeds. Optionally filter by keyword against name, title, or description to shortlist niches like “crypto”, “saas”, or “parenting”.
Built for growth hackers, community managers, market researchers, and SEO/content teams mapping where conversations live. Use Popular to find large active communities, or New to catch emerging subreddits early.
Returns clean, structured JSON for each matching subreddit — ready for outreach lists, competitive maps, or monitoring queues.
popular or newkeyword filter on name, title, and descriptionmaxResults after filtering (1–500)| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| feed | string | No | "popular" | popular or new subreddit feed. |
| keyword | string | No | — | Keep only subreddits whose name, title, or description contains this text (case-insensitive). |
| maxResults | integer | No | 50 | Max subreddits to return after keyword filtering (1–500). |
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| feed | string | No | "popular" | popular or new subreddit feed. |
| keyword | string | No | — | Keep only subreddits whose name, title, or description contains this text (case-insensitive). |
| maxResults | integer | No | 50 | Max subreddits to return after keyword filtering (1–500). |
How parameters affect the run: feed selects ranking source. keyword reduces noise before the result cap. maxResults stops once enough matches are collected (filtering happens as pages are fetched).
How parameters affect the run: feed selects ranking source. keyword reduces noise before the result cap. maxResults stops once enough matches are collected (filtering happens as pages are fetched).
{
"feed": "popular",
"keyword": "marketing",
"maxResults": 40
}
{
"feed": "popular",
"keyword": "marketing",
"maxResults": 40
}
| Field | Type | Description |
|---|---|---|
| feed | string | Feed used |
| keyword | string | null | Keyword filter applied |
| id | string | null | Subreddit ID |
| name | string | null | Internal name / fullname |
| kind | string | null | Reddit kind (t5) |
| title | string | null | Display title |
| author | string | null | Usually null for subs |
| subreddit | string | null | Display name when present |
| score | number | null | May be unused for communities |
| numComments | number | null | Usually null |
| createdUtc | number | string | null | Creation time when available |
| permalink | string | null | Path when present |
| url | string | null | Community URL |
| body | string | null | Description excerpt when mapped |
| Field | Type | Description |
|---|---|---|
| feed | string | Feed used |
| keyword | string | null | Keyword filter applied |
| id | string | null | Subreddit ID |
| name | string | null | Internal name / fullname |
| kind | string | null | Reddit kind (t5) |
| title | string | null | Display title |
| author | string | null | Usually null for subs |
| subreddit | string | null | Display name when present |
| score | number | null | May be unused for communities |
| numComments | number | null | Usually null |
| createdUtc | number | string | null | Creation time when available |
| permalink | string | null | Path when present |
| url | string | null | Community URL |
| body | string | null | Description excerpt when mapped |
Additional API fields may appear depending on payload; treat uncommon fields as optional.
Additional API fields may appear depending on payload; treat uncommon fields as optional.
{
"feed": "popular",
"keyword": "marketing",
"id": "2qh1i",
"name": "t5_2qh1i",
"kind": "t5",
"title": "Internet Marketing",
"author": null,
"subreddit": "marketing",
"score": null,
"numComments": null,
"createdUtc": 1201234567,
"permalink": null,
"url": "https://www.reddit.com/r/marketing/",
"body": "A community for professional marketers to discuss strategy, channels, and experiments."
}
{
"feed": "popular",
"keyword": "marketing",
"id": "2qh1i",
"name": "t5_2qh1i",
"kind": "t5",
"title": "Internet Marketing",
"author": null,
"subreddit": "marketing",
"score": null,
"numComments": null,
"createdUtc": 1201234567,
"permalink": null,
"url": "https://www.reddit.com/r/marketing/",
"body": "A community for professional marketers to discuss strategy, channels, and experiments."
}