Reddit Subreddit Info Scraper — Stats & Details avatar

Reddit Subreddit Info Scraper — Stats & Details

Pricing

from $2.25 / 1,000 results

Go to Apify Store
Reddit Subreddit Info Scraper — Stats & Details

Reddit Subreddit Info Scraper — Stats & Details

Fetch a subreddit's public profile by name, including community information and available statistics. Enable the optional detail add-on to include style, settings, and highlights.

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

6 days ago

Last modified

Share

Fetch one subreddit's public profile record from just its name.

Reddit Subreddit Info Scraper is the ToolzerHub lookup tool for community research and due diligence before a larger scrape. It skips feed pagination entirely and concentrates the run on subscriber counts, description, and rules metadata for a single community.

One subreddit name is the whole input

Provide a subreddit name and, optionally, turn on the style, settings, and highlights add-on for a fuller community snapshot.

Look up a subreddit

Enter a subreddit name and enable Add Subreddit Details when you need style, settings, and highlights merged into the record.

FieldTypeRequiredDescription
subreddit_namestringYesSubreddit name (without r/), or a subreddit URL (https://www.reddit.com/r/
enrichSubredditDetailsbooleanNoFetch subreddit style, settings, and highlights alongside the base subreddit info.

Example subreddit lookup

{
"subreddit_name": "pics",
"enrichSubredditDetails": true
}

A subreddit record built for community research

🏷️ Subreddit identity

FieldTypeDescription
subreddit_idstringReddit subreddit ID.
subredditstringSubreddit display name the item belongs to.
titlestringPost or subreddit title when available.
created_atstringCreation timestamp reported by the source payload.

🔍 Optional detail payload

FieldTypeDescription
subreddit_detailobjectSubreddit style, settings, and highlights payload, present when Add Subreddit Details is enabled.

Subreddit profile preview

{
"subreddit_id": "t5_2qh0u",
"subreddit": "pics",
"title": "Reddit Pics"
}

Cost of a subreddit lookup

This Actor uses Apify pay-per-result pricing. You are charged for successful dataset results according to the Actor pricing shown on the Apify Pricing tab.

Apify's free credits may cover small test runs and up to the free result allowance configured for the Actor.

Use Max Results to bound a run before scaling to larger subreddits, users, or query lists.

Responsible subreddit-data use

This Actor extracts publicly available Reddit content. It should not be used to collect private user data. Make sure your use case complies with applicable privacy laws, Reddit's terms, and your own legal obligations. If you are unsure, consult a qualified lawyer.

Run this Actor from code

Python

from apify_client import ApifyClient
client = ApifyClient("YOUR_APIFY_API_TOKEN")
run = client.actor("toolzerhub/reddit-subreddit-info-scraper").call(run_input={
"subreddit_name": "pics",
"enrichSubredditDetails": true
})
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
print(item)

Node.js

import { ApifyClient } from "apify-client";
const client = new ApifyClient({ token: "YOUR_APIFY_API_TOKEN" });
const run = await client.actor("toolzerhub/reddit-subreddit-info-scraper").call({
"subreddit_name": "pics",
"enrichSubredditDetails": true
});
const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(items);

Browse a subreddit's feed or search Reddit directly

  • Reddit Subreddit Posts Scraper — Bulk Export — Collect posts from any subreddit by Best, Hot, New, Top, or Rising. Paginate automatically, choose a maximum result count, and optionally enrich every item with complete post details.
  • Reddit Post Scraper — Details by URL or ID — Fetch complete Reddit post records by post ID or permalink URL, or batch multiple comma-separated post IDs in one run. Export structured post, author, content, and engagement data.
  • Reddit Search Scraper — Posts, Users & More — Search Reddit by keyword across posts, users, subreddits, or comments. Choose the result type, paginate automatically, and export structured search results for research and monitoring.

ToolzerHub support

Use the Issues tab on the Actor page for bug reports, missing fields, and feature requests.

Contact: contact@toolzerhub.com