search_reddit
Search all of Reddit for posts matching a query, returning titles, URLs, subreddits, authors, timestamps, and NSFW flags. Supports sorting and pagination.
Instructions
Search Reddit posts across all of Reddit as JSON. Each post includes title, URL, subreddit, author, timestamp, and NSFW flag. Use data.nextCursor as the cursor parameter for the next page; stop when nextCursor is null. Slower than other platforms (5-15 seconds).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query (1-500 chars). | |
| sort | No | Sort order. 'relevance' (default), 'hot', 'top', 'new', or 'comments'. | relevance |
| cursor | No | Pagination token. Use data.nextCursor from previous response for next page. |