Fetch real-time Reddit posts, threads, comments, and post details from any public subreddit — from breaking news and tech trends to entertainment, finance, sports, and beyond. This API gives you instant access to Reddit's vast user-generated content ecosystem, allowing you to retrieve the latest hot posts, dive into comment threads, pull specific post details, or monitor activity across multiple…
Reddit endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
v1/search /v1/reddit/search |
Search specific topics on Reddit and filter results based on posts, comments, users, and communities. This endpoint also allows you to sort the results based on relevant, hot,… |
| GET |
v1/posts /v1/reddit/posts |
Get Reddit hot, new, and top posts from a post URL. |
| GET |
v1/post-details (incl. comments) /v1/reddit/post |
Get post content such as thread content, upvotes, comments, etc... |
| GET |
v1/subreddit/popular /v1/reddit/subreddit/popular |
Get a list of popular subreddits. |
| GET |
v1/subreddit/info /v1/reddit/subreddit/info |
Get public metadata for a subreddit. |
| GET |
v1/subreddit/new /v1/reddit/subreddit/new |
Get a list of new subreddits. |
| GET |
v1/subreddit/comments /v1/reddit/subreddit/comments |
Get a list of the latest comments from a subreddit. |
| GET |
v1/user-stats /v1/reddit/user-stats |
This includes total karma, post/comment karma, awarder/awardee karma, and account metadata. |
| GET |
v1/user-data /v1/reddit/user-data |
Get posts and comments from a given user. This endpoint also allows you to sort the results based on hot, top, and new. |
Reddit pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $14.95 / month | 5 / second |
|
| ULTRA | $39.95 / month | 5 / second |
|
| MEGA | $299.95 / month | 5 / second |
|