Reddit Profile Scraper
Pricing
from $4.99 / 1,000 results
Go to Apify Store
Reddit Profile Scraper
Scrape Reddit user profiles by username or profile URL — including karma, bio, avatar, account age, and optional recent posts and comments.
Pricing
from $4.99 / 1,000 results
Rating
0.0
(0)
Developer
Coding Frontned
Maintained by CommunityActor stats
0
Bookmarked
7
Total users
1
Monthly active users
9 hours ago
Last modified
Categories
Share
Scrape Reddit user profiles by username or profile URL — including karma, bio, avatar, account age, and optional recent posts and comments
Features
- Structured data extraction — outputs clean JSON fields ready for analysis
- 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 |
|---|---|---|---|---|
usernames | array | — | ✓ | List of Reddit usernames to scrape (without u/). Can also provide full profile URLs. |
includeRecentPosts | boolean | False | Fetch the user's recent submitted posts (up to maxRecentItems) | |
includeRecentComments | boolean | False | Fetch the user's recent comments (up to maxRecentItems) | |
maxRecentItems | integer | 25 | Maximum number of recent posts or comments to fetch per user | |
headless | boolean | True | Run browser in headless mode (recommended for production) | |
maxItems | integer | 20 | Maximum number of items to scrape | |
proxyConfiguration | object | Apify Residential | Proxy settings. Residential proxy is strongly recommended |
Output
Each scraped item includes:
| Field | Description |
|---|---|
id | Unique identifier for the item |
title | Full product or listing title |
subreddit | Subreddit |
score | Score |
numComments | Num comments |
createdAt | Creation timestamp (ISO 8601) |
permalink | Permalink |
body | Body |
Sample Output
{"id": "id_value","title": "Example Product or Listing Title","subreddit": "subreddit_value","score": "score_value","numComments": "numComments_value","createdAt": "createdAt_value","permalink": "permalink_value","body": "body_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
