reddit_search
Search public Reddit content using keywords, filters, and sort options. Retrieves normalized post entries with pagination and handles rate limit retries.
Instructions
Search Reddit posts. Searches public Reddit content and returns normalized public post entries. A 503 with a Retry-After header means Reddit is temporarily throttling the request; wait that many seconds and retry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Search keywords | |
| sort | No | Sort: relevance, hot, new, top, or comments | |
| time | No | Time window for top/comments sorts: hour, day, week, month, year, or all | |
| after | No | Reddit pagination token | |
| limit | No | Maximum posts, defaults to 25 and clamps to 100 | |
| subreddit | No | Restrict search to a subreddit name, without r/ |