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

1

Monthly active users

4 hours 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 moderator roles.

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 trophy collections.

🤝 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.

💰 Pricing

ResourceCostDescription
Actor Usage$0.00001Charged for Actor runtime, proxy and storage. Cost depends on resource consumption
Result$0.00296Charged per user profile extracted. Includes identity, karma, trophies, and status

Example Cost Calculation:

  • Extracting 100 users: (100 × $0.00296) = $0.296 + 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
Setup TimeInstant❌ N/A❌ OAuth setup
Bulk ExportJSON/CSV❌ Copy-paste⚠️ Custom code

💻 Input Parameters

ParameterTypeRequiredDescription
communitystring✅ YesSubreddit name or URL (apify, r/apify, or https://reddit.com/r/apify/)
max_resultsinteger✅ YesMaximum number of community users to extract (minimum 50)

📝 Example Input

{
"community": "apify",
"max_results": 100
}

Supported community 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
snoovatarbooleanWhether the user prefers to show snoovatar
is_blockedbooleanWhether the user is blocked by the current user
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

📤 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",
"snoovatar": false,
"is_blocked": false,
"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": []
}

🔌 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 community 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 community 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

🏗️ Metadata for Developers (JSON-LD)

{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Reddit Community User - Reddit User Extractor",
"alternateName": [
"Reddit User Scraper",
"Subreddit Member Extractor",
"Reddit Community Member API",
"Reddit User Data Tool"
],
"applicationCategory": "DeveloperApplication",
"applicationSubCategory": "Social Media Data Extraction",
"operatingSystem": "Cloud",
"offers": {
"@type": "Offer",
"price": "0.00",
"priceCurrency": "USD",
"priceValidUntil": "2099-12-31",
"availability": "https://schema.org/InStock"
},
"description": "Extract all users from any Reddit community with karma scores, account age, verification status, trophies, moderator roles, and multireddits. Identify active community members for research, outreach, or audience analysis.",
"featureList": [
"Full user profile extraction from any subreddit",
"Post karma and comment karma breakdown",
"Account age and creation date",
"Verification and email verified status",
"Reddit Premium and employee detection",
"Trophy collection with grant dates",
"Moderated subreddits per user",
"Custom multireddit collections",
"Export to JSON and CSV formats",
"API integration ready for automation"
],
"keywords": "reddit user scraper, subreddit member extractor, reddit community users api, reddit karma scraper, reddit profile extractor, reddit user data, subreddit user list, reddit member scraper, reddit user research, reddit audience analysis, reddit influencer finder, reddit moderator detection, reddit premium users, reddit trophy scraper, reddit user export",
"author": {
"@type": "Organization",
"name": "cheapget",
"url": "https://apify.com/cheapget?fpr=aiagentapi"
},
"softwareVersion": "1.0.0",
"datePublished": "2024-01-01",
"dateModified": "2026-04-07"
}

🚀 Performance Tips

💰 Cost Optimization

  • Start Small: Test with max_results: 50 before running large batches
  • Monitor Usage: Check the Apify Console usage tab for real-time cost tracking
  • Active Subreddits: Larger communities yield more unique users per run

⚡ Speed Optimization

  • 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 Communities: 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?

  • 50 users: under 1 minute
  • 100 users: 1–3 minutes
  • 500 users: 5–15 minutes

What is the minimum number of results I can request?

The minimum is 50 users per run.

  • 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.
  • Glassdoor Job Search - Extracts job listings from Glassdoor with salary estimates, company ratings, and full job descriptions.
  • Indeed Job Search - Scrapes job listings from Indeed with salary data, company info, and application links.
  • LinkedIn Job Search - Extracts LinkedIn job postings with company details, seniority levels, and applicant counts.
  • Best Video Downloader - Downloads videos from 1000+ platforms including YouTube, TikTok, Instagram, and more.
  • TikTok Video Downloader - Downloads TikTok videos without watermarks including metadata and audio.
  • YouTube Video Downloader - Downloads YouTube videos in multiple resolutions with metadata and subtitles.
  • Video Subtitles Downloader - Extracts and downloads subtitles from videos across major platforms.
  • Video To Text - Transcribes videos from 1000+ platforms using AI with automatic language detection and translation.
  • Instagram To Text - Transcribes Instagram reels and videos to text with speaker detection and timestamps.
  • Telegram Channel Message - Extracts messages from public Telegram channels with media metadata and engagement stats.
  • Telegram Group Member - Extracts member profiles from Telegram groups with standard and deep search modes.
  • Telegram Profile - Fetches public profile data from Telegram users and channels.
  • TikTok Live Recorder - Records TikTok live streams with real-time monitoring and automatic saving.
  • TikTok Video Profile - Extracts TikTok video metadata, engagement stats, and creator profile data.
  • X Community Profile - Extracts X (Twitter) community profiles with member counts and activity data.
  • X User Profile - Extracts comprehensive X (Twitter) user profile data with 35+ data points including verification status and engagement metrics.
  • Google Business Profile - Extracts Google Business listings with reviews, ratings, contact info, and location data.
  • Social Media Marketing - Automates social media content analysis and marketing data extraction across platforms.

👥 Our community: @Apify_Actor 👤 Contact with team: @AiAgentApi


Last Updated: April 07, 2026