export-tweets-csv
Installation
SKILL.md
Export X Data to CSV/JSONL/XLSX
Download completed extractions or draw entrant lists in spreadsheet-friendly formats.
Endpoints
| Endpoint | Purpose | Cost |
|---|---|---|
| GET /extractions/{id}/export?format=csv | CSV export | Read tier |
| GET /extractions/{id}/export?format=jsonl | Line-delimited JSON | Read tier |
| GET /extractions/{id}/export?format=xlsx | Excel workbook | Read tier |
| GET /draws/{id}/export?format=csv | Giveaway entrants/winners | Read tier |
Base URL: https://xquik.com/api/v1. Auth: x-api-key: xq_... header.