x_extract
Bulk-export X/Twitter data as downloadable datasets: followers, following, repliers, quoters, reposters, likers, mentions, full threads, list and community members, spaces, or people/tweet search results — 23 extractors. Runs async: you get a claim check immediately and poll a free status URL for the download link. Billed per result.
Guidance: tool selects the extractor (23 options). Provide the matching target: targetTweetId (reply/repost/quote/thread/article/favoriters extractors), targetUsername (follower/following/verified/post/mention/likes/media), targetCommunityId, targetListId, targetSpaceId, or searchQuery (people_search, tweet_search_extractor). resultsLimit is MANDATORY — billed per result (article_extractor bills 5× per result). Runs ASYNC: the response is a claim check {snapshot_id, status_url}; poll status_url (free, SIWX) until status=ready for the download link. Idempotency-Key header is required so retries reuse the same job.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool | Yes | Which extractor to run. | |
| language | No | ||
| minFaves | No | ||
| mediaType | No | ||
| sinceDate | No | ||
| untilDate | No | ||
| searchQuery | No | ||
| resultsLimit | Yes | MANDATORY: max results extracted, billed per result. | |
| targetListId | No | ||
| verifiedOnly | No | ||
| targetSpaceId | No | ||
| targetTweetId | No | ||
| targetUsername | No | ||
| targetCommunityId | No |