Reddit Scraper avatar

Reddit Scraper

Try for free

1 day trial then $45.00/month - No credit card required now

View all Actors
Reddit Scraper

Reddit Scraper

trudax/reddit-scraper
Try for free

1 day trial then $45.00/month - No credit card required now

Unlimited Reddit web scraper to crawl posts, comments, communities, and users without login. Limit web scraping by number of posts or items and extract all data in a dataset in multiple formats.

You can access the Reddit Scraper programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, youโ€™ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1echo '{
2  "startUrls": [
3    {
4      "url": "https://www.reddit.com/r/pasta/comments/vwi6jx/pasta_peperoni_and_ricotta_cheese_how_to_make/"
5    }
6  ],
7  "sort": "new",
8  "maxItems": 10,
9  "maxPostCount": 10,
10  "maxComments": 10,
11  "maxCommunitiesCount": 2,
12  "maxUserCount": 2,
13  "scrollTimeout": 40,
14  "proxy": {
15    "useApifyProxy": true,
16    "apifyProxyGroups": [
17      "RESIDENTIAL"
18    ]
19  }
20}' |
21apify call trudax/reddit-scraper --silent --output-dataset

๐Ÿค– Reddit Scraper API through CLI

The Apify CLI is the official tool that allows you to use Reddit Scraper locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

1npm i -g apify-cli
2apify login

Other API clients include:

Developer
Maintained by Community
Actor metrics
  • 373 monthly users
  • 38 stars
  • 99.9% runs succeeded
  • 1.1 days response time
  • Created in Feb 2022
  • Modified 2 days ago
Categories