Reddit Community User
Pricing
from $2.66 / 1,000 results
Reddit Community User
Extract Reddit community user lists with usernames, karma scores, account age, verification status, trophies, and optional post/comment activity links.
Pricing
from $2.66 / 1,000 results
Rating
0.0
(0)
Developer
CheapGET
Actor stats
1
Bookmarked
1
Total users
0
Monthly active users
a day ago
Last modified
Categories
Share
Extract all users from any Reddit community — with karma, account age, verification status, trophies, and activity links.
Enter any subreddit name and get a full list of its active users: usernames, post karma, comment karma, account creation date, Reddit Premium status, moderator roles, and optionally all post and comment URLs per user.
🤝 Support & Community
📧 Support: Contact Us 💬 Community: Telegram Group
🏆 Key Features
👤 Complete User Profiles
- 🪪 Identity Data: Username, display name, avatar URL, and public bio for every community user.
- ⭐ Karma Breakdown: Separate post karma and comment karma scores for each user.
- 📅 Account Age: Exact ISO-formatted account creation date for seniority analysis.
- ✅ Verification Status: Email verified flag and account verification status.
🏅 Account Status Flags
- 💎 Reddit Premium: Detect premium subscribers within the community.
- 👔 Reddit Employee: Identify official Reddit staff members.
- 🛡️ Moderator Detection: Flag users who moderate any subreddit.
- 🚫 Suspended Accounts: Detect suspended or restricted user accounts.
🏆 Trophies & Reputation
- 🏆 Trophy Collection: Full list of Reddit trophies earned by each user including name, icon, grant date, and description.
- 📋 Moderated Subreddits: List of all subreddits each user moderates for influence mapping.
- 🔗 Multireddits: Custom multireddit collections created by each user.
📝 Optional Activity Links
- 📄 Post URLs: All post links from each user for content analysis (enable with
Activityoption). - 💬 Comment URLs: All comment links from each user for engagement research.
💰 Pricing
| Resource | Cost | Description |
|---|---|---|
| Actor Usage | $0.00001 | Charged for Actor runtime, proxy and storage. Cost depends on resource consumption |
| Profile | $0.00169 | Charged per user profile extracted. Includes identity, karma, and status data |
| Activity | $0.00112 | Charged per user when Activity is enabled. Includes all post and comment URLs |
Example Cost Calculation:
- Extracting 100 users, no activity links
- Cost: (100 × $0.00169) = $0.169 + runtime fees
- With activity links: (100 × $0.00169) + (100 × $0.00112) = $0.281 + runtime fees
🌟 Why choose this Actor?
| Feature | Reddit Community User | Manual Browsing | Reddit API |
|---|---|---|---|
| Pricing Model | ✅ Pay per use | ❌ Time-consuming | ❌ Complex OAuth |
| Data Depth | ✅ 20+ fields | ❌ Limited | ✅ Full access |
| Trophies | ✅ Included | ❌ Manual only | ✅ Available |
| Activity Links | ✅ Optional | ❌ Not scalable | ⚠️ Rate limited |
| Setup Time | ✅ Instant | ❌ N/A | ❌ OAuth setup |
| Bulk Export | ✅ JSON/CSV | ❌ Copy-paste | ⚠️ Custom code |
💻 Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
subreddit | string | ✅ Yes | Subreddit name or URL (apify, r/apify, or https://reddit.com/r/apify/) |
max_results | integer | ✅ Yes | Maximum number of community users to extract (minimum 10) |
activity | boolean | ✅ Yes | Include links to each user's posts and comments (increases cost and time) |
📝 Example Input
{"subreddit": "apify","max_results": 100,"activity": false}
Supported subreddit formats:
- Simple name:
apify,programming - With prefix:
r/apify - Full URL:
https://www.reddit.com/r/apify/
📤 Output Structure
| Field | Type | Description |
|---|---|---|
processor | string | URL of the Apify actor that processed this data |
processed_at | string | ISO 8601 timestamp when the data was processed |
id | string | Unique Reddit user identifier |
name | string | Display name of the user |
username | string | Reddit username |
avatar | string | URL of the user's avatar/snoovatar image |
about | string | Public bio/description of the user |
verified | boolean | Whether the account is verified |
verified_email | boolean | Whether the user has verified their email |
post_karma | integer | Total post karma |
comment_karma | integer | Total comment karma |
created | string | ISO 8601 timestamp when the account was created |
is_premium | boolean | Whether the user has Reddit Premium |
is_employee | boolean | Whether the user is a Reddit employee |
is_moderator | boolean | Whether the user moderates any subreddit |
is_suspended | boolean | Whether the account is suspended |
trophies | array | Trophies earned: name, icon, granted, description |
moderated | array | List of subreddits the user moderates |
multireddits | array | Custom multireddits created by the user |
posts | array | URLs to user's posts (only when activity: true) |
comments | array | URLs to user's comments (only when activity: true) |
📤 Example Output
{"processor": "https://apify.com/cheapget/reddit-community-user?fpr=aiagentapi","processed_at": "2026-01-01T08:42:33+00:00","id": "xlo9n","name": "DataScout","username": "LargeLine","avatar": "https://i.redd.it/snoovatar/avatars/example.png","about": "Data enthusiast and developer","verified": true,"verified_email": true,"post_karma": 76,"comment_karma": 90,"created": "2016-05-01T12:00:00+00:00","is_premium": false,"is_employee": false,"is_moderator": true,"is_suspended": false,"trophies": [{"name": "Verified Email","icon": "https://www.redditstatic.com/awards2/verified_email.png","granted": "2016-05-01T12:00:00+00:00","description": "Verified email address"}],"moderated": ["r/apify"],"multireddits": [],"posts": [],"comments": []}
🔌 Integrations
Ⓜ️ Make.com Integration
Get Started with Make.com (1000 Free Credits) 🎁
- 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 the Apify actor page
- Click the '⟳ Refresh' - left side of Map
- Input JSON* - Add subreddit name and max results
- 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 the Apify actor page
- Input JSON - Add subreddit name and parameters
📚 API Documentation
- MCP API - Model Context Protocol integration
- Python API - Complete Python client documentation with examples
- JavaScript API - Node.js and browser integration guide
🚀 Performance Tips
💰 Cost Optimization
- Skip Activity Links: Set
activity: falseto save ~40% on cost — karma and profile data only - Start Small: Test with
max_results: 10before running large batches - Monitor Usage: Check the Apify Console usage tab for real-time cost tracking
⚡ Speed Optimization
- No Activity Links: Disabling activity links is significantly faster
- Active Subreddits: Larger, active communities return results faster
- Peak Hours: Avoid Reddit peak traffic (9 AM – 5 PM EST) for faster response
🛡️ Data Quality Tips
- Valid Subreddits: Ensure the community is public — private subreddits will return no data
- Smaller Communities: Less active subreddits may have fewer identifiable users
- Suspended Accounts: Some users may have incomplete data due to suspensions or deletions
❓ FAQ
How are community users identified?
Users are identified from posts and comments within the subreddit, so results reflect active community members rather than a complete subscriber list.
Can I extract from private subreddits?
No — only public communities are accessible.
What's the difference between post_karma and comment_karma?
post_karma counts upvotes on submitted links and posts. comment_karma counts upvotes on comments. Both are extracted separately.
How long does processing take?
- 10 users, no activity: under 30 seconds
- 100 users, no activity: 1–3 minutes
- 100 users, with activity: 3–8 minutes
Does enabling Activity significantly increase cost?
Yes — activity links add ~$0.00112 per user on top of the $0.00169 profile cost, roughly doubling the per-user price.
🔗 Related Actors
- Reddit Community Post - Extracts posts from specific subreddits with 40+ metadata fields including titles, content, authors, vote counts, and full comment threads.
- Reddit Community Profile - Extracts subreddit rules, wiki content, pinned posts, and community metadata.
- Reddit User Profile - Analyzes individual Reddit user activity with karma distribution, post history, and moderator role identification.
- Reddit Post Search - Searches Reddit posts across all subreddits and extracts nested comment threads with author data and vote counts.
- Best Job Search - Aggregates job listings from LinkedIn, Indeed, Glassdoor, and regional platforms across 60+ countries.
- Video To Text - Transcribes videos from 1000+ platforms using AI with automatic language detection and translation.
- X User Profile - Extracts comprehensive X (Twitter) user profile data with 35+ data points including verification status and engagement metrics.
- Telegram Group Member - Extracts member profiles from Telegram groups with standard and deep search modes.
👥 Our community: @Apify_Actor 👤 Contact with team: @AiAgentApi
Last Updated: March 1, 2026