search_comments
Search Reddit comments using filters for subreddit, author, date range, and keyword. Sort by date or score.
Instructions
Search Reddit comments. Supports filtering by subreddit, author, date range, and keyword search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Search query - searches across all comment fields | |
| size | No | Number of results to return (default: 100, max: 100) | |
| sort | No | Sort order (default: desc) | |
| after | No | Return results after this date. Accepts epoch timestamp or relative date like '30d', '1y' | |
| author | No | Filter by author username | |
| before | No | Return results before this date. Accepts epoch timestamp or relative date like '30d', '1y' | |
| sort_type | No | Field to sort by (default: created_utc) | |
| subreddit | No | Filter by subreddit name (without r/ prefix) |