Reddit API
Read-only Reddit data: recent posts and comments from given subreddits or all of Reddit (newest first), subreddit…
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
Recent comments from one or more subreddits (or all of Reddit), newest first, with a cursor for the next page.
1 credit per requestreddit.comments.search
Search comments by query, newest first, optionally restricted to subreddits, with a cursor for the next page. Approximate; callers re-filter locally.
1 credit per requestreddit.posts.list
Recent posts from one or more subreddits (or all of Reddit), newest first, with a cursor for the next page.
1 credit per requestreddit.posts.search
Search posts by query, newest first, optionally restricted to subreddits, with a cursor for the next page.
1 credit per requestreddit.subreddit.get
Fetch a single subreddit's public metadata by name.
1 credit per requestreddit.subreddit.search
Search communities by name or topic (typeahead-friendly), ordered by relevance, with subscribers and description.
1 credit per requestIntegration contract
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until it reaches completed or failed.