grok_twitter
Search Twitter/X posts using Grok's capabilities, with options to filter by handles, date ranges, and analysis modes for basic results or comprehensive trend insights.
Instructions
Search Twitter/X posts using Grok's X search capabilities, optionally filtered by specific handles. Comprehensive mode analyzes social media trends and sentiment.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The search query to find tweets/posts about | |
| handles | No | Optional list of Twitter handles to search from (without @ symbol, e.g., ['elonmusk', 'twitter']) | |
| analysis_mode | No | Analysis mode: 'basic' returns simple search results, 'comprehensive' provides detailed analysis with timelines, quotes, multiple perspectives, and context | basic |
| max_results | No | Maximum number of tweet results to return | |
| from_date | No | Optional start date for search in ISO8601 format (YYYY-MM-DD). Limits search to content from this date onwards. | |
| to_date | No | Optional end date for search in ISO8601 format (YYYY-MM-DD). Limits search to content up to this date. |