Reddit Subreddit Users Scraper
Pricing
from $4.99 / 1,000 results
Go to Apify Store
Reddit Subreddit Users Scraper
Extract all unique users (post authors + comment authors) from a subreddit, with optional full profile details for each user.
Pricing
from $4.99 / 1,000 results
Rating
0.0
(0)
Developer
Coding Frontned
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
11 hours ago
Last modified
Share
Extract all unique users (post authors + comment authors) from a subreddit, with optional full profile details for each user
Features
- Configurable result limit — set exactly how many items to collect per run
- Cloud-ready — runs on Apify with scheduling, proxy rotation, and webhook support
Use Cases
- Influencer discovery and social media performance analytics
- Content trend monitoring and viral post identification
- Brand mention tracking and social listening
- Competitor content strategy benchmarking
Input
| Field | Type | Default | Required | Description |
|---|---|---|---|---|
subreddit | string | — | ✓ | Name of the subreddit to extract users from (without r/) |
sortBy | string | new | How to sort posts when collecting users. Options: new, hot, top, rising, controversial | |
topTime | string | week | Time period when sortBy is 'top' or 'controversial'. Options: hour, day, week, month, year, all | |
maxPosts | integer | 50 | How many posts to scan for user collection (more posts = more unique users found) | |
includeCommentAuthors | boolean | True | Also extract comment authors from each post (significantly increases users found but takes longer) | |
fetchProfileDetails | boolean | False | Fetch full profile data (karma, bio, account age, etc.) for each unique user. Slower but richer data. | |
headless | boolean | True | Run browser in headless mode | |
proxyConfiguration | object | Apify Residential | Proxy settings. Residential proxy is strongly recommended |
Output
Each scraped item includes:
| Field | Description |
|---|---|
comments | Number of comments on the post |
id | Unique identifier for the item |
title | Full product or listing title |
url | Direct URL to the listing/item page |
permalink | Permalink |
mp4 | Mp4 |
width | Width |
height | Height |
caption | Caption |
body | Body |
createdAt | Creation timestamp (ISO 8601) |
flair | Flair |
distinguished | Distinguished |
stickied | Stickied |
edited | Edited |
replies | Replies |
Sample Output
{"comments": "comments_value","id": "id_value","title": "Example Product or Listing Title","url": "https://example.com/item/123","permalink": "permalink_value","mp4": "mp4_value","width": "width_value","height": "height_value"}
Notes
- Proxy: Residential proxy is highly recommended — set
proxyConfiguration: { useApifyProxy: true, apifyProxyGroups: ["RESIDENTIAL"] } - Rate limits: Keep
maxItemsreasonable per run to avoid IP bans or rate throttling - Scheduling: Use Apify Scheduler to run this actor on a recurring basis for a consistently fresh dataset