Reddit Community User avatar

Reddit Community User

Pricing

from $2.66 / 1,000 results

Go to Apify Store
Reddit Community User

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

CheapGET

Maintained by Community

Actor stats

1

Bookmarked

1

Total users

0

Monthly active users

a day ago

Last modified

Share

Support Rating Reliability Reddit Community User

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.
  • 📄 Post URLs: All post links from each user for content analysis (enable with Activity option).
  • 💬 Comment URLs: All comment links from each user for engagement research.

💰 Pricing

ResourceCostDescription
Actor Usage$0.00001Charged for Actor runtime, proxy and storage. Cost depends on resource consumption
Profile$0.00169Charged per user profile extracted. Includes identity, karma, and status data
Activity$0.00112Charged 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?

FeatureReddit Community UserManual BrowsingReddit API
Pricing ModelPay per use❌ Time-consuming❌ Complex OAuth
Data Depth20+ fields❌ Limited✅ Full access
TrophiesIncluded❌ Manual only✅ Available
Activity LinksOptional❌ Not scalable⚠️ Rate limited
Setup TimeInstant❌ N/A❌ OAuth setup
Bulk ExportJSON/CSV❌ Copy-paste⚠️ Custom code

💻 Input Parameters

ParameterTypeRequiredDescription
subredditstring✅ YesSubreddit name or URL (apify, r/apify, or https://reddit.com/r/apify/)
max_resultsinteger✅ YesMaximum number of community users to extract (minimum 10)
activityboolean✅ YesInclude 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

FieldTypeDescription
processorstringURL of the Apify actor that processed this data
processed_atstringISO 8601 timestamp when the data was processed
idstringUnique Reddit user identifier
namestringDisplay name of the user
usernamestringReddit username
avatarstringURL of the user's avatar/snoovatar image
aboutstringPublic bio/description of the user
verifiedbooleanWhether the account is verified
verified_emailbooleanWhether the user has verified their email
post_karmaintegerTotal post karma
comment_karmaintegerTotal comment karma
createdstringISO 8601 timestamp when the account was created
is_premiumbooleanWhether the user has Reddit Premium
is_employeebooleanWhether the user is a Reddit employee
is_moderatorbooleanWhether the user moderates any subreddit
is_suspendedbooleanWhether the account is suspended
trophiesarrayTrophies earned: name, icon, granted, description
moderatedarrayList of subreddits the user moderates
multiredditsarrayCustom multireddits created by the user
postsarrayURLs to user's posts (only when activity: true)
commentsarrayURLs 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) 🎁

  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 the Apify actor page
  5. Click the '⟳ Refresh' - left side of Map
  6. Input JSON* - Add subreddit name and max results
  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. ActorBy IDPaste Actor ID - from the Apify actor page
  3. 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: false to save ~40% on cost — karma and profile data only
  • Start Small: Test with max_results: 10 before 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.

  • 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