get_user_mentions
Retrieve tweets mentioning a specific Twitter/X user for brand monitoring or sentiment analysis. Supports time-range filtering and pagination.
Instructions
Fetch tweets that mention a specific Twitter/X user (i.e. tweets containing @userName). Useful for brand monitoring, sentiment tracking on a public figure, or finding conversations involving an account. Supports time-bound queries via sinceTime/untilTime (Unix seconds). Paginates via cursor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userName | Yes | Twitter/X screen name without @ — fetches tweets that mention this user (@userName). | |
| sinceTime | No | Unix timestamp (seconds) lower bound — only mentions after this time. Omit for no lower bound. | |
| untilTime | No | Unix timestamp (seconds) upper bound. Omit for no upper bound. | |
| cursor | No | Pagination cursor; omit for first page (~20 per page). |