Also creates screenshots of the posts - useful for reddit to youtube automated video pipeline.
This scraper extracts the original post and top-level comments from a Reddit thread on reddit.com, including text and screenshots.
Check the JSON example in the input tab.
The output is an array of objects containing the extracted post and comments. Each object includes:
1{ 2 "title": "Girlfriend angry for?", 3 "text": "Currently on holiday for our 2 year anniv...?", 4 "screenshot": "reddit_original_post.png", 5 "comments": [ 6 { 7 "text": "It's the sea...", 8 "commentId": "t1_lrjzs68", 9 "screenshot": "reddit_comment_1.png" 10 }, 11 { 12 "text": "comment 2", 13 "commentId": "t1_lrk07hc", 14 "screenshot": "reddit_comment_2.png" 15 } 16 ] 17}
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.
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!