twitter_user_mentions
Fetch recent posts mentioning a specific Twitter user account by numeric ID. Returns text, creation time, author, and engagement metrics to track mentions.
Instructions
Recent posts mentioning an account.
Returns: {data:[{id, text, created_at, author_id, public_metrics}], meta:{result_count}}
Auth: needs your own key in X_BEARER_TOKEN.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Numeric user id. Required — part of the URL path. | |
| since_id | No | Only posts newer than this id. | |
| max_results | No | Results per page (5-100). | |
| tweet_fields | No | Post fields (CSV). | created_at,author_id,public_metrics |
| pagination_token | No | Pagination token. |