Reddit API
Monitor Reddit communities, posts, threads, and public user activity without managing browser sessions.
reddit
Capabilities
Every capability uses the same POST /execute envelope. Open an endpoint for
its exact ID, input contract, code samples, cost, runtime, and illustrative output.
reddit.comments.list
List recent public comments from one or more subreddits, newest first, with cursor pagination.
reddit.post.comments.list
List public comments from one Reddit thread by canonical post URL, with cursor pagination.
reddit.post.get
Fetch one public Reddit post by canonical thread URL.
reddit.posts.list
List public posts from one or more subreddits, with new, hot, top, and rising rankings and cursor pagination.
reddit.posts.search
Search public posts globally or within selected subreddits, with Reddit sort and time filters and cursor pagination.
reddit.subreddit.get
Fetch public community metadata, including Reddit's anonymous weekly-visitor estimate when available.
reddit.subreddit.search
Search public communities by name or topic and return normalized community cards ordered by Reddit relevance.
reddit.user.comments.list
List comments publicly visible on a Reddit user's comments feed, newest first, with cursor pagination.
reddit.user.posts.list
List posts publicly visible on a Reddit user's submitted feed, newest first, with cursor pagination.
Common uses
- Community and topic monitoring
- Customer and market research
- Public discussion and creator analysis
Integration contract
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until it reaches completed or failed.