Reddit Data Scraper - Brandwatch Alternative
Pricing
Pay per usage
Go to Apify Store

Reddit Data Scraper - Brandwatch Alternative
Scrape data from Reddit fast. Bulk URL or query input, structured JSON/CSV output, no login required. Free trial — perfect alternative to Brandwatch, Subreddit Stats. Use for lead generation, market research, competitive analysis.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
fatih dağüstü
Maintained by CommunityActor stats
0
Bookmarked
4
Total users
2
Monthly active users
a month ago
Last modified
Categories
Share
Reddit Scraper
Scrape Reddit posts, comments, and search results from any subreddit using Reddit's public JSON API. No browser rendering needed — fast, lightweight, and reliable.
Features
- Scrape subreddits by name (hot, new, top, rising)
- Search all of Reddit by keyword
- Scrape direct post URLs with optional comments
- Extracts: title, author, score, upvote ratio, comment count, selftext, URL, flair, NSFW flag, awards
- PPE pricing — pay only for what you scrape ($0.002/item)
Input
| Field | Type | Default | Description |
|---|---|---|---|
| subreddits | array | [] | Subreddit names (e.g. "programming") |
| searchQueries | array | [] | Search keywords |
| postUrls | array | [] | Direct post URLs |
| maxResults | integer | 100 | Max posts per source |
| sortBy | string | "hot" | hot / new / top / rising |
| timeFilter | string | "week" | hour / day / week / month / year / all |
| includeComments | boolean | false | Also fetch top comments |
| proxy | object | auto | Proxy configuration |
Example Input
{"subreddits": ["programming", "webdev"],"searchQueries": ["python web scraping"],"maxResults": 100,"sortBy": "hot","timeFilter": "week","includeComments": false}
Output Fields (Posts)
{"type": "post","id": "abc123","title": "Post title","author": "username","subreddit": "programming","score": 1234,"upvoteRatio": 0.95,"numComments": 56,"selftext": "Post body text...","url": "https://www.reddit.com/r/programming/comments/abc123/...","externalUrl": null,"permalink": "/r/programming/comments/abc123/...","flair": "Discussion","isNSFW": false,"awards": 3,"createdUtc": 1700000000,"createdAt": "2024-11-14T00:00:00.000Z","domain": "self.programming","isSelf": true,"isVideo": false,"thumbnail": null,"scrapedAt": "2024-11-14T12:00:00.000Z"}
Pricing
$0.002 per item (pay-per-event). 100 posts = $0.20.
Technical Notes
- Uses Reddit's public
.jsonAPI — no official API key required - Datacenter proxies work fine (no browser fingerprinting needed)
- Rate limiting handled automatically with retries and delays
- Requires only 256MB RAM