VOOZH about

URL: https://apify.com/codingfrontend/reddit-profile-scraper

โ‡ฑ Reddit Profile Scraper ยท Apify


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

๐Ÿ‘ codingfrontend

codingfrontend

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

6 days ago

Last modified

Share

Scrape Reddit user profiles by username or profile URL โ€” including total karma, comment karma, post karma, bio, avatar, account age, Gold/Mod/Employee status, and optionally their recent posts and comments.

Features

  • Batch input โ€” Provide a list of usernames or reddit.com/user/xxx URLs
  • Full profile data โ€” Karma breakdown (comment, post, awardee, awarder, total), account creation date, account age in days, verification status, bio, avatar, banner
  • Recent posts โ€” Optional: fetch the user's recent submitted posts
  • Recent comments โ€” Optional: fetch the user's recent comments
  • Suspended & private accounts โ€” Gracefully handles missing/suspended profiles
  • Parallel execution โ€” 2 profiles concurrently for efficiency
  • Stealth mode โ€” Random user agents, headers, and fingerprinting

Input Options

FieldTypeDefaultDescription
usernamesArrayrequiredReddit usernames (or full reddit.com/user/xx URLs)
includeRecentPostsBooleanfalseFetch user's recent submitted posts
includeRecentCommentsBooleanfalseFetch user's recent comments
maxRecentItemsNumber25Max recent posts/comments to fetch per user (1โ€“100)
headlessBooleantrueRun browser in headless mode
proxyConfigurationObjectApify ResidentialProxy settings

Example Inputs

Scrape profiles only

{
"usernames":["spez","GallowBoob","kn0thing"],
"includeRecentPosts":false,
"includeRecentComments":false
}

Scrape profiles with recent posts

{
"usernames":["spez","GallowBoob"],
"includeRecentPosts":true,
"maxRecentItems":25
}

Using full profile URLs

{
"usernames":[
"https://www.reddit.com/user/spez/",
"https://www.reddit.com/user/GallowBoob/"
],
"includeRecentPosts":true,
"includeRecentComments":true,
"maxRecentItems":10
}

Output Dataset Fields

FieldTypeDescription
idStringReddit user fullname (t2_xxx)
usernameStringReddit username
profileUrlStringFull Reddit profile URL
commentKarmaNumberComment karma
linkKarmaNumberPost/link karma
awardeeKarmaNumberAwardee karma
awarderKarmaNumberAwarder karma
totalKarmaNumberTotal karma
createdAtStringAccount creation date (ISO 8601)
accountAgeDaysNumberAccount age in days
isGoldBooleanWhether user has Reddit Premium/Gold
isModBooleanWhether user is a moderator of any subreddit
isEmployeeBooleanWhether user is a Reddit employee
hasVerifiedEmailBooleanWhether email is verified
isSuspendedBooleanWhether account is suspended
bioStringUser bio / about me text
avatarStringProfile avatar image URL
bannerImgStringProfile banner image URL
recentPostsArrayRecent submitted posts (if includeRecentPosts=true)
recentCommentsArrayRecent comments (if includeRecentComments=true)
scrapedAtStringScrape timestamp (ISO 8601)

Example Output

{
"id":"t2_4x25quk",
"username":"spez",
"profileUrl":"https://www.reddit.com/user/spez/",
"commentKarma":98234,
"linkKarma":12456,
"totalKarma":110690,
"createdAt":"2005-06-06T04:00:00.000Z",
"accountAgeDays":7280,
"isGold":true,
"isMod":false,
"isEmployee":true,
"hasVerifiedEmail":true,
"isSuspended":false,
"bio":"CEO of Reddit",
"avatar":"https://styles.redditmedia.com/...",
"scrapedAt":"2025-06-01T12:00:00.000Z"
}

Related Actors

  • Reddit Subreddit Scraper โ€” Scrape posts from a subreddit
  • Reddit Subreddit Users Scraper โ€” Extract all unique users from a subreddit's posts and comments

Author

Built by Kumar Lakshmanan ยท lakshmanan.w3dev@gmail.com

You might also like

Reddit Profile Detail Scraper

dead00/reddit-profile-detail-scraper

Scrapes public Reddit user profiles including karma, cake day, recent posts, and comments. Ideal for research, analytics, sentiment tracking, and competitive insights. Input a Reddit username and get structured JSON or CSV output.

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 Profile Crawler

crawlerbros/reddit-profile-crawler

Scrape reddit's profiles with posts and profile information.

95

3.4

Reddit Scraper

automation-lab/reddit-scraper

Working Reddit scraper for public Reddit search, subreddit listings, posts, comments, and user profiles. No Reddit account or API key required.

๐Ÿ‘ User avatar

Stas Persiianenko

1.5K

4.6