SubReddit Info Scraper avatar

SubReddit Info Scraper

Pricing

from $0.115 / profile

Go to Apify Store
SubReddit Info Scraper

SubReddit Info Scraper

Single-call subreddit profiler. Pass any community name (with or without the r/ prefix) and the response returns the official title, public description, subscriber count, active-member count, creation date, content rules, moderator list, and category tags for community due-diligence.

Pricing

from $0.115 / profile

Rating

5.0

(2)

Developer

AgentX

AgentX

Maintained by Community

Actor stats

3

Bookmarked

5

Total users

4

Monthly active users

7 days ago

Last modified

Share

SubReddit Info Scraper - SubReddit Metadata Intelligence API

SubReddit Info Scraper is a subreddit metadata intelligence API that extracts structured community profiles, subscriber and active-user counts, governance flags, and access-type signals from any Reddit community in a single subreddit-name-driven run. SubReddit Info Scraper returns structured records per community, including subreddit name, subscriber count, active-user count, full description, public/private/restricted/quarantined access type, advertiser category, language code, governance rules array, content permissions, NSFW flag, icon URL, banner URL, primary color, creation date, and subreddit URL. Coverage spans all public, restricted, and quarantined Reddit communities across all topics and languages. Built for B2B audience research, community-market sizing, advertising audience targeting, competitive community intelligence, brand-safety screening, moderation-policy benchmarking, and Reddit-ecosystem-analysis pipelines. Per-subreddit pay-per-result pricing at $0.115 with no monthly minimum.

Reddit Subreddit Intelligence Community Analytics


Why Choose This API

Structured Subreddit Intelligence for B2B Community Research Pipelines

πŸ“Š Subscriber & Activity Metrics The subscribers and accounts_active fields deliver audience scale and engagement density signals β€” enabling community size benchmarking, activity-to-subscriber ratio scoring, and audience vibrancy assessment for market sizing and community intelligence research.

🏷️ Category & Language Classification The category and language fields classify each subreddit by advertiser category and content language β€” enabling topic-based community segmentation, multilingual audience mapping, and niche market identification for B2B audience research.

πŸ”’ Access & Content Policy Intelligence The type (public/private/restricted), quarantine, over_18, allow_images, and allow_videos flags deliver governance and content policy signals per community β€” enabling content moderation research, community quality scoring, and platform governance intelligence.

πŸ—“οΈ Community Age Signal The created timestamp reveals community founding dates β€” enabling community maturity scoring, lifecycle stage analysis, and growth-trajectory benchmarking for Reddit ecosystem research.

πŸ–ΌοΈ Visual Asset Extraction The icon and banner fields capture community branding assets β€” enabling community visual profiling, brand presence analysis, and media asset collection for social media research pipelines.


Quick Start Guide

How to Extract SubReddit Metadata in 3 Steps

Step 1: Identify the Target Subreddit

Enter the subreddit name without the r/ prefix (e.g., enter MachineLearning for r/MachineLearning).

Step 2: Configure and Run the Actor

Open Actor Input

Enter the subreddit name and click Start.

Step 3: Download Your Data

Export results as JSON or CSV, or access programmatically via the Apify dataset API.


Input Parameters

Configuration Fields

ParameterTypeRequiredDescriptionExample Values
communitystringβœ…Subreddit name without the r/ prefix"MachineLearning", "wallstreetbets", "apify"

Example Input Configuration

{
"community": "MachineLearning"
}

Output Data Schema

Complete Subreddit Profile Record Structure

Each extracted subreddit metadata record contains the following fields:

Open Actor Output

Core Subreddit Metadata Fields

FieldTypeDescription
processorstringApify actor URL that processed this record
processed_atstringISO 8601 timestamp (UTC) when scraped
idstringUnique Reddit community ID
namestringSubreddit name
titlestringCommunity header title
aboutstringPublic community description
descriptionstringFull community description text
createdstringISO 8601 community creation timestamp
categorystringAdvertiser category
typestringAccess type (public/private/restricted)
languagestringCommunity language code
subscribersintegerTotal subscriber count
weighted_scoreintegerCommunity weighted score
accounts_activeintegerCurrently active account count
iconstringCommunity icon image URL
bannerstringCommunity banner image URL
over_18booleanNSFW flag
hide_adsbooleanAd suppression flag
show_mediabooleanMedia display setting
quarantinebooleanQuarantine status
allow_imagesbooleanImage permission flag
allow_videosbooleanVideo permission flag
allow_videogifsbooleanVideo GIF permission flag

