Reddit Scraper API
## Overview Reddit API helps developers and product teams collect subreddit metadata, subreddit posts, subreddit search results, post comments, global Reddit search results, and Reddit ad library data through one integration. It is designed for community research, content monitoring, social analytics, enrichment, moderation, ad intelligence, and trend discovery workflows. ## What You Can Do -…
Reddit Scraper API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
/subreddit /subreddit |
Fetches posts from a subreddit with sorting and filtering options. Each post includes title, author, selftext, score, ups, upvote_ratio, num_comments, created_utc, url,… |
| GET |
/search /search |
Searches across all of Reddit for posts matching a query. Each post includes title, author, selftext, subreddit, score, ups, upvote_ratio, num_comments, created_utc, url,… |
| GET |
/post/comments /post/comments |
Retrieves comments and post details from a Reddit post by URL. Returns the post with title, author, score, ups, upvote_ratio, num_comments, and created_utc, plus a comments array… |
| GET |
/ads/search /ads/search |
Searches the Reddit Ad Library for ads matching a query, returning a maximum of 30 results. Each ad includes id, budget_category, industry, placements, objective, and a creative… |
| GET |
/subreddit/search /subreddit/search |
Searches within a specific subreddit for posts, comments, and media matching a query. Returns posts with title, votes, num_comments, url, and created_at; comments with author,… |
| GET |
/ad /ad |
Retrieves detailed information about a specific Reddit ad by its id. Returns an analysis_summary with headline and media insights, plus the full inspiration_creative object… |
| GET |
/subreddit/details /subreddit/details |
Retrieves metadata about a subreddit by name or URL. The subreddit name must be case-sensitive. Returns display_name, description, subscribers, weekly_active_users,… |
| GET |
/system/state /system/state |
System state |
Reddit Scraper API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 500 / minute |
|
| PRO | $10 / month | 500 / minute |
|
| ULTRA Recommended | $50 / month | 500 / minute |
|
| MEGA | $100 / month | 500 / minute |
|