search-tweets
Installation
SKILL.md
Search Tweets on X
Search X (Twitter) tweets by keyword, phrase, hashtag, from-user filter, date range, language, minimum favorites, minimum retweets, or geo. Two modes: live search (small result set, paginated) and bulk extraction (up to 1,000 rows per job).
Endpoints
| Endpoint | Purpose | Cost |
|---|---|---|
| GET /x/tweets/search | Live search, paginated | Read tier |
| POST /extractions/estimate | Estimate bulk search cost before running | Free |
| POST /extractions (toolType=tweet_search_extractor) | Bulk search up to 1,000 tweets | Per-result credits |
| GET /extractions/{id} | Poll job status | Free |
| GET /extractions/{id}/results | Retrieve paginated results | Free |
| GET /extractions/{id}/export | Export CSV/XLSX/MD | Free |
Base URL: https://xquik.com/api/v1. Auth: x-api-key header.