Reddit Comment Thread Scraper is a paid API for AI agents from reddit.apitoll.cloud, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-15).
Fetches the full nested comment tree of any Reddit post, including post metadata and per-comment details like author, body, score, and depth.
Reddit comment-thread scraper — the comment tree of any Reddit post for AI agents. Pass a post URL and get the post plus its nested comments (depth- and limit-controlled): for each comment the author, body, score, nesting depth, parent id, permalink, OP flag, and timestamp; a truncated flag plus totalComments show when a thread has more than returned. No login, no Reddit API key. Analyze discussion, sentiment, and community reaction on any thread.
Returns the Reddit post's metadata (title, author, score, subreddit, selfText) plus an array of comments each containing author, body, score, depth, parent ID, permalink, isSubmitter flag, and timestamp; also includes a truncated flag and totalComments count so you know if there are more comments than returned.
GEThttps://reddit.apitoll.cloud/v1/reddit/commentsUse this endpoint when you need to read, analyze, or summarize the discussion in a specific Reddit thread without a Reddit API key or login. Ideal for sentiment analysis, community reaction research, or extracting opinions from a known post URL. Prefer this over the subreddit feed scraper (which lists posts) or the search scraper (which finds posts by keyword) when you already have the post URL and want its comments.
| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"type": "json",
"example": {
"asOf": "2026-07-15T12:00:00Z",
"post": {
"id": "abc123",
"url": "https://www.reddit.com/r/programming/comments/abc123/show_hn/",
"score": 1842,
"title": "Show HN: I built a type-safe API framework",
"author": "some_dev",
"fullId": "t3_abc123",
"isSelf": true,
"selfText": "After a month of nights and weekends…",
"scrapedAt": "2026-07-15T12:00:00Z",
"subreddit": "programming",
"recordType": "post",
"numComments": 231
},
"count": 50,
"depth": 10,
"source": {
"via": "Apify",
"name": "Reddit"
},
"postUrl": "https://www.reddit.com/r/programming/comments/abc123/show_hn/",
"comments": [
{
"id": "c1a2b3",
"url": "https://www.reddit.com/r/programming/comments/abc123/show_hn/c1a2b3/",
"body": "This is exactly what I needed — how does it handle streaming?",
"depth": 1,
"score": 214,
"author": "commenter1",
"fullId": "t1_c1a2b3",
"postId": "t3_abc123",
"parentId": "t3_abc123",
"scrapedAt": "2026-07-15T12:00:00Z",
"subreddit": "programming",
"recordType": "comment",
"isSubmitter": false
}
],
"truncated": true,
"totalComments": 231
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"