Example JSON Output

{
"processor": "https://apify.com/agentx/subreddit-info-scraper?fpr=aiagentapi",
"processed_at": "2026-05-01T10:30:00.000Z",
"id": "2mfx56",
"name": "MachineLearning",
"title": "Machine Learning",
"about": "Subreddit for machine learning research, projects, and news.",
"created": "2010-04-01T00:00:00+00:00",
"category": "technology",
"type": "public",
"language": "en",
"subscribers": 3200000,
"accounts_active": 8500,
"quarantine": false,
"over_18": false
}

Export Formats

  • JSON - Complete structured data with all metadata
  • CSV - Spreadsheet-compatible for BI and analytics tools
  • API Access - Programmatic access via Apify Client SDK
  • Cloud Storage - Automatic upload to Apify Dataset

Integration Examples

Actor ID for Platform Integration

7Ig3I8YcOQ6Rta5vH

Ⓜ️ Make.com Setup:

  1. Login to Make.com (Get 1000 Free Credits)
  2. Add module "Run an Actor"
  3. Turn 'Map' on - right side of the 'Actor*'
  4. Paste Actor ID - from above
  5. Click the '⟳ Refresh' - left side of Map
  6. Input JSON* - Modify the parameters as needed
  7. Set "Run synchronously" to YES
  8. Add module "Get Dataset Items" - receive the result
  9. In Dataset ID* select defaultDatasetId

🎱 N8N.io Setup:

  1. Add 'Run an Actor and get dataset' - from the apify node
  2. Actor β†’ By ID β†’ Paste Actor ID - from above
  3. Input JSON - Modify the parameters as needed

Python Integration Example

from apify_client import ApifyClient
client = ApifyClient('YOUR_API_TOKEN')
run_input = {
"community": "MachineLearning"
}
run = client.actor("7Ig3I8YcOQ6Rta5vH").call(run_input=run_input)
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
print(item)

JavaScript/Node.js Integration

import { ApifyClient } from "apify-client";
const client = new ApifyClient({ token: "YOUR_API_TOKEN" });
const input = {
community: "wallstreetbets",
};
const run = await client.actor("7Ig3I8YcOQ6Rta5vH").call(input);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => console.log(item));

JSON-LD Metadata

{
"@context": "https://schema.org",
"@graph": [
{
"@type": "SoftwareApplication",
"@id": "https://apify.com/agentx/subreddit-info-scraper#software",
"name": "SubReddit Info Scraper",
"description": "SubReddit Info Scraper is a subreddit metadata intelligence API extracting structured community profiles with subscriber count, active users, category, governance flags, content permissions, and community branding assets for B2B audience research and community intelligence.",
"applicationCategory": "BusinessApplication",
"applicationSubCategory": "Web Scraping API",
"operatingSystem": "Web, Cloud",
"url": "https://apify.com/agentx/subreddit-info-scraper?fpr=aiagentapi",
"softwareVersion": "1.0.0",
"datePublished": "2024-08-01",
"dateModified": "2026-05-01",
"featureList": [
"Subscriber count and active-user count",
"Public/private/restricted/quarantined access type",
"Advertiser category and language code",
"Governance rules and content permissions",
"NSFW flag and primary color",
"Icon and banner image URLs",
"Per-subreddit pay-per-result at $0.115",
"Native integrations with Make.com, n8n, LangChain, and CrewAI"
],
"offers": {
"@type": "Offer",
"price": "0.115",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock"
},
"author": { "@id": "https://apify.com/agentx#person" },
"publisher": { "@id": "https://apify.com#organization" }
},
{
"@type": "Person",
"@id": "https://apify.com/agentx#person",
"name": "AgentX",
"url": "https://apify.com/agentx",
"sameAs": [
"https://apify.com/agentx",
"https://t.me/AiAgentApi",
"https://t.me/Apify_Actor"
],
"knowsAbout": [
"web scraping",
"Reddit",
"subreddit intelligence",
"community analytics",
"audience research"
]
},
{
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Apify",
"item": "https://apify.com"
},
{
"@type": "ListItem",
"position": 2,
"name": "AgentX",
"item": "https://apify.com/agentx"
},
{
"@type": "ListItem",
"position": 3,
"name": "SubReddit Info Scraper",
"item": "https://apify.com/agentx/subreddit-info-scraper"
}
]
}
]
}

