Reddit Scraper - Extract Posts, Comments & Subreddit Data
Pricing
Pay per usage
Go to Apify Store

Reddit Scraper - Extract Posts, Comments & Subreddit Data
Scrape Reddit posts, comments, and metadata from any subreddit. Extract post titles, scores, comments, authors, and more for market research, trend analysis, and AI training data.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Khoa Nguyen
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Reddit Scraper - Posts & Comments
Scrape Reddit posts, comments, and metadata from any subreddit. Uses Reddit's native JSON API (no headless browser needed), making it fast, cheap, and reliable.
Features
- Scrape any subreddit by name
- Sort by hot, new, top, rising, or controversial
- Search across all of Reddit by keyword
- Optional top-level comment extraction
- No Playwright overhead — pure HTTP API
Pricing
- $0.10 per subreddit/search scraped
- Pay-per-event, only when you successfully scrape data
Input
| Field | Type | Description |
|---|---|---|
| subreddit | string | Subreddit name (without r/) |
| sort | string | hot, new, top, rising, controversial |
| limit | integer | Max posts (1-100) |
| includeComments | boolean | Include top comments? |
| searchQuery | string | Optional search across all Reddit |
Output
| Field | Type | Description |
|---|---|---|
| title | string | Post title |
| author | string | Author username |
| score | integer | Upvote score |
| numComments | integer | Comment count |
| url | string | Permalink |
| subreddit | string | Subreddit name |
| createdUtc | datetime | Post timestamp |
| selfText | string | Post body |
| comments | array | Top comments (if enabled) |