get_search_comments
Search Reddit comments by query, with filters for timeframe, sort order, and NSFW content. Returns paginated results for analysis.
Instructions
Search comments
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Search query | |
| t | No | Timeframe | |
| nsfw | No | true to include NSFW results | |
| sort | No | Sort order | relevance |
| after | No | Pagination cursor from a previous response | |
| limit | No | Items to return, 1-100 |