Reddit Scraper API
Real-time Reddit data API — get full post details, read threaded comments, browse subreddit info with posts, view user profiles, and search across all of Reddit. All data is scraped directly from Reddit and returned as clean, structured JSON. 5 endpoints: - Get Post Details — Full post data by post ID or Reddit URL: title, body text, author, subreddit, upvote count, upvote ratio, comment count,…
Reddit Scraper API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Post | ||
| GET |
getPostDetails /reddit/post |
Get full details for a Reddit post including title, author, score, comments count, text content, media, and metadata. Accepts a post ID, full Reddit URL, or redd.it short link. |
| GET |
getPostComments /reddit/comments |
Get comments for a Reddit post with threading (parent_id and depth). Supports sorting by best, top, new, controversial, old, or Q&A. Returns up to 500 comments per request. |
| Subreddit | ||
| GET |
getSubreddit /reddit/subreddit |
Get subreddit metadata (subscribers, description, icon) and its current posts sorted by hot, new, top, or rising. Returns up to 100 posts per request. |
| User | ||
| GET |
getUserProfile /reddit/user |
Get a Reddit user's profile (karma, account age, verification status) and their recent posts. Accepts a username, u/name, or full profile URL. |
| Search | ||
| GET |
searchPosts /reddit/search |
Search Reddit posts by keyword across all subreddits or within a specific subreddit. Supports sorting by relevance, hot, top, new, or comments, and filtering by time period. |
Reddit Scraper API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | — |
|
| ULTRA | $35 / month | — |
|
| MEGA | $100 / month | — |
|