Reddit Author Scraper
Pricing
from $0.105 / profile
Reddit Author Scraper
Reddit author-intelligence API: karma forensics, full post and comment history, moderator-role detection, account metadata. JSON output for recruitment screening, fraud detection, and B2B persona research pipelines.
Pricing
from $0.105 / profile
Rating
5.0
(2)
Developer
AgentX
Actor stats
2
Bookmarked
2
Total users
2
Monthly active users
2 days ago
Last modified
Share
Reddit Author Scraper - Reddit Account History & Author Intelligence API
Extract complete Reddit author profiles with account history, trophy records, moderator roles, multireddit collections, and full post/comment archives. This API delivers structured author intelligence with 40+ fields per post, nested comment hierarchy, engagement metrics, and account signals for persona research, fraud review, and professional due-diligence workflows.
Why Choose This API
Complete Reddit Author Intelligence with Account History Signals
๐ต๏ธ Identity & Reputation Profiling Extract core identity markers โ Snoovatar, account age, verified status, bio โ plus split karma into Post karma (content creation) vs. Comment karma (discussion engagement) to reveal author behavior patterns.
๐ Trophy & Achievement Intelligence Catalog every trophy and award with grant timestamps. Detect Reddit Gold, employee badges, and verified email trophies to separate real accounts from bots.
๐ก๏ธ Authority & Moderator Detection Automatically identify moderation privileges across subreddits. Flag authors who hold influence in specific communities for recruitment and OSINT workflows.
๐ Complete Activity Archive Full post and comment history with engagement metrics, reply hierarchy, parent-child relationships, flair text, NSFW flags, and crosspost detection.
Quick Start Guide
How to Extract Reddit Author Data in 3 Steps
Step 1: Configure Parameters
Enter the target Reddit username and set maximum post/comment extraction limits.
Step 2: Run the Actor
Click "Start" to begin profile extraction. Posts and comments are extracted across all sorting methods for comprehensive coverage.
Step 3: Access Structured Data
Download JSON dataset with complete author profile, trophy history, moderated subreddits, and full content archive.
Example Input
{"username": "spez","max_posts": 100,"max_comments": 500}
Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| ๐ค Username | String | Yes | Target Reddit username (without u/ prefix, case-insensitive) |
| ๐ Max Posts | Integer | Yes | Maximum posts to extract (0 to skip) |
| ๐ฌ Max Comments | Integer | Yes | Maximum comments to extract (0 to skip) |
Output Data Schema
Each extracted author profile returns comprehensive intelligence:
Profile Fields
| Field | Type | Description |
|---|---|---|
| id | String | Unique Reddit user identifier (t2_xxxxx) |
| name | String | Reddit username |
| snoovatar | String | User's Snoovatar avatar URL |
| about | String | Public bio text |
| post_karma | Integer | Post karma (content creation reputation) |
| comment_karma | Integer | Comment karma (discussion engagement) |
| created | String | ISO 8601 account creation timestamp |
| is_gold | Boolean | Reddit Gold/Premium status |
| is_mod | Boolean | Moderator of any subreddit |
| is_employee | Boolean | Reddit employee badge |
| is_suspended | Boolean | Account suspension status |
| trophies | Array | Trophies with name, icon, grant date |
| moderated | Array | Subreddits with moderator privileges |
| multireddits | Array | Custom multireddit feeds |
| posts | Array | Post archive with 25+ fields each |
| comments | Array | Comment archive with reply hierarchy |
Example Output
{"processor": "https://apify.com/agentx/reddit-author-scraper?fpr=aiagentapi","processed_at": "2025-11-08T08:45:11+00:00","id": "t2_1w72","name": "spez","about": "Just a guy who likes to code.","post_karma": 154020,"comment_karma": 89302,"created": "2005-06-06T00:00:00+00:00","is_gold": true,"is_mod": true,"is_employee": true,"trophies": [{"name": "15-Year Club","icon": "https://www.redditstatic.com/awards2/15-year_club-40.png","granted": "2020-06-06T00:00:00+00:00"}],"moderated": ["r/announcements", "r/reddit", "r/blog"],"posts": [{"subreddit": "r/announcements","title": "Update on API changes","score": 4500,"upvotes": 5200,"created": "2023-06-01T12:00:00+00:00"}],"comments": [{"id": "nn12nh7","body": "We are working on it.","score": -500,"reply_level": 0}]}
Integration Examples
Python Integration Example
from apify_client import ApifyClientclient = ApifyClient("YOUR_API_TOKEN")run_input = {"username": "spez","max_posts": 100,"max_comments": 500}run = client.actor("bb0YV0rZPcvyB4fX8").call(run_input=run_input)dataset_items = client.dataset(run["defaultDatasetId"]).list_items().itemsfor author in dataset_items:print(f"{author['name']} | Post Karma: {author['post_karma']} | Comment Karma: {author['comment_karma']}")
JavaScript/Node.js Integration
import { ApifyClient } from 'apify-client';const client = new ApifyClient({ token: 'YOUR_API_TOKEN' });const input = {username: 'spez',max_posts: 100,max_comments: 500};const run = await client.actor("bb0YV0rZPcvyB4fX8").call(input);const { items } = await client.dataset(run.defaultDatasetId).listItems();items.forEach(author => {console.log(`${author.name} | Posts: ${author.posts.length} | Comments: ${author.comments.length}`);});
Actor ID for Platform Integration
bb0YV0rZPcvyB4fX8
โ๏ธ 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
JSON-LD Metadata
{"@context": "https://schema.org","@type": "SoftwareApplication","name": "Reddit Author Scraper","description": "Reddit author profile extraction API with karma forensics, trophy history, moderator detection, and complete post/comment archives","applicationCategory": "Developer Tools","operatingSystem": "Cloud","url": "https://apify.com/agentx/reddit-author-scraper?fpr=aiagentapi","dateModified": "2026-04-21","offers": {"@type": "Offer","price": "0.005","priceCurrency": "USD"}}
Pricing & Cost Calculator
Transparent Pay-Per-Use Model
| Event Type | Price | Description |
|---|---|---|
| Actor Start | $0.005 | One-time charge per run |
| Profile | $0.105 | Per author profile extracted with complete metadata |
| Post | $0.008 | Per post extracted with 25+ fields |
| Comment | $0.00017 | Per comment extracted with reply hierarchy |
Cost Examples
Profile Only (metadata + trophies + mod roles):
- Actor Start: $0.005
- Profile: $0.105
- Total: ~$0.11
Full Extraction (1 author, 100 posts, 500 comments):
- Actor Start: $0.005
- Profile: $0.105
- Posts: 100 ร $0.008 = $0.80
- Comments: 500 ร $0.00017 = $0.085
- Total: ~$1.00
Comments Only (1 author, 0 posts, 1000 comments):
- Actor Start: $0.005
- Profile: $0.105
- Comments: 1,000 ร $0.00017 = $0.17
- Total: ~$0.28
Use Cases & Applications
Recruitment & Talent Intelligence
Candidate Due Diligence Deep-profile candidates by analyzing their Reddit activity โ karma ratios, trophy history, and community involvement reveal genuine expertise vs. promotional accounts.
Technical Skill Verification Extract post and comment history from technical subreddits (r/programming, r/machinelearning) to verify domain expertise claims before hiring decisions.
OSINT & Professional Intelligence
Influencer Vetting Identify genuine subject-matter experts using karma forensics and trophy analysis. Split post vs. comment karma to distinguish content creators from discussion participants.
Thought Leadership Mapping Build databases of domain experts across relevant subreddits. Map moderator roles and multireddit collections to understand influence networks.
Competitive & Market Intelligence
Brand Monitoring Track high-karma authors in industry subreddits to monitor what experts are saying about your product, competitors, or market trends.
Lead Generation Identify high-karma authors in niche B2B communities as potential prospects, partnership targets, or community ambassadors.
FAQ
What data is included in an author profile?
Complete identity metadata (username, Snoovatar, bio, account age), reputation metrics (post/comment karma split), trophies with timestamps, moderator roles, multireddit collections, and full post/comment archives with engagement data.
Can I extract posts and comments separately?
Yes โ set max_posts: 0 to skip posts, or max_comments: 0 to skip comments. Profile metadata is always included regardless of these settings.
Are comment reply hierarchies included?
Yes โ comments include parent_id, reply_level, and is_root fields for reconstructing complete conversation trees.
Does this work with suspended or private accounts?
Suspended accounts are flagged with is_suspended: true and return limited metadata. Private accounts return only publicly available information.
How are karma metrics split?
Post karma (content creation reputation) and comment karma (discussion engagement) are reported separately, enabling behavioral pattern analysis.
Can I detect bot or spam accounts?
Account age, karma split ratios, trophy count, and posting frequency patterns provide signals for automated account detection. Combine these fields with your own scoring model for bot identification.
SEO Keywords & Search Terms
Primary Keywords
reddit author scraper API, reddit user profile extraction, reddit karma analysis, reddit author intelligence, reddit profile data API, reddit comment history extractor
Long-Tail Keywords
extract reddit author profile karma forensics API, reddit user post comment history structured JSON, reddit moderator detection trophy extraction pipeline, reddit thought leader identification API, reddit persona research bot detection, reddit author influence scoring pipeline
Industry Terms
author intelligence, karma forensics, Reddit OSINT, thought leadership mapping, community influence detection, digital persona reconstruction
Trust & Certifications
- โ Enterprise Ready - Processing author intelligence at scale
- โ GDPR Compliant - EU data protection standards
- โ 40+ Fields Per Post - Comprehensive content metadata
- โ Regular Updates - Continuous maintenance for platform changes
Legal & Compliance
Data Rights & Usage
All data is extracted from publicly available Reddit profiles. Users are responsible for ensuring their use of extracted data complies with applicable laws and Reddit's Terms of Service.
Privacy Compliance
- GDPR: Compliant with EU General Data Protection Regulation. No personal data is stored beyond the extraction session.
- CCPA: Compliant with California Consumer Privacy Act requirements.
Platform Terms of Service
Users must review and comply with Reddit's Terms of Service and API Terms regarding data extraction and usage.
Enterprise Support
For enterprise licensing, custom integrations, or compliance inquiries:
- Telegram: @AiAgentApi
Related Tools
Jobs & Hiring
- All Job Scraper - Multi-Platform Job Data Extraction API
- Indeed Hiring Scraper - Indeed Job Extraction & Market Intelligence
- LinkedIn Hiring Scraper - LinkedIn Job Data Extraction & Talent Intelligence
- Glassdoor Hiring Scraper - Glassdoor Salary Intelligence & Company Reviews
- LinkedIn Company Scraper - LinkedIn Company Data Extraction & Firmographic Intelligence
- LinkedIn Profile Scraper - LinkedIn Profile Data Extraction & Professional Intelligence
- Reddit Author Scraper - Reddit Author Profile Extraction & Activity Analysis (This Tool)
- Reddit Viral Scraper - Reddit Viral Content Extraction & Trend Intelligence
- SubReddit Info Scraper - Subreddit Metadata Extraction & Community Intelligence
- SubReddit Post Scraper - Subreddit Post Extraction & Content Analysis
- Subreddit Member Scraper - Subreddit Member Extraction & Audience Analysis
Telegram
- Telegram Chat Scraper - Telegram Chat Message Extraction & Content Analysis
- Telegram Group Inviter - Telegram Group Member Invitation & Management
- Telegram Info Scraper - Telegram Entity Metadata Extraction & Intelligence
- Telegram Member Scraper - Telegram Group Member Extraction & Audience Data
- Telegram Private Group Scraper - Telegram Private Group Data Extraction & Analysis
- Instagram Creator Scraper - Instagram Profile Data Extraction & Creator Intelligence
- Instagram Post Reel Scraper - Instagram Feed Post & Reel Extraction API
- Instagram Trending Scraper - Instagram Explore Trending Content Extraction API
X / Twitter
- Twitter Community Scraper - Twitter Community Extraction & Member Analysis
- Twitter Info Scraper - X/Twitter Profile Extraction & User Intelligence
TikTok
- TikTok Creator Scraper - TikTok Creator Profile Extraction & Analytics
- TikTok Live Downloader - TikTok Live Stream Recording & Download
- TikTok Transcript - TikTok Video Transcription & Content Extraction
Video & Content
- All Video Scraper - Multi-Platform Video Download & Extraction (1000+ Sites)
- Video Caption Scraper - Video Caption Extraction & Subtitle Data
- Video Transcript - Universal Video Transcription & AI Training Data
- Video to Social Post - Video Content Conversion & Social Media Repurposing
- Live Stream Transcript - Live Stream Transcription & Real-Time Content Extraction
YouTube
- YouTube Transcript - YouTube Video Transcription & Speech Extraction
- YouTube Market Intelligence - YouTube Channel & Video Metadata Extraction
Real Estate
- Realtor Property Scraper - Realtor.com Property Data Extraction & Market Intelligence
- Zillow For Sale Scraper - Zillow Property Listing Extraction & Real Estate Data
Maps & Local
- Google Maps Store Scraper - Google Maps Business Data Extraction & Local Intelligence
Support & Community
- ๐ฅ Community: @Apify_Actor
- ๐ค Contact Team: @AiAgentApi
Last Updated: April 21, 2026
