
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
186
Total users
7.3K
Monthly users
922
Runs succeeded
93%
Issues response
9.8 hours
Last modified
14 days 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.