Skip to main content
The Twitter Data Export skill handles bulk data extraction from Twitter/X. It supports keyword-based search, author-based search, date filtering, and boolean query syntax. Results are exported as CSV files with up to 500K rows per export.

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.

Xpoz Tools Used

Query Syntax

Boolean operators let you build precise queries:

Get Started

Get a free access key at xpoz.ai/get-token. See the installation guide to add this skill to your agent.