Example Prompts
- “Export tweets about Claude Code to CSV”
- “Download @OpenAI tweets from January 2026”
- “Export all tweets mentioning ‘artificial intelligence’ AND ‘healthcare’ to CSV”
- “Get a CSV of tweets from @elonmusk in the last 30 days”
Available Fields
How It Works
1
Build query
Constructs a search query using keywords, boolean operators, date ranges, or author filters.
2
Execute search
Calls Xpoz tools with
responseType="csv" for bulk export or standard mode for smaller datasets.3
Monitor export
For large exports, monitors the async operation via
checkOperationStatus until the CSV file is ready.4
Deliver results
Returns the CSV download link or displays results inline for smaller datasets.

