Reddit Scraper
Pricing
from $1.00 / 1,000 item scrapeds
Reddit Scraper
Scrape Reddit posts, search results, and comments as clean rows: title, author, score, upvote ratio, comment count, subreddit, flair, self-text, and dates. Public JSON endpoints, auto pagination, proxy rotation.
Pricing
from $1.00 / 1,000 item scrapeds
Rating
0.0
(0)
Developer
Bruno
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
9 days ago
Last modified
Categories
Share
Reddit Scraper 👽
Turn any subreddit, search query, or post thread into clean, structured rows — title, author, score, upvote ratio, comment count, flair, self-text, and dates — plus comments when you want them.
Great for social listening, trend detection, brand monitoring, market research, and feeding AI agents fresh Reddit data.
What it does
- Subreddit posts by Hot / New / Top / Rising (with time window for Top).
- Search across Reddit by keyword.
- Comments per post (optional), top-sorted.
- Automatic pagination up to your limit; proxy rotation to dodge rate limits.
Input
{"subreddits": ["technology", "MachineLearning"],"searchQueries": ["ai agents"],"sort": "hot","includeComments": false,"maxItemsPerSource": 100,"proxyConfiguration": { "useApifyProxy": true }}
Output (one row per post)
{"type": "post","source": "r/technology","id": "1abcd","subreddit": "technology","title": "...","author": "someuser","score": 4210,"upvote_ratio": 0.95,"num_comments": 312,"created_at": "2026-07-15T...Z","permalink": "https://www.reddit.com/r/technology/comments/1abcd/...","url": "https://...","selftext": ""}
Comments come back as type: "comment" rows linked by post_id.
Notes
- Reads only public Reddit JSON — no login, no private data.
- Proxy rotates IPs to avoid rate limits; the account running the Actor pays for proxy.
- Run on a schedule to keep a live feed of any subreddits or keywords.