Reddit Data API (No Auth Scraper)
**Reddit Scraper API – Extract Posts, Comments, Subreddits & User Data** This API provides structured access to publicly available data from Reddit, enabling developers, marketers, and data analysts to collect and analyze posts, comments, subreddit activity, and user-generated content at scale. Built for performance and reliability, this API delivers clean JSON responses suitable for automation,…
Reddit Data API (No Auth Scraper) endpoints
| Method | Endpoint | Description |
|---|---|---|
| Subreddit | ||
| GET |
subredditInfo /reddit/{subreddit}/info |
|
| GET |
subredditPosts /reddit/{subreddit} |
|
| GET |
subredditModerators /reddit/{subreddit}/moderators |
|
| Users | ||
| GET |
userPosts /user/{username}/posts |
|
| GET |
userOverview /user/{username}/overview |
|
| GET |
userCreated /user/{username}/created |
|
| GET |
userProfile /user/{username} |
|
| GET |
userComments /user/{username}/comments |
|
| Search | ||
| GET |
searchUsers /search/users |
|
| GET |
searchSubreddits /search/subreddits |
|
| GET |
searchNames /search/names |
|
| GET |
searchPosts /search/posts |
|
| GET |
autocomplete /search/autocomplete |
|
| Posts | ||
| GET |
postComments /post/{post_id}/comments |
|
| GET |
postDetails /post/{post_id} |
|
| Global/Misc | ||
| GET |
newSubreddits /global/new_subreddits |
|
| GET |
popularPosts /global/popular |
|
| GET |
allPosts /global/all |
|
| GET |
defaultSubreddits /global/default_subreddits |
|
| GET |
popularSubreddits /global/popular_subreddits |
|
| Other endpoints | ||
| GET |
root / |
|
Reddit Data API (No Auth Scraper) pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $19 / month | — |
|
| ULTRA | $39 / month | — |
|
| MEGA | $89 / month | — |
|