search_twitter
Search Twitter/X for tweets using keywords, user filters, hashtags, or engagement thresholds to find relevant content and monitor discussions.
Instructions
Search Twitter/X for tweets matching criteria.
Args: keywords: Search keywords. from_user: Filter tweets from specific user (without @). hashtag: Filter by hashtag (without #). min_likes: Minimum likes threshold. limit: Maximum tweets to return (default 20, max 100).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keywords | No | ||
| from_user | No | ||
| hashtag | No | ||
| min_likes | No | ||
| limit | No |