Reddit Community Profile
Pricing
from $0.086 / 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
Actor stats
6
Bookmarked
38
Total users
3
Monthly active users
14 hours ago
Last modified
Categories
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: 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
- Open the Actor — go to Reddit Community Profile on Apify and click Try for free.
- Configure inputs — enter a subreddit name (e.g.
pythonorr/python). - 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
| Parameter | Type | Required | Default | Description | Example |
|---|---|---|---|---|---|
community | string | ✅ | — | Subreddit 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.
| Field | Type | Always present? | Description | Example |
|---|---|---|---|---|
processor | string | ✅ | Apify Actor URL that produced this record. | https://apify.com/TrueFetch/reddit-community-profile |
processed_at | string | ✅ | ISO 8601 UTC timestamp. | 2026-04-24T09:30:00+00:00 |
id | string | optional | Reddit community ID. | 2qh0y |
name | string | optional | Subreddit display name. | python |
about | string | optional | Public description shown to users. | News about the Python programming language. |
description | string | optional | Full sidebar text in Markdown. | # Welcome to r/python... |
title | string | optional | Community header title. | Python |
created | string | optional | Community creation timestamp (UTC). | 2008-01-25T08:00:00+00:00 |
subscribers | integer | optional | Total subscriber count. | 1200000 |
accounts_active | integer | optional | Currently active users. | 3500 |
language | string | optional | Community language code. | en |
type | string | optional | Subreddit type (public, private, etc.). | public |
over_18 | boolean | optional | NSFW flag. | false |
quarantine | boolean | optional | Whether the subreddit is quarantined. | false |
icon | string | optional | Community icon image URL. | https://styles.redditmedia.com/... |
banner | string | optional | Community banner image URL. | https://styles.redditmedia.com/... |
rules | array | optional | Array of community rules (name, description, kind). | [{"name": "Be respectful", ...}] |
wikis | array | optional | Array of wiki pages (name, editor, edit date). | [{"name": "index", ...}] |
stickies | array | optional | Array 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, andtypein 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, andhide_adsin 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
| Fact | Value |
|---|---|
| Pricing model | Pay-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 community | 40+ |
| Login / cookies required | No — works without a Reddit account |
| Export formats | JSON, JSONL, CSV, Excel, XML, RSS, dataset API |
⚖️ Compared with alternatives
| Capability | Reddit Community Profile | Reddit API (PRAW) | Custom scraper |
|---|---|---|---|
| 40+ community fields including rules, wikis, stickies | ✅ | code required | you build & maintain |
| Structured rules and wiki arrays | ✅ | ✅ | you implement |
| Pay-per-result pricing | $0.086 / community | free but rate-limited | infra + dev cost |
| Export to CSV / JSON | ✅ | ❌ | you implement |
| Setup time to first result | < 60 seconds | hours | days–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
- Providing a post URL instead of a subreddit name. The input must be a subreddit name or URL like
r/python. - Expecting private or banned subreddits to return data. The Actor only scrapes publicly accessible communities.
- Confusing this with Reddit Community Post. This Actor returns the community profile; Reddit Community Post returns individual posts.
🛠️ Troubleshooting
| Problem | Likely cause | Fix |
|---|---|---|
Missing 'community' field | Input is missing the community key. | Add "community": "subreddit_name" to your input JSON. |
Empty or null rules array | Subreddit has no posted rules. | Expected — not all subreddits define formal rules. |
| Empty dataset returned | Subreddit is private, banned, or quarantined. | Verify the subreddit is publicly accessible on Reddit. |
Charge limit reached | Account-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 API —
run-sync-get-dataset-itemsfor blocking calls,runsfor 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
- Best Job Search
- Glassdoor Job Search
- Glints Company Finder
- Glints Job Finder
- Indeed Job Search
- JobStreet Company Finder
- JobStreet Job Finder
- LinkedIn Job Search
- StepStone Company Finder
- StepStone Job Finder
Shopping & Deals
- Amazon Deals Scraper
- Amazon Store Finder
- Argos Deals Scraper
- ASOS Fashion Scraper
- eBay Deals Scraper
- eBay Seller Finder
- Flipkart Deals Scraper
- John Lewis Deals Scraper
- Lidl Deals Scraper
- Magalu Deals Scraper
- MediaMarkt Deals Scraper
- Mercado Livre Deals Scraper
- Nykaa Beauty Scraper
- OTTO Deals Scraper
- Target Deals Scraper
- TradeIndia Product Finder
- TradeIndia Supplier Finder
- Walmart Deals Scraper
Vehicles
- AutoTrader Car Finder
- AutoTrader Dealer Finder
- Cars.com Car Finder
- Cars.com Dealer Finder
- Webmotors Car Finder
Real Estate
Local Business & Food
- BBB Business Finder
- BBB Review Checker
- Google Business Profile
- Reclame Aqui Company Finder
- Zomato Menu Checker
- Zomato Restaurant Finder
Classifieds
Social Media
- Find Any Company On LinkedIn
- Find Anyone On LinkedIn
- Instagram Explore
- Instagram Post
- Instagram Profile
- Reddit Community Post
- Reddit Community Profile
- Reddit Community User
- Reddit Post Search
- Reddit User Profile
- Social Media Marketing
- Telegram Channel Message
- Telegram Group Member
- Telegram Profile
- X Community Profile
- X User Profile
Videos & Text
- Best Video Downloader
- Instagram To Text
- TikTok Live Recorder
- TikTok Video Downloader
- TikTok Video Lookup
- Video Subtitles Downloader
- Video To Text
- YouTube Niche Scraper
- YouTube Video Downloader
Content & Articles
📞 Support, changelog, last updated
Support
- 💬 Telegram Group: t.me/Apify_Actor
- 📧 Direct support: t.me/AiAgentApi
- 📖 Actor page & docs: apify.com/TrueFetch/reddit-community-profile
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
stickiesarray 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