(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 without API limitations. Offers scraping of posts, users, comments, and communities, advanced search capabilities, and multiple export options. Perfect for brand monitoring, trend tracking, and competitor research.

5.0 (1)

Pricing

$20.00/month + usage

18

Total users

290

Monthly users

83

Runs succeeded

98%

Issues response

5.3 days

Last modified

8 days ago

LE

How do you get the list of communities?

Closed

alex.af.junior opened this issue
a month 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

a month ago

Can you explain this in detail? With some examples

LE

alex.af.junior

a month 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

LE

alex.af.junior

25 days 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.

LE

alex.af.junior

24 days ago
HO

harshmaur-owner

24 days 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.

LE

alex.af.junior

23 days ago

Great, thank you very much!