Reddit Subreddit Info Scraper avatar

Reddit Subreddit Info Scraper

Pricing

from $2.25 / 1,000 results

Go to Apify Store
Reddit Subreddit Info Scraper

Reddit Subreddit Info Scraper

Extract a Reddit subreddit's public profile and community stats by name. Just add a subreddit name and get subreddit ID, title, creation date, plus style, settings, and highlights detail. No Reddit account or API key required.

Pricing

from $2.25 / 1,000 results

Rating

0.0

(0)

Developer

ToolzerHub

ToolzerHub

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

Look up a subreddit's public profile by name. One row: its ID, title, creation date and the community fields Reddit publishes.

Input

FieldUse it for
subreddit_nameSubreddit name without r/, or a full subreddit URL. Required.
addonSubredditDetailsAdds subreddit_detail -- style, settings and highlights. Off by default.
{
"subreddit_name": "dataisbeautiful",
"addonSubredditDetails": true
}

Output

One row per run.

FieldContents
subreddit_idReddit's subreddit ID
subredditThe name you asked for
titleThe subreddit's display title
created_atWhen the subreddit was created
subreddit_detailStyle, settings and highlights. Only with addonSubredditDetails

Everything else Reddit returns for the subreddit is kept on the row alongside those fields, so nothing published is discarded.

{
"subreddit_id": "t5_2tk95",
"subreddit": "dataisbeautiful",
"title": "Data Is Beautiful",
"created_at": "2012-06-01T18:02:11.000Z"
}

What the detail add-on actually fetches

Three separate lookups, run together and merged into subreddit_detail:

KeyWhat it holds
styleColours, banner and icon configuration
settingsThe community's public configuration
highlightsPinned and featured content

style is looked up by subreddit name; settings and highlights are looked up by subreddit ID. That distinction matters in one case: if Reddit does not return an ID for the subreddit, only style can be fetched and the other two come back empty. The row still saves.

Questions

The add-on ran but subreddit_detail is missing. Why? All three lookups came back empty, so nothing was attached and nothing was charged. A private, quarantined or banned subreddit is the usual cause. If only some of the three failed, you get the ones that worked.

Does this give me subscriber counts? Whatever Reddit publishes for that subreddit is on the row -- the Actor keeps the full response rather than narrowing it to a fixed column list. What Reddit reports varies by community and by how it is configured, so check the row rather than assuming a field is there.

Can I look up several subreddits at once? No, one per run.

Do I need this before scraping a subreddit's posts? No. The Subreddit Posts Scraper takes a name or URL directly. Use this one when you want the community's own metadata, not its content.

ActorPurpose
Reddit Subreddit Posts ScraperWhat the community is actually posting
Reddit Search ScraperFind subreddits by keyword when you do not have a name