search_twitter_advanced
Search Twitter/X content with filters for users, hashtags, engagement metrics, dates, and languages to find specific tweets.
Instructions
Advanced Twitter/X search with multiple filters.
Args: keywords: Search keywords. from_user: Filter tweets from specific user. to_user: Filter tweets to specific user. mention_user: Filter tweets mentioning specific user. hashtag: Filter by hashtag (without #). exclude_replies: Exclude reply tweets. exclude_retweets: Exclude retweets. min_likes: Minimum likes threshold. min_retweets: Minimum retweets threshold. min_replies: Minimum replies threshold. since_date: Start date (YYYY-MM-DD). until_date: End date (YYYY-MM-DD). lang: Language code (e.g. "en", "zh"). product: Sort by "Top" or "Latest" (default "Top"). limit: Maximum tweets to return (default 20, max 100).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keywords | No | ||
| from_user | No | ||
| to_user | No | ||
| mention_user | No | ||
| hashtag | No | ||
| exclude_replies | No | ||
| exclude_retweets | No | ||
| min_likes | No | ||
| min_retweets | No | ||
| min_replies | No | ||
| since_date | No | ||
| until_date | No | ||
| lang | No | ||
| product | No | Top | |
| limit | No |