Reddit Scraper API
## Reddit Scraper API Access Reddit data programmatically without authentication. This API scrapes Reddit's public JSON endpoints to provide clean, structured data. ### Endpoints **Posts** - `GET /subreddit/{subreddit}/posts` — Browse posts from any subreddit with sorting (hot, new, top, rising) and pagination - `GET /post/{id}` — Fetch a single post with full details and nested comments - `GET…
Reddit Scraper API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Posts | ||
| GET |
searchPosts /posts/search |
Search Reddit posts by keyword across all subreddits or within a specific one. |
| GET |
getPost /posts/{subreddit}/{postId} |
Retrieve a post and its top-level comments with nested replies. |
| GET |
getSubredditPosts /posts/subreddit/{subreddit} |
Retrieve posts from any public subreddit with sorting and pagination. |
| Users | ||
| GET |
getUserProfile /users/{username} |
Retrieve a Reddit user's public profile including karma and account details. |
| GET |
getUserPosts /users/{username}/posts |
Retrieve posts submitted by a Reddit user. |
| GET |
getUserComments /users/{username}/comments |
Retrieve comments made by a Reddit user. |
| Subreddits | ||
| GET |
getSubredditInfo /subreddits/{subreddit} |
Retrieve metadata about a subreddit including subscriber count and description. |
| GET |
getPopularSubreddits /subreddits/popular |
Retrieve a list of the most popular subreddits on Reddit. |
| GET |
searchSubreddits /subreddits/search |
Search for subreddits by keyword. |
| GET |
getSimilarSubreddits /subreddits/{subreddit}/similar |
Find subreddits similar to a given subreddit based on name and topic matching. |
Reddit Scraper API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / second |
|
| PRO | $12 / month | 10 / second |
|
| ULTRA Recommended | $35 / month | 15 / second |
|
| MEGA | $99 / month | 20 / second |
|