SubReddit Info Scraper
Pricing
from $0.115 / profile
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
Maintained by CommunityActor stats
3
Bookmarked
5
Total users
4
Monthly active users
7 days ago
Last modified
Categories
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.
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
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
| Parameter | Type | Required | Description | Example Values |
|---|---|---|---|---|
community | string | β | 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:
Core Subreddit Metadata Fields
| Field | Type | Description |
|---|---|---|
processor | string | Apify actor URL that processed this record |
processed_at | string | ISO 8601 timestamp (UTC) when scraped |
id | string | Unique Reddit community ID |
name | string | Subreddit name |
title | string | Community header title |
about | string | Public community description |
description | string | Full community description text |
created | string | ISO 8601 community creation timestamp |
category | string | Advertiser category |
type | string | Access type (public/private/restricted) |
language | string | Community language code |
subscribers | integer | Total subscriber count |
weighted_score | integer | Community weighted score |
accounts_active | integer | Currently active account count |
icon | string | Community icon image URL |
banner | string | Community banner image URL |
over_18 | boolean | NSFW flag |
hide_ads | boolean | Ad suppression flag |
show_media | boolean | Media display setting |
quarantine | boolean | Quarantine status |
allow_images | boolean | Image permission flag |
allow_videos | boolean | Video permission flag |
allow_videogifs | boolean | Video 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:
- Login to Make.com (Get 1000 Free Credits)
- Add module "Run an Actor"
- Turn 'Map' on - right side of the 'Actor*'
- Paste Actor ID - from above
- Click the 'β³ Refresh' - left side of Map
- Input JSON* - Modify the parameters as needed
- Set "Run synchronously" to YES
- Add module "Get Dataset Items" - receive the result
- In Dataset ID* select defaultDatasetId
π± N8N.io Setup:
- Add 'Run an Actor and get dataset' - from the apify node
- Actor β By ID β Paste Actor ID - from above
- Input JSON - Modify the parameters as needed
Python Integration Example
from apify_client import ApifyClientclient = 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
| Event | Rate |
|---|---|
| Actor Start | $0.005 per GB memory |
| Profile (per subreddit) | $0.115 |
Cost Calculator Examples
| Subreddits | Estimated 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
Legal & Compliance
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:
- Telegram: @AiAgentApi
Related Tools
Jobs & Hiring
- All Jobs Scraper - Multi-Platform Job Listings Intelligence API
- Glassdoor Hiring Scraper - Glassdoor Job Listings Intelligence API
- Glints Employer Data Extractor - Glints Employer Intelligence API
- Glints Jobs Data Extractor - Glints Job Listings Intelligence API
- Indeed Hiring Scraper - Indeed Job Listings Intelligence API
- JobStreet Employer Data Extractor - JobStreet Employer Intelligence API
- JobStreet Jobs Data Extractor - JobStreet Job Listings Intelligence API
- LinkedIn Hiring Scraper - LinkedIn Job Listings Intelligence API
- StepStone Employer Data Extractor - StepStone Employer Intelligence API
- StepStone Jobs Data Extractor - StepStone Job Listings Intelligence API
Social Media
- Instagram Creator Scraper - Instagram Creator Intelligence API
- Instagram Post Reel Scraper - Instagram Post & Reel Intelligence API
- Instagram Trending Scraper - Instagram Trending Content Intelligence API
- LinkedIn Company Scraper - LinkedIn Company Intelligence API
- LinkedIn Profile Scraper - LinkedIn Profile Intelligence API
- Medium Author Data Extractor - Medium Author Intelligence API
- Medium Content Data Extractor - Medium Content Intelligence API
- Reddit Author Scraper - Reddit Author Intelligence API
- Reddit Viral Scraper - Reddit Viral Content Intelligence API
- SubReddit Info Scraper - Subreddit Intelligence API
- Subreddit Member Scraper - Subreddit Member Intelligence API
- SubReddit Post Scraper - Subreddit Post Intelligence API
- Telegram Chat Scraper - Telegram Chat Intelligence API
- Telegram Group Inviter - Telegram Group Invitation API
- Telegram Info Scraper - Telegram Channel Intelligence API
- Telegram Member Scraper - Telegram Member Intelligence API
- Telegram Private Group Scraper - Telegram Private Group Intelligence API
- TikTok Creator Scraper - TikTok Creator Intelligence API
- Twitter Community Scraper - Twitter Community Intelligence API
- Twitter Info Scraper - Twitter Account Intelligence API
- YouTube Market Intelligence - YouTube Channel Intelligence API
Video & Transcript
- All Video Scraper - Multi-Platform Video Intelligence API
- Live Stream Transcript - Live Stream Transcript Intelligence API
- TikTok Live Downloader - TikTok Live Stream Download API
- TikTok Transcript - TikTok Video Transcript Intelligence API
- Video Caption Scraper - Multi-Platform Video Caption Extraction API
- Video to Social Post - Video to Social Post Generation API
- Video Transcript - Multi-Platform Video Transcript Intelligence API
- YouTube Transcript - YouTube Video Transcript Intelligence API
E-Commerce & Retail
- Amazon Product Data Extractor - Amazon Product Intelligence API
- Amazon Storefront Data Extractor - Amazon Storefront Intelligence API
- Argos Retail Data Extractor - Argos Product Intelligence API
- ASOS Product Catalog Extractor - ASOS Product Catalog Intelligence API
- eBay Marketplace Data Extractor - eBay Marketplace Intelligence API
- eBay Seller Leads API - eBay Seller Lead Intelligence API
- Flipkart Product Data Extractor - Flipkart Product Intelligence API
- John Lewis Retail Data Extractor - John Lewis Product Intelligence API
- Lidl Offers Data Extractor - Lidl Offers Intelligence API
- Magalu Product Data Extractor - Magalu Product Intelligence API
- MediaMarkt Product Data Extractor - MediaMarkt Product Intelligence API
- Mercado Livre Marketplace Data Extractor - Mercado Livre Marketplace Intelligence API
- Nykaa Product Data Extractor - Nykaa Product Intelligence API
- OTTO Product Data Extractor - OTTO Product Intelligence API
- Target Product Data Extractor - Target Product Intelligence API
- Walmart Product Data Extractor - Walmart Product Intelligence API
Classifieds & Automotive
- AutoTrader Dealer Leads API - AutoTrader Dealer Lead Intelligence API
- AutoTrader Vehicle Listings API - AutoTrader Vehicle Listings Intelligence API
- Cars.com Dealer Leads API - Cars.com Dealer Lead Intelligence API
- Cars.com Vehicle Listings API - Cars.com Vehicle Listings Intelligence API
- Kleinanzeigen Classifieds Data Extractor - Kleinanzeigen Classifieds Intelligence API
- Kleinanzeigen Seller Leads API - Kleinanzeigen Seller Lead Intelligence API
- OLX Classifieds Data Extractor - OLX Classifieds Intelligence API
- OLX Seller Leads API - OLX Seller Lead Intelligence API
- Webmotors Vehicle Listings API - Webmotors Vehicle Listings Intelligence API
Real Estate
- MagicBricks Builder Leads API - MagicBricks Builder Lead Intelligence API
- MagicBricks Property Data Extractor - MagicBricks Real Estate Data API
- Realtor Property Scraper - Realtor.com Property Listings Intelligence API
- Zillow For Sale Scraper - Zillow Property Listings Intelligence API
Business Intelligence & Reviews
- BBB Business Data Extractor - BBB Business Intelligence API
- BBB Reputation Data Extractor - BBB Reputation Intelligence API
- Google Maps Store Scraper - Google Maps Business Intelligence API
- Reclame Aqui Company Data Extractor - Reclame Aqui Company Intelligence API
- TradeIndia Product Data Extractor - TradeIndia Product Intelligence API
- TradeIndia Supplier Leads API - TradeIndia Supplier Lead Intelligence API
- Zomato Menu Data Extractor - Zomato Restaurant Menu Intelligence API
- Zomato Restaurant Data Extractor - Zomato Restaurant Search Intelligence API
Other
- Global Weather Scraper - Global Weather Intelligence API
Support & Community
- π₯ Community: @Apify_Actor
- π€ Contact Team: @AiAgentApi
Last Updated: May 01, 2026