Search Reddit
reddit_searchFind Reddit posts by query, optionally scoped to a subreddit. Supports sorting, time filters, and pagination to retrieve structured post data for moderation.
Instructions
Search posts on Reddit, optionally restricted to one subreddit. Returns JSON with posts and meta (limit, has_more, next_cursor).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort order (default: relevance) | |
| after | No | Fullname cursor from a previous call's meta.next_cursor, for pagination | |
| limit | No | Max results to return (default 25, max 100) | |
| query | Yes | Search query | |
| subreddit | No | Restrict search to this subreddit (without r/ prefix). Omit to search all of Reddit. | |
| time_filter | No | Time window (default: all) |