Reddit Scrapper
Api to get/scrape reddit data
8 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Reddit Scrapper endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
List subreddit posts /api/v1/subreddits/{name}/posts |
Fetches posts for a subreddit and returns Reddit-style listing metadata with normalized post objects. |
| GET |
Get subreddit Details /api/v1/subreddits/{name}/about |
Get the details of the subredit |
| GET |
Fetch post detail /api/v1/posts/{id} |
Fetch post detail |
| GET |
Fetch post comments /api/v1/posts/{id}/comments |
Retrieves a comment listing for a Reddit post with depth, context, and cursor controls while hydrating author profiles. |
| GET |
Fetch user profile /api/v1/users/{username}/about |
Retrieves a normalized Reddit user profile including subreddit metadata, karma aggregates, and status flags. |
| GET |
Fetch user overview (username via query) /api/v1/users/overview |
Aggregates Reddit user activity with flexible filtering and paging controls. |
| GET |
Fetch user overview (path username) /api/v1/users/{username}/overview |
Aggregates activity for the provided Reddit username with optional type, sort, timeframe, and cursor controls. |
| GET |
Search Reddit content / |
Performs a Reddit search across posts, comments, subreddits, and users and returns normalized listing entries. |