Reddit Thread & Subreddit Scraper
Mine Reddit's treasure trove of discussions! 🤖  **Subreddit Intelligence:** • Subscriber counts and active users • Subreddit rules and description • Moderator information • Community age and growth • Related subreddits • Top posts by timeframe • Trending topics **Post & Comment Data:** ✓ Complete post text and…
Reddit Thread & Subreddit Scraper endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
/reddit/subreddit/{subreddit} /reddit/subreddit/{subreddit} |
- Get subreddit information - Returns: name, subscriber_count, active_users, description, rules, created_date, moderators (array), is_nsfw |
| GET |
/reddit/subreddit/posts/{subreddit} /reddit/subreddit/posts/{subreddit} |
Get subreddit posts - Parameters: sort_by (string: hot/new/top), time_filter (string, optional), limit (int, optional) - Returns: posts (array), next_cursor |
| GET |
/reddit/post/{post_id} /reddit/post/{post_id} |
Get post details with comments - Parameters: sort_comments (string, optional), limit_comments (int, optional) - Returns: title, text, author, score, upvote_ratio, comment_count,… |
| GET |
/reddit/user/{username} /reddit/user/{username} |
Get user profile - Returns: username, post_karma, comment_karma, account_age, is_gold, recent_posts (array), recent_comments (array) |
| GET |
/reddit/search /reddit/search |
Search Reddit posts - Parameters: query (string), subreddit (string, optional), time_filter (string, optional), limit (int, optional) - Returns: results (array), result_count |
Reddit Thread & Subreddit Scraper pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|