Reddit Scraper
Pricing
from $0.00005 / actor start
Go to Apify Store
Reddit Scraper
Scrape Reddit posts, comments, and subreddit data using Reddit's free JSON API. No authentication required.
Pricing
from $0.00005 / actor start
Rating
0.0
(0)
Developer
Prince Raj
Maintained by CommunityActor stats
1
Bookmarked
2
Total users
1
Monthly active users
19 hours ago
Last modified
Categories
Share
Scrape Reddit posts, comments, and subreddit data using Reddit's free JSON API. No authentication required.
Features
- Subreddit scraping: Fetch posts from any subreddit with sort options (hot, new, top, rising)
- Post scraping: Get individual post details with full comment trees
- User scraping: Extract a user's posts and comments
- Pagination: Automatically paginates through results up to your specified limit
- Rate limiting: Built-in rate limiting to respect Reddit's API limits
- Comment extraction: Optionally include comments with configurable depth
Input
| Field | Type | Default | Description |
|---|---|---|---|
startUrls | array | required | Reddit URLs to scrape (subreddits, posts, or user pages) |
sort | string | hot | Sort order for subreddit pages (hot, new, top, rising) |
timeFilter | string | day | Time filter for top posts (hour, day, week, month, year, all) |
maxPosts | integer | 100 | Maximum posts to scrape (1-1000) |
includeComments | boolean | false | Include comments for each post |
maxCommentsPerPost | integer | 50 | Max comments per post (1-500) |
Example URLs
- Subreddit:
https://www.reddit.com/r/programming - Subreddit with sort:
https://www.reddit.com/r/programming/top - Post:
https://www.reddit.com/r/programming/comments/abc123/title_here - User:
https://www.reddit.com/user/spez
Output
Each post contains:
id,title,author,subredditscore,upvote_ratio,num_commentscreated_utc,url,permalinkselftext,is_self,domainover_18,link_flair_textcomments(if enabled)