(New) Reddit Scraper Pro - Fast, Affordable, Supported avatar
(New) Reddit Scraper Pro - Fast, Affordable, Supported

Pricing

$20.00/month + usage

Go to Store
(New) Reddit Scraper Pro - Fast, Affordable, Supported

(New) Reddit Scraper Pro - Fast, Affordable, Supported

Developed by

Harsh Maur

Harsh Maur

Maintained by Community

Reddit Scraper Pro is a powerful, user-friendly tool for extracting data from Reddit. Offers scraping of posts, users, comments, and communities, advanced search capabilities, and multiple export options. Perfect for brand monitoring, trend tracking, and competitor research. Supports n8n integration

5.0 (2)

Pricing

$20.00/month + usage

29

Total users

507

Monthly users

181

Runs succeeded

98%

Issues response

4.9 days

Last modified

3 days ago

AA

How do you get the list of communities?

Closed

alex.af.junior opened this issue
3 months ago

Hey, I'm trying to get the list of communities, but the scraper is not working properly. The speed for posts is great.

HO

harshmaur-owner

3 months ago

Can you explain this in detail? With some examples

AA

alex.af.junior

3 months ago

This is an example run: https://console.apify.com/actors/3XedXIRBcjfKrnsDJ/runs/HgMv5hgu5zs9ZcgwB#input

searchCommunities: true. eveything else is false. It runs, but returns 0 fields.

harshmaur avatar

Hi,

I have updated the code that now allows you to provide that URL in start URL and it will work and only give you results for that subreddit.

Additionally I have also added functionality in search to search within a community, so you can instead of providing the search URL, you can provide search options.

Also, I saw I had an issue fetching all comments, and I fixed that too

AA

alex.af.junior

2 months ago

I need a way to find a list of relevant communities based on keywords. For example: 2 keywords: gaming headset best gaming headset

I need to find relevant communities. For example: https://www.reddit.com/search/?q=gaming+headset&type=communities

Problem: If I do startsurl: https://www.reddit.com/search/?q=gaming+headset&type=communities and searchCommunities = true,

I get errors. logs: https://console.apify.com/actors/3XedXIRBcjfKrnsDJ/runs/99vJKiSxqus7zd9bS#log https://console.apify.com/actors/3XedXIRBcjfKrnsDJ/runs/g3Nlc1MUTJHLYUCSB#log

harshmaur avatar

To get communities, you need to empty your start URL, because search and start URL don't work together.

So simply put gaming headsets in the keyword and toggle search communities to true and toggle get posts to off, then run your crawler, it should work.

AA

alex.af.junior

2 months ago
HO

harshmaur-owner

2 months ago

Seems like a bug, I will fix it.

harshmaur avatar

Hi, the issue is fixed and now it works properly, thanks for pointing out the problem with the scraper.

AA

alex.af.junior

2 months ago

Great, thank you very much!