search_mentions
Find tweets mentioning a specific user handle, filtered by minimum likes, replies, retweets, and date range.
Instructions
Get tweets that mention a user handle (newest first), with optional engagement and date filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | User handle to find mentions of (or a search expression). | |
| min_likes | No | Minimum likes filter. | |
| min_replies | No | Minimum replies filter. | |
| min_retweets | No | Minimum retweets filter. | |
| since_date | No | Only tweets after this date (YYYY-MM-DD). | |
| until_date | No | Only tweets before this date (YYYY-MM-DD). | |
| order | No | Sort order. | |
| next_cursor | No | Pagination cursor from a previous response. |