Reddit Thread & Comment Scraper

Reddit Thread & Comment Scraper

Also creates screenshots of the posts - useful for reddit to youtube automated video pipeline.

AUTOMATIONSOCIAL_MEDIAApify

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

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}

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.

Frequently Asked Questions

Is it legal to scrape job listings or public data?

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.

Do I need to code to use this scraper?

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.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

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!