Reddit Profile Scraper avatar

Reddit Profile Scraper

Pricing

from $4.99 / 1,000 results

Go to Apify Store
Reddit Profile Scraper

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

Coding Frontned

Maintained by Community

Actor stats

0

Bookmarked

7

Total users

1

Monthly active users

9 hours ago

Last modified

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

FieldTypeDefaultRequiredDescription
usernamesarrayList of Reddit usernames to scrape (without u/). Can also provide full profile URLs.
includeRecentPostsbooleanFalseFetch the user's recent submitted posts (up to maxRecentItems)
includeRecentCommentsbooleanFalseFetch the user's recent comments (up to maxRecentItems)
maxRecentItemsinteger25Maximum number of recent posts or comments to fetch per user
headlessbooleanTrueRun browser in headless mode (recommended for production)
maxItemsinteger20Maximum number of items to scrape
proxyConfigurationobjectApify ResidentialProxy settings. Residential proxy is strongly recommended

Output

Each scraped item includes:

FieldDescription
idUnique identifier for the item
titleFull product or listing title
subredditSubreddit
scoreScore
numCommentsNum comments
createdAtCreation timestamp (ISO 8601)
permalinkPermalink
bodyBody

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 maxItems reasonable 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