Reddit Comments Scraper
Pricing
Pay per usage
Go to Apify Store
Reddit Comments Scraper
Extract comments from any Reddit post or subreddit. Returns structured JSON with author, score, timestamp, and nested replies. Fast, no API key required.
Pricing
Pay per usage
Rating
0.0
(0)
Developer

Frost Orygon
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
0
Monthly active users
11 days ago
Last modified
Categories
Share
Extract comments from Reddit posts and subreddits. Fast, simple, no API key needed.
Features
- Direct post URLs - Scrape comments from any Reddit post
- Subreddit listings - Get comments from hot/new/top posts
- Nested replies - Full comment thread depth
- Structured output - JSON with author, score, timestamps
Input
| Field | Type | Description |
|---|---|---|
startUrls | array | Reddit post URLs or subreddit URLs |
maxPosts | number | Max posts per subreddit (default: 10) |
maxComments | number | Max comments per post (0 = all) |
includeReplies | boolean | Include nested replies (default: true) |
Example Input
{"startUrls": ["https://www.reddit.com/r/technology/hot","https://www.reddit.com/r/AskReddit/comments/xyz123/example_post/"],"maxPosts": 5,"includeReplies": true}
Output
{"postId": "abc123","title": "Post title","author": "username","subreddit": "technology","score": 1234,"comments": [{"id": "comment1","author": "commenter","body": "Comment text...","score": 42,"replies": [...]}]}
Use Cases
- Sentiment analysis
- Content research
- Community monitoring
- Data journalism