VOOZH about

URL: https://apify.com/backhoe/reddit-user-scraper

โ‡ฑ Reddit User Scraper ยท Apify


Pricing

Pay per usage

Go to Apify Store

Collect public Reddit user profiles including karma, registration date, and activity history (posts and comments). Track user engagement across multiple subreddits with context preservation.

Pricing

Pay per usage

Rating

5.0

(1)

Developer

๐Ÿ‘ D

D

Maintained by Community

Actor stats

3

Bookmarked

49

Total users

3

Monthly active users

7 months ago

Last modified

Categories

Share

๐Ÿ‘ค Reddit User Scraper

๐Ÿ†“ 100% FREE | ๐Ÿ“œ Full Activity History | ๐Ÿ”’ No API Key Required

A detailed scraper for collecting public information about Reddit users and their activity history (posts and comments).


โœจ Why Choose This Scraper?

  • โœ… Completely Free - No hidden costs or subscriptions
  • โœ… No Reddit API Key Needed - Works out of the box
  • โœ… Complete User Profiles - Karma, history, and more
  • โœ… Residential Proxies Included - Avoid rate limits
  • โœ… Context Preservation - Links to original threads

๐Ÿš€ Key Features

  • User Profile: Karma, registration date, avatar
  • Activity History: User's posts and comments
  • Comment Context: Links to original threads
  • Pagination: Automatic handling of large history
  • Metadata: Timestamps, subreddits, upvotes

๐Ÿ“‹ Input Parameters

{
"startUrls":["https://www.reddit.com/user/spez"],
"maxItems":50,
"skipUserPosts":false,
"debugMode":false
}

Parameters:

  • startUrls (array, required): List of user profile URLs
  • maxItems (integer): Maximum number of activity items
  • skipUserPosts (boolean): Skip activity history collection
  • debugMode (boolean): Detailed logging

๐Ÿ“ค Output Data

User Profile:

{
"dataType":"user_profile",
"url":"https://old.reddit.com/user/spez",
"username":"spez",
"karma":{
"total":123456
},
"created_at":"2005-06-06T00:00:00.000Z",
"scrapedAt":"2025-01-20T10:30:00.000Z",
"recent_activity":[...]
}

Activity (Post):

{
"type":"post",
"id":"t3_abc123",
"subreddit":"announcements",
"title":"Post title",
"url":"https://www.reddit.com/r/announcements/comments/...",
"created_utc":"1234567890",
"scrapedAt":"2025-01-20T10:30:00.000Z"
}

Activity (Comment):

{
"type":"comment",
"id":"t1_xyz789",
"subreddit":"Python",
"body":"Comment text",
"context_title":"Original post title",
"context_url":"https://www.reddit.com/r/Python/comments/...",
"created_utc":"1234567890",
"scrapedAt":"2025-01-20T10:30:00.000Z"
}

๐Ÿ’ก Usage Examples

Full profile with history

{
"startUrls":["https://www.reddit.com/user/spez"],
"maxItems":100
}

Profile information only (no activity)

{
"startUrls":["https://www.reddit.com/user/username"],
"skipUserPosts":true
}

Recent user activity

{
"startUrls":["https://www.reddit.com/user/username"],
"maxItems":25
}

Monitor multiple users

{
"startUrls":[
"https://www.reddit.com/user/user1",
"https://www.reddit.com/user/user2",
"https://www.reddit.com/user/user3"
],
"maxItems":50
}

โš™๏ธ Technical Details

  • Memory: 256 MB (optimized for efficiency)
  • Proxy: Residential (automatic, included free)
  • Timeout: 3600 seconds
  • Source: old.reddit.com
  • Limitations: Public profiles only

๐Ÿ“ Notes

  • Support for various URL formats (u/username, /user/username/, full URL)
  • Automatic pagination for large history
  • Distinguishes between posts and comments in activity
  • Context is preserved for comments (original post)
  • Handles shadowbanned and deleted accounts
  • All timestamps in UTC format
  • Karma can be split into post/comment (if available)

๐Ÿ”’ Limitations

  • Public data only
  • Does not work with private profiles
  • Limited history (Reddit doesn't show full history)
  • Shadowbanned users return an error

๐ŸŽฏ Perfect For

  • ๐Ÿ‘ฅ User behavior analysis
  • ๐Ÿ” Influencer research
  • ๐Ÿ“Š Engagement tracking
  • ๐Ÿค– Bot detection
  • ๐Ÿ“ˆ Community management

๐Ÿ’ฌ Questions or Issues? Feel free to reach out or check the documentation!

You might also like

Reddit User Posts Scraper

scrapearchitect/reddit-user-posts-scraper

Reddit User Posts Scraper

๐Ÿ‘ User avatar

Scrape Architect

2

Reddit User Profile Posts Comments Scraper

scrapers-hub/reddit-user-profile-posts-comments-scraper

Reddit user profile posts comments scraper to extract posts, comments, and activity from Reddit user profiles ๐Ÿ’ฌ๐Ÿ“Š Ideal for research, sentiment analysis, and audience insights. Fast and efficient.

Reddit Scraper - Posts, Comments & Subreddits

viralanalyzer/reddit-scraper

Extract Reddit posts, comments, subreddit data, and user profiles.

27

5.0

Reddit Basic Profile Scraper

scrapers-hub/reddit-basic-profile-scraper

Reddit user scraper to collect user profiles, activity, posts, and comments from Reddit ๐Ÿ‘ค๐Ÿ“Š Ideal for research, audience analysis, and targeted insights. Fast and reliable scraping.

15

Reddit Scraper

simpleapi/reddit-scraper

Reddit Scraper extracts data from Reddit posts, comments, and user profiles across subreddits. Collect usernames, post titles, comment text, karma, and engagement signals to discover trends, leads, audience insights, or discussions relevant to your niche. ๐Ÿ”Ž๐Ÿ“Š

Related articles

How to scrape Reddit data with unofficial Reddit API
Read more