Reddit Comments Scraper: Body, Author, Score & Depth
Scrape every comment from any Reddit post or subreddit, including nested replies. Extract body text, author, score, awards, controversiality, depth and parentId to rebuild the thread. Export to JSON, CSV or Excel. No API key.
{ "error": "post not found on page", "observedAt": "2026-07-25T08:44:43.486Z" }
每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。
- 每个结果对应一条干净记录,已去重并规范化
- JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
- 在云端按用量付费,无需安装或维护
一条真实的示例记录,正是你收到的结构。
{ "error": "post not found on page", "observedAt": "2026-07-25T08:44:43.486Z" }
常见问题
Does it capture nested replies, not just top-level comments?
Yes. The actor walks the full comment tree recursively and expands collapsed "load more comments" branches, so replies many levels deep are returned. Each record carries `depth` (0 = top level) and `parentId` so you can reconstruct the thread.
How do I get only top-level comments?
Set `maxDepth` to `0`. Set it to `1` for top-level plus direct replies, and so on. Leave it empty to walk every level.
Can I pull comments from a whole subreddit?
Yes. Pass subreddit names in `subreddits` and the actor collects comments from the subreddit's recent posts, up to your `maxItems`.
Is the full comment text included?
Yes. Every record carries the complete `body` text. Comments that Reddit has deleted or removed (which have no text) are skipped so the body is always present.
Do I need a proxy or API key?
No API key. The actor uses residential proxies by default, so you do not need to configure anything. You can supply your own proxy configuration if you prefer.