
(New) Reddit Scraper Pro - Fast, Affordable, Supported
Pricing
$20.00/month + usage

(New) Reddit Scraper Pro - Fast, Affordable, Supported
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
How do you get the list of communities?
Closed
Hey, I'm trying to get the list of communities, but the scraper is not working properly. The speed for posts is great.
harshmaur-owner
Can you explain this in detail? With some examples
alex.af.junior
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.

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
alex.af.junior
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

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.
alex.af.junior
Returns 0 for all of them: https://console.apify.com/actors/3XedXIRBcjfKrnsDJ/runs/B7uvLglAcXUZBo49Y#log
harshmaur-owner
Seems like a bug, I will fix it.

Hi, the issue is fixed and now it works properly, thanks for pointing out the problem with the scraper.
alex.af.junior
Great, thank you very much!