Reddit Scraper avatar
Reddit Scraper

Pricing

$45.00/month + usage

Go to Store
Reddit Scraper

Reddit Scraper

Developed by

Gustavo Rudiger

Gustavo Rudiger

Maintained by Community

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.

3.9 (2)

Pricing

$45.00/month + usage

113

Total users

6.8K

Monthly users

446

Runs succeeded

>99%

Issues response

2.2 days

Last modified

a month ago

You can access the Reddit Scraper programmatically from your own applications by using the Apify API. You can also 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.

$echo '{
< "startUrls": [
< {
< "url": "https://www.reddit.com/r/pasta/comments/vwi6jx/pasta_peperoni_and_ricotta_cheese_how_to_make/"
< }
< ],
< "sort": "new",
< "maxItems": 10,
< "maxPostCount": 10,
< "maxComments": 10,
< "maxCommunitiesCount": 2,
< "maxUserCount": 2,
< "scrollTimeout": 40,
< "proxy": {
< "useApifyProxy": true,
< "apifyProxyGroups": [
< "RESIDENTIAL"
< ]
< }
<}' |
<apify 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

$npm i -g apify-cli
$apify login

Other API clients include: