Scrapers.lat logo scrapers.lat
社交媒体

Reddit User Profile, Posts & Comments Scraper

Look up any Reddit user by username and extract their full profile plus recent posts and comments. Get post karma, comment karma, total karma, cake day, trophies, mod status and activity. Export to JSON, CSV or Excel.

17 每条记录的字段 JSON · CSV · Excel · API 按用量付费
reddit-user-scraper.json 200 OK
{
  "username": "GallowBoob",
  "profileUrl": "https://www.reddit.com/user/GallowBoob",
  "postKarma": 35727323,
  "commentKarma": 1110838,
  "totalKarma": 36838161,
  "accountCreated": "2014-10-07T09:38:40.000Z",
  "cakeDay": "October 7",
  "isGold": true,
  "isAdmin": false
}
你会得到什么

每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。

  • 每个结果对应一条干净记录,已去重并规范化
  • JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
  • 在云端按用量付费,无需安装或维护
返回的字段
UsernameProfile UrlPost KarmaComment KarmaTotal KarmaAccount CreatedCake DayIs GoldIs AdminIs ModIs VerifiedTrophiesNum Posts FetchedNum Comments Fetched
示例输出

一条真实的示例记录,正是你收到的结构。

UsernameProfile UrlPost KarmaComment Karma
GallowBoobhttps://www.reddit.com/user/Gallo…357273231110838
spezhttps://www.reddit.com/user/spez184005756202
GET /reddit-user-scraper
{
  "username": "GallowBoob",
  "profileUrl": "https://www.reddit.com/user/GallowBoob",
  "postKarma": 35727323,
  "commentKarma": 1110838,
  "totalKarma": 36838161,
  "accountCreated": "2014-10-07T09:38:40.000Z",
  "cakeDay": "October 7",
  "isGold": true,
  "isAdmin": false
}

常见问题

Which users can it scrape?

Any public Reddit profile. Enter usernames with or without the `u/` prefix. Suspended, deleted or private profiles are returned as a record with an `error` field instead of being silently dropped.

Does it return the user's posts and comments?

Yes. With Fetch Posts & Comments enabled, each record includes `recentPosts` and `recentComments` arrays, capped by `maxPostsPerUser` and `maxCommentsPerUser`.

Can I process many users in one run?

Yes. Add every username to `usernames` and the actor returns one record per user.

What ordering does the activity use?

Choose `sort` (new, hot, top, controversial) to control how the recent posts and comments are ordered.

Can I tell staff and moderator accounts apart?

Yes. Each profile carries an `isAdmin` flag for Reddit staff accounts and an `isMod` flag for users who moderate at least one community, alongside `isGold` (premium) and `isVerified`, so you can segment and filter accounts at a glance.

你准备好,它就就绪。

现在就在 Apify 上运行这个爬虫,或让我们按你的确切需求定制一个。