Reddit Community Profile avatar

Reddit Community Profile

Pricing

from $0.086 / profile

Go to Apify Store
Reddit Community Profile

Reddit Community Profile

Look up any subreddit — subscriber count, active users, top posts, moderators, rules, wiki, and 40+ community fields. Deep community intelligence. $86 per 1,000 profiles.

Pricing

from $0.086 / profile

Rating

5.0

(1)

Developer

TrueFetch

TrueFetch

Maintained by Community

Actor stats

6

Bookmarked

38

Total users

3

Monthly active users

12 hours ago

Last modified

Share

Affiliate disclosure: Apify links on this page may include referral parameters. If you sign up through one of these links, TrueFetch may earn a commission from Apify at no extra cost to you. Pricing, features, and Actor access are unaffected.

Reddit Community Profile Reddit Subreddit Info Scraper $0.086 per Community Rules, Wikis & Stickies Telegram Support Telegram Group

Reddit Community Profile — Reddit Subreddit Info Scraper: Rules, Wikis & Stickies

Provide a subreddit name and extract the full community profile — subscribers, description, rules, stickies, wiki pages, language, and 40+ metadata fields — in clean JSON / CSV / Excel. No login required.

TL;DR (40-word answer): Reddit Community Profile is a no-login Apify Actor that returns a comprehensive subreddit profile including rules, wikis, and stickies at $0.086 per community, covering 40+ metadata fields for competitive research and community analysis. Last verified 2026-05-02.

What it is NOT: Reddit Community Profile is not a post scraper, not a user analytics tool, and not a multi-community batch tool — it extracts the profile and metadata of a single specified subreddit.

Reddit Community Profile is an Apify Actor that accepts a subreddit name and returns a complete community profile via the Reddit API. Maintained by TrueFetch on the Apify Store.


🏷️ Why choose Reddit Community Profile

Reddit Community Profile is best for community researchers, brand analysts, and social media strategists who need structured subreddit metadata including rules, subscriber counts, and wiki content.

  • 📊 40+ fields per community — name, description, subscribers, rules, wikis, stickies, language, flags (over_18, quarantine, allow_images, etc.), and more.
  • 📋 Structured rules and wikis — extracted as arrays with full text, making them ideal for compliance and NLP pipelines.
  • ⚡ Pay-per-result pricing$0.086 per community profile. Free Apify plan includes $5 monthly credits.

🚀 Quick Start — run in 3 steps

Run in Apify Console

  1. Open the Actor — go to Reddit Community Profile on Apify and click Try for free.
  2. Configure inputs — enter a subreddit name (e.g. python or r/python).
  3. Click Start — the Actor returns the community profile in the default dataset; download as JSON, CSV, or Excel.

Run via Apify API

curl -X POST "https://api.apify.com/v2/acts/TrueFetch~reddit-community-profile/run-sync-get-dataset-items?token=YOUR_APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"community": "python"
}'

Run via MCP (for AI agents)

Reddit Community Profile is callable from Claude, ChatGPT, Cursor, and any MCP-compatible client through the Apify MCP Server. Reference the Actor as TrueFetch/reddit-community-profile and pass the same JSON input as above.


⚙️ Input parameters

