
Reddit Scraper Lite
Pricing
Pay per event

Reddit Scraper Lite
Pay Per Result, 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 (3)
Pricing
Pay per event
151
Total users
6.3k
Monthly users
777
Runs succeeded
69%
Issues response
17 hours
Last modified
a month ago
Why am I getting some community results even though I set searchCommunities: false
Closed
Here's my input: { "startUrls": [ { "url": "https://www.reddit.com/r/seduction" } ], "searchPosts": true, "searchComments": false, "searchCommunities": false, "searchUsers": false, "includeNSFW": false, "maxItems": 5, "maxPostCount": 5, "maxComments": 0, "maxCommunitiesCount": 2, "maxUserCount": 2, "scrollTimeout": 40, "proxy": { "useApifyProxy": true, "apifyProxyGroups": [ "RESIDENTIAL" ] }, "debugMode": false, "sort": "new", "time": "week", "skipComments": false, "skipUserPosts": false }

The searchCommunities
only affects search, since you are using a start URL it will not work. I have added a new parameter called "Skip community" on the lastest version that you can set to true to get what you want.