Reddit Thread & Comment Scraper
Pricing
$9.99/month + usage
Reddit Thread & Comment Scraper
Also creates screenshots of the posts - useful for reddit to youtube automated video pipeline.
Pricing
$9.99/month + usage
Rating
1.0
(1)
Developer

Artur
Actor stats
0
Bookmarked
27
Total users
1
Monthly active users
10 months ago
Last modified
Categories
Share
Reddit Thread Scraper
This scraper extracts the original post and top-level comments from a Reddit thread on reddit.com, including text and screenshots.
Input
Check the JSON example in the input tab.
Output
The output is an array of objects containing the extracted post and comments. Each object includes:
- title: The title of the Reddit post.
- text: The main content of the post.
- screenshot: Filename of the post’s screenshot.
- comments: An array of extracted top-level comments, each with:
- text: The comment content.
- commentId: The unique Reddit comment ID.
- screenshot: Filename of the comment’s screenshot.
Example Output
{"title": "Girlfriend angry for?","text": "Currently on holiday for our 2 year anniv...?","screenshot": "reddit_original_post.png","comments": [{"text": "It's the sea...","commentId": "t1_lrjzs68","screenshot": "reddit_comment_1.png"},{"text": "comment 2","commentId": "t1_lrk07hc","screenshot": "reddit_comment_2.png"}]}
Usage
The scraper can be configured via Apify’s interface. Simply provide a Reddit thread URL, set the number of comments to extract, and optionally skip the first comment. The extracted data, along with screenshots, will be returned.