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・スプレッドシート・データベースにそのまま使えます。
- 結果ごとに 1 レコード、重複排除・正規化済み
- JSON・CSV・Excel の安定したスキーマ、または Apify API で読み取り
- クラウドで従量課金。インストールも保守も不要
実際の 1 レコード例。受け取る形そのままです。
{ "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.