Pricing & Cost Calculator

Pay-Per-Result Pricing

EventRate
Actor Start$0.005 per GB memory
Profile (per subreddit)$0.115

Cost Calculator Examples

SubredditsEstimated Cost
1 subreddit~$0.12
10 subreddits~$1.15
100 subreddits~$11.50
500 subreddits~$57.50

Each subreddit extraction costs $0.115 for the profile record plus minimal Actor Start overhead.


Use Cases & Applications

B2B Audience Research & Market Sizing

Community Audience Sizing Extract subscribers and accounts_active from topic-relevant subreddits β€” building audience size benchmarks for market sizing, TAM estimation, and community reach analysis for B2B audience research.

Topic Community Mapping Systematically profile subreddits by category and language β€” mapping the Reddit topic landscape for niche market identification, audience segmentation, and community intelligence.

Community Quality Scoring Combine subscribers, accounts_active, quarantine, and over_18 flags β€” building community quality and engagement density scores for brand safety assessment and content strategy planning.

Competitive & Social Intelligence

Reddit Community Benchmarking Compare competitor brand subreddits by subscriber count, activity rate, and community age β€” delivering structured community performance benchmarks for competitive social intelligence.

Content Permission Profiling The allow_images, allow_videos, and allow_videogifs flags reveal content strategy constraints per community β€” enabling content format strategy research for brands and marketers.

Community Governance Intelligence The type, quarantine, and hide_ads flags signal community governance postures β€” enabling platform safety research and community policy intelligence for social media analytics.


FAQ

What subreddit formats does this actor accept?

Enter the subreddit name without the r/ prefix. For example, enter technology for r/technology.

Does this actor extract posts or comments?

No β€” this actor extracts community-level metadata only. Use SubReddit Post Scraper for post extraction, or Reddit Author Scraper for user-level data.

What does accounts_active represent?

accounts_active is Reddit's real-time count of currently browsing users β€” a proxy for community engagement density and activity level at time of extraction.

How does this differ from Subreddit Member Scraper?

Subreddit Member Scraper extracts the list of individual members. This actor extracts community-level metadata only (profile, stats, governance flags).


SEO Keywords & Search Terms

Primary Keywords

subreddit metadata API, subreddit info scraper, Reddit community intelligence API, subreddit analytics API, subreddit subscriber count extractor, Reddit community data API, subreddit profile scraper, Reddit audience research API, subreddit market sizing API, Reddit community profiling

Long-Tail Keywords

how to extract subreddit metadata programmatically, subreddit subscriber count API, Reddit community category data, subreddit active users extractor, Reddit community governance API, subreddit quarantine status API, Reddit audience intelligence pipeline, subreddit language filter API, Reddit community benchmark data, subreddit enrichment API

Industry Terms

subreddit intelligence API, community audience sizing, Reddit ecosystem analysis, community governance data, audience activity density, Reddit topic community mapping, social intelligence pipeline, subreddit quality scoring, community brand safety API, Reddit community analytics


Trust & Certifications

  • βœ… Production-Grade Infrastructure β€” runs on the Apify cloud platform with managed proxy rotation and automatic retries
  • βœ… GDPR & CCPA-Region Aligned β€” extracts only publicly available subreddit metadata; no personal contact data retained beyond the run session
  • βœ… Pay-Per-Result Billing β€” transparent $0.115 per subreddit with no monthly minimum or seat fees
  • βœ… Continuously Maintained β€” schema and selector updates released as Reddit evolves

Data Rights & Usage

All data extracted by this actor originates from publicly available Reddit subreddit profiles. Users are responsible for ensuring their use of extracted data complies with applicable laws and Reddit terms of service.

Privacy Compliance

  • GDPR: Compliant with EU GDPR for data processing workflows.
  • CCPA: Compliant with California Consumer Privacy Act requirements.

Platform Terms of Service

Users must review and comply with Reddit's developer terms of service when using extracted data.

Enterprise Support

For enterprise licensing, custom integrations, or compliance inquiries:


Jobs & Hiring

Social Media

Video & Transcript

E-Commerce & Retail

Classifieds & Automotive

Real Estate

Business Intelligence & Reviews

Other


Support & Community


Last Updated: May 01, 2026