SubReddit Member Scraper
Pricing
from $3.39 / 1,000 results
SubReddit Member Scraper
Surface up to 10,000 active contributors from any subreddit — the actual users posting and commenting, not just the silent subscriber count. Each record returns username, post karma, comment karma, account age, verified-email status, and bio for downstream audience profiling or moderator vetting.
Pricing
from $3.39 / 1,000 results
Rating
5.0
(2)
Developer
AgentX
Maintained by CommunityActor stats
2
Bookmarked
8
Total users
0
Monthly active users
3 days ago
Last modified
Categories
Share
Subreddit Member Scraper - Subreddit Member Intelligence API
Subreddit Member Scraper is a subreddit member intelligence API that extracts structured Reddit subscriber profiles, karma forensics, and account-quality flags from any public subreddit in a single subreddit-name-driven run. Subreddit Member Scraper returns structured records per member, including username, post karma, comment karma, total karma, account creation date, verified flag, is_suspended flag, is_premium flag, is_moderator flag, moderator roles array, trophies array with grant dates, profile icon URL, account age in days, and Reddit profile URL. Coverage spans all public Reddit communities globally, including subscriber lists for any active subreddit. Built for audience segmentation, influencer discovery, community-persona research, ad-targeting list construction, B2B persona enrichment, moderation-network mapping, and Reddit-community-analysis pipelines. Up to 10,000 member records per run, with pay-per-result pricing at $0.00364 per member and no monthly minimum.
Why Choose This API
Structured Subreddit Member Data for B2B Audience Research Pipelines
📊 Karma-Based Audience Segmentation
The post_karma and comment_karma fields deliver per-member engagement history signals — enabling karma-tier audience segmentation, influencer identification, and community contributor scoring for audience intelligence and persona research pipelines.
🛡️ Account Quality Flags
The verified, verified_email, is_suspended, is_premium, is_employee, and is_blocked flags deliver per-member account quality signals — enabling bot detection, account legitimacy scoring, and audience quality assessment for platform trust and safety research.
🔧 Moderator Network Identification
The is_moderator flag identifies community moderators within the member list — enabling power user mapping, community governance intelligence, and influencer identification for Reddit ecosystem analysis.
🏆 Trophy-Based Account Age Verification
The trophies array captures achievement history with grant dates — enabling account longevity scoring, milestone-based credibility verification, and community tenure analysis for persona research workflows.
👥 Bulk Community Audience Extraction Extract up to 10,000 member profiles per subreddit run — enabling comprehensive community audience datasets, representative sampling, and longitudinal member analysis for B2B market research and audience intelligence.
Quick Start Guide
How to Extract Subreddit Member Data in 3 Steps
Step 1: Identify the Target Community
Enter the subreddit name with or without the r/ prefix (e.g., investing, r/investing, or the full URL). The field is case-insensitive.
Step 2: Configure and Run the Actor
Set the community name and max_results volume cap, then 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 (with or without r/ prefix, or full URL) | "investing", "r/MachineLearning" |
max_results | integer | ✅ | Maximum number of members to extract (50–10,000) | 50, 500, 2000 |
Example Input Configuration
{"community": "investing","max_results": 500}
Output Data Schema
Complete Member Profile Record Structure
Each extracted subreddit member record contains the following fields:
Core Member Profile 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 user ID |
name | string | Display name of the user |
username | string | Reddit username handle |
avatar | string | Profile avatar image URL |
about | string | Public bio/description |
verified | boolean | Account verification status |
verified_email | boolean | Email verification status |
post_karma | integer | Total post karma |
comment_karma | integer | Total comment karma |
created | string | Account creation ISO 8601 timestamp |
snoovatar | boolean | Snoovatar display preference |
is_blocked | boolean | Block status |
is_premium | boolean | Reddit Premium status |
is_employee | boolean | Reddit employee flag |
is_moderator | boolean | Subreddit moderator flag |
is_suspended | boolean | Account suspension status |
trophies | array | Trophy list with grant dates |
Example JSON Output
{"processor": "https://apify.com/agentx/subreddit-member-scraper?fpr=aiagentapi","processed_at": "2026-05-01T10:30:00.000Z","id": "xlo9n","username": "DataScout","post_karma": 4200,"comment_karma": 18500,"verified": true,"verified_email": true,"is_premium": false,"is_moderator": false,"is_suspended": false,"created": "2019-03-15T00:00:00+00:00","trophies": [{ "name": "Verified Email", "granted": "2019-03-15T00:00:00+00:00" }]}
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
lFt4Jcm2UW4qUUJpo
Ⓜ️ 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": "investing","max_results": 500}run = client.actor("lFt4Jcm2UW4qUUJpo").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: "MachineLearning",max_results: 200,};const run = await client.actor("lFt4Jcm2UW4qUUJpo").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-member-scraper#software","name": "Subreddit Member Scraper","description": "Subreddit Member Scraper is a subreddit member intelligence API extracting structured subscriber profiles with karma scores, account flags, moderator roles, trophy history, and verification status for audience segmentation and community persona research.","applicationCategory": "BusinessApplication","applicationSubCategory": "Lead Generation API","operatingSystem": "Web, Cloud","url": "https://apify.com/agentx/subreddit-member-scraper?fpr=aiagentapi","softwareVersion": "1.0.0","datePublished": "2024-08-01","dateModified": "2026-05-01","featureList": ["Username, post karma, and comment karma","Verified, is_premium, is_moderator, is_suspended flags","Moderator roles and trophies with grant dates","Account creation date and age","Profile icon URL and Reddit profile URL","Up to 10,000 members per run","Per-member pay-per-result at $0.00364","Native integrations with Make.com, n8n, LangChain, and CrewAI"],"offers": {"@type": "Offer","price": "0.00364","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 members","audience profiling","persona 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 Member Scraper","item": "https://apify.com/agentx/subreddit-member-scraper"}]}]}
Pricing & Cost Calculator
Pay-Per-Result Pricing
| Event | Rate |
|---|---|
| Actor Start | $0.005 per GB memory |
| Result (per member) | $0.00364 (BRONZE) |
Cost Calculator Examples
| Members | Estimated Cost |
|---|---|
| 50 members | ~$0.19 |
| 200 members | ~$0.73 |
| 500 members | ~$1.82 |
| 1,000 members | ~$3.64 |
| 5,000 members | ~$18.20 |
| 10,000 members | ~$36.40 |
Use Cases & Applications
Audience Research & Persona Intelligence
Community Audience Profiling Extract member profiles from topic-relevant subreddits — building karma-stratified audience datasets for B2B persona research, audience segmentation, and community composition analysis.
Influencer & Power User Discovery
Sort extracted members by post_karma and comment_karma — identifying high-influence community contributors, niche opinion leaders, and Reddit power users for influencer intelligence.
Account Age & Loyalty Segmentation
The created timestamp and trophies array enable account-age distribution analysis — revealing community tenure segments, loyal member identification, and community cohort mapping.
Trust & Safety Research
Bot Detection & Account Quality Scoring
Combine verified_email, is_suspended, post_karma, comment_karma, and created — building account legitimacy scoring models and bot pattern detection datasets for platform trust and safety research.
Moderator Network Mapping
The is_moderator flag within a large member extraction reveals governance density — enabling moderator ratio analysis and community governance intelligence across Reddit communities.
FAQ
Can I enter the subreddit with the r/ prefix?
Yes — the actor accepts the subreddit name with or without the r/ prefix, or as a full Reddit URL.
What is the maximum number of members per run?
The max_results parameter supports up to 10,000 members per run (minimum 50).
How does this differ from SubReddit Info Scraper?
SubReddit Info Scraper extracts community-level metadata (subscriber count, category, rules). This actor extracts individual member profiles with per-user karma, flags, and account metadata.
Can I combine this with Reddit Author Scraper?
Yes — use this actor to collect member usernames at scale, then enrich with Reddit Author Scraper for full post and comment history per author.
SEO Keywords & Search Terms
Primary Keywords
subreddit member scraper API, Reddit subscriber intelligence API, subreddit audience extraction, Reddit member profile API, subreddit member data extractor, Reddit community audience API, subreddit member list scraper, Reddit audience research API, subreddit subscriber profiling, Reddit user list extraction
Long-Tail Keywords
how to extract Reddit subreddit members programmatically, subreddit member karma data API, Reddit community audience segmentation, subreddit member list API, Reddit influencer discovery API, subreddit subscriber profile extractor, Reddit member intelligence pipeline, subreddit audience analysis API, Reddit community persona research, subreddit bot detection data
Industry Terms
subreddit member intelligence API, community audience profiling, karma segmentation pipeline, Reddit power user extraction, subreddit subscriber dataset, community persona research, audience quality scoring, Reddit influencer API, trust and safety intelligence, subreddit member enrichment
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 member profiles; no personal contact data retained beyond the run session
- ✅ Pay-Per-Result Billing — transparent $0.00364 per member 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 user profiles and subreddit member lists. 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