socials_x_search
Search X for specific posts using filters for users, dates, engagement, content type, and location to find relevant threads, replies, and mentions.
Instructions
Advanced X search with full operator support. User: from/to/retweets_of. Time: since/until (YYYY-MM-DD) or since_time/until_time (Unix). Engagement: min_faves/min_retweets/min_replies. Content: filter (media/images/video/links), has (links/hashtags/media), is_reply, is_retweet. Location: lang, near, place_country. Modes: top (default), latest, people, photos, videos. Query supports: #hashtags, @mentions, $cashtags, "exact phrases", -exclusions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Replies to user (without @) | |
| has | No | Must have these content types | |
| from | No | Posts from user (without @) | |
| lang | No | Language code (en, es, ja, etc.) | |
| list | No | Posts from list members (list ID) | |
| mode | No | Results tab (default: top) | |
| near | No | Location name | |
| place | No | Specific place ID | |
| query | Yes | Search text with optional #hashtags, @mentions, $cashtags, "phrases", -exclusions | |
| since | No | Start date (YYYY-MM-DD) | |
| until | No | End date (YYYY-MM-DD) | |
| filter | No | Only posts with this content type | |
| is_reply | No | true=only replies, false=exclude replies | |
| min_faves | No | Minimum likes | |
| is_retweet | No | true=only retweets, false=exclude retweets | |
| since_time | No | Start Unix timestamp | |
| until_time | No | End Unix timestamp | |
| min_replies | No | Minimum replies | |
| retweets_of | No | Retweets of user's posts | |
| min_retweets | No | Minimum retweets | |
| place_country | No | Country code (US, GB, etc.) | |
| conversation_id | No | Posts in conversation thread |