ParameterTypeRequiredDefaultDescriptionExample
communitystringSubreddit name or URL (e.g. python, r/python, or https://www.reddit.com/r/python/).python
{
"community": "python"
}

📦 Output dataset

Each run writes one structured community record to the default Apify dataset, exportable as JSON, JSONL, CSV, Excel, XML, RSS, or via the dataset API.

FieldTypeAlways present?DescriptionExample
processorstringApify Actor URL that produced this record.https://apify.com/TrueFetch/reddit-community-profile
processed_atstringISO 8601 UTC timestamp.2026-04-24T09:30:00+00:00
idstringoptionalReddit community ID.2qh0y
namestringoptionalSubreddit display name.python
aboutstringoptionalPublic description shown to users.News about the Python programming language.
descriptionstringoptionalFull sidebar text in Markdown.# Welcome to r/python...
titlestringoptionalCommunity header title.Python
createdstringoptionalCommunity creation timestamp (UTC).2008-01-25T08:00:00+00:00
subscribersintegeroptionalTotal subscriber count.1200000
accounts_activeintegeroptionalCurrently active users.3500
languagestringoptionalCommunity language code.en
typestringoptionalSubreddit type (public, private, etc.).public
over_18booleanoptionalNSFW flag.false
quarantinebooleanoptionalWhether the subreddit is quarantined.false
iconstringoptionalCommunity icon image URL.https://styles.redditmedia.com/...
bannerstringoptionalCommunity banner image URL.https://styles.redditmedia.com/...
rulesarrayoptionalArray of community rules (name, description, kind).[{"name": "Be respectful", ...}]
wikisarrayoptionalArray of wiki pages (name, editor, edit date).[{"name": "index", ...}]
stickiesarrayoptionalArray of pinned post objects.[{"title": "..."}]

Sample output

{
"processor": "https://apify.com/TrueFetch/reddit-community-profile",
"processed_at": "2026-04-24T09:30:00+00:00",
"name": "python",
"subscribers": 1200000,
"language": "en",
"type": "public",
"over_18": false,
"rules": [{ "name": "Be respectful", "kind": "all" }]
}

💡 Use cases

For community researchers benchmarking subreddit health

  • Problem: a researcher needs to compare subscriber counts, rule sets, and activity levels across 50 programming language subreddits.
  • How Reddit Community Profile solves it: run once per subreddit to extract subscribers, accounts_active, rules, and type in bulk.
  • Outcome: structured community benchmark dataset at $0.086 per community — 50 communities ≈ $4.30.

For brand analysts verifying community rules before advertising

  • Problem: a marketing team needs to check a subreddit's rules and over_18 flag before running a campaign.
  • How Reddit Community Profile solves it: extract rules, over_18, quarantine, and hide_ads in one API call.
  • Outcome: automated community compliance checks.

For AI agents answering questions about subreddit communities

  • Problem: LLM agents asked "how many subscribers does r/MachineLearning have?" cannot answer from stale training data.
  • How Reddit Community Profile solves it: call the Actor over the Apify MCP Server to retrieve live community data.
  • Outcome: grounded Reddit community data in production AI assistants.

💰 Pricing, limits, and performance

FactValue
Pricing modelPay-per-result (event: community)
Per-community price$0.086 per community = $86 per 1,000
Free-tier monthly allowance$5 Apify credits ≈ ~58 free community profiles / month
Output fields per community40+
Login / cookies requiredNo — works without a Reddit account
Export formatsJSON, JSONL, CSV, Excel, XML, RSS, dataset API

⚖️ Compared with alternatives

CapabilityReddit Community ProfileReddit API (PRAW)Custom scraper
40+ community fields including rules, wikis, stickiescode requiredyou build & maintain
Structured rules and wiki arraysyou implement
Pay-per-result pricing$0.086 / communityfree but rate-limitedinfra + dev cost
Export to CSV / JSONyou implement
Setup time to first result< 60 secondshoursdays–weeks

Verdict. Reddit Community Profile is ideal for analysts who need structured subreddit metadata without managing Reddit API credentials or rate limits.


⚠️ Common mistakes to avoid

  1. Providing a post URL instead of a subreddit name. The input must be a subreddit name or URL like r/python.
  2. Expecting private or banned subreddits to return data. The Actor only scrapes publicly accessible communities.
  3. Confusing this with Reddit Community Post. This Actor returns the community profile; Reddit Community Post returns individual posts.

🛠️ Troubleshooting

ProblemLikely causeFix
Missing 'community' fieldInput is missing the community key.Add "community": "subreddit_name" to your input JSON.
Empty or null rules arraySubreddit has no posted rules.Expected — not all subreddits define formal rules.
Empty dataset returnedSubreddit is private, banned, or quarantined.Verify the subreddit is publicly accessible on Reddit.
Charge limit reachedAccount-level monthly spend limit hit.Raise the run / monthly limit in your Apify plan settings.

❓ FAQ

What data does Reddit Community Profile return?

Reddit Community Profile returns 40+ structured fields including name, description, subscribers, active accounts, rules, wikis, stickies, language, and community flags.

How much does Reddit Community Profile cost?

The Actor charges $0.086 per community profile. The Apify Free plan includes $5 of monthly platform credits.

Does Reddit Community Profile require a login?

No. Reddit Community Profile uses the Reddit API without requiring a user login or cookies.

Is there a way to get the posts inside the community?

Use Reddit Community Post to scrape posts from a subreddit.


🔌 Integrations

Reddit Community Profile plugs straight into the Apify ecosystem:

  • Schedules — track subreddit growth on a recurring schedule (docs).
  • Webhooks — POST results to your endpoint on ACTOR.RUN.SUCCEEDED (docs).
  • Apify APIrun-sync-get-dataset-items for blocking calls, runs for async (docs).
  • MCP Server — call the Actor from Claude, ChatGPT, or Cursor agents (docs).
  • No-code — Make, Zapier, n8n, Pipedream, Google Sheets, Airtable.

🧱 Sister Actors from TrueFetch

Jobs

Shopping & Deals

Vehicles

Real Estate

Local Business & Food

Classifieds

Social Media

Videos & Text

Content & Articles


📞 Support, changelog, last updated

Support

Maintained by TrueFetch on the Apify Store.

Cost of doing nothing: manually compiling a subreddit's metadata, rules, and wiki pages from Reddit takes significant time. Reddit Community Profile delivers structured community data at $0.086 per profile via API. → Try it free with $5 of Apify credits.

Changelog

  • 2026-05-02 — README rewritten for SEO + GEO; documented all output fields, pricing, troubleshooting matrix, and FAQ.
  • 2026-04 — Added stickies array extraction.
  • 2026-02 — Initial release: Reddit subreddit profile scraper.

{
"@context": "https://schema.org",
"@graph": [
{
"@type": "SoftwareApplication",
"@id": "https://apify.com/TrueFetch/reddit-community-profile#software",
"name": "Reddit Community Profile",
"description": "Apify Actor that returns a complete subreddit profile including 40+ metadata fields, rules, wikis, and stickies at $0.086 per community.",
"applicationCategory": "BusinessApplication",
"operatingSystem": "Web, Cloud",
"url": "https://apify.com/TrueFetch/reddit-community-profile",
"offers": {
"@type": "Offer",
"price": "0.086",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock"
},
"author": { "@id": "https://apify.com/TrueFetch#author-TrueFetch" },
"publisher": { "@id": "https://apify.com/TrueFetch#publisher" }
},
{
"@type": "Organization",
"@id": "https://apify.com/TrueFetch#publisher",
"name": "TrueFetch",
"url": "https://apify.com/TrueFetch",
"sameAs": ["https://t.me/Apify_Actor", "https://t.me/AiAgentApi"]
},
{
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What data does Reddit Community Profile return?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Reddit Community Profile returns 40+ structured fields including name, description, subscribers, active accounts, rules, wikis, stickies, language, and community flags."
}
},
{
"@type": "Question",
"name": "How much does Reddit Community Profile cost?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Reddit Community Profile charges $0.086 per community profile. The Apify Free plan includes $5 of monthly platform credits."
}
},
{
"@type": "Question",
"name": "How do I get posts from a subreddit?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Use Reddit Community Post (apify.com/TrueFetch/reddit-community-post) to scrape posts from a subreddit."
}
}
]
},
{
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Apify",
"item": "https://apify.com"
},
{
"@type": "ListItem",
"position": 2,
"name": "Social Media",
"item": "https://apify.com/store?category=SOCIAL_MEDIA"
},
{
"@type": "ListItem",
"position": 3,
"name": "Reddit Community Profile",
"item": "https://apify.com/TrueFetch/reddit-community-profile"
}
]
}
]
}

Last Updated: May 2, 2026 Schema version: 1.1 Maintained by: TrueFetch · 💬 Telegram Group · 📧 Support