x-twitter-research

Solid

Export bulk X/Twitter datasets as downloadable files — follower and following lists, everyone who replied to or reposted or quoted a post, full threads, likers, mentions, user media, community members, list members, and people or tweet search results, across 23 extractors. Trigger whenever the user wants X data in bulk or as a file: exporting followers, analysing who engaged with a post, auditing an audience, building a CSV or spreadsheet of X accounts, or researching a competitor's following — including casual phrasings like "get me everyone who follows @x" or "export the replies to this tweet". Paid per returned record in USDC via twitr.sh through an x402 wallet — no API key, no signup. Do NOT trigger for small live lookups (use x-twitter-data) or for real-time watching (use x-twitter-monitor).

Data & Documents 5 stars 1 forks Updated today MIT

Install

View on GitHub

Quality Score: 83/100

Stars 20%
26
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# X research — bulk exports Extractions run **asynchronously**: the call returns a claim check, you poll, and you get a **download URL** — not inline rows. That's deliberate; a 5,000-row dataset would swamp context. ## Run one ``` POST https://twitr.sh/api/tools/x_extract Idempotency-Key: <uuid> { "tool": "follower_explorer", "targetUsername": "vercel", "resultsLimit": 500 } ``` → `{ "snapshot_id": "sd_…", "status": "pending", "status_url": "/api/snapshots/sd_…" }` Then poll (free, wallet-signed) until ready: ``` GET https://twitr.sh/api/snapshots/sd_… → { "status": "ready", "record_count": 500, "download_url": "https://…" } ``` ## Picking the target field The `tool` decides which target you must supply — getting this wrong is the most common error: | Target field | Used by | |---|---| | `targetUsername` | follower / following / verified-follower / post / mention / likes / media | | `targetTweetId` | reply / repost / quote / thread / article / favoriters | | `targetCommunityId` | community members / moderators / posts | | `targetListId` | list members / followers | | `targetSpaceId` | space extractors | | `searchQuery` | `people_search`, `tweet_search_extractor` | ## Gotchas - **`resultsLimit` is mandatory and it is the price.** Billed per returned record at ~$0.0012, so 5,000 records ≈ $6. **Quote the cost before running, and confirm above ~$1.** - **`article_extractor` bills 5× per record.** Budget accordingly. - **`Idempotency-Key` is required.** Retrying with...

Details

Author
lnvestor
Repository
lnvestor/twitr-skills
Created
yesterday
Last Updated
today
Language
N/A
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

Data & Documents Solid

x-twitter-data

Read live X/Twitter data — a single tweet or profile, tweet and user search with the full operator set, user timelines, replies, quotes, followers and following, list and community contents, and trending topics. Trigger whenever the user wants information from X/Twitter: looking up a tweet or account, searching X for a topic or phrase, checking someone's followers or recent posts, reading a thread, or asking what's trending — including casual phrasings like "what is @someone posting about" or "find tweets about x402". Paid per call in USDC via twitr.sh through an x402 wallet — no API key, no signup. Do NOT trigger for posting or replying (use x-twitter-publish), for real-time watching (use x-twitter-monitor), or for large dataset exports (use x-twitter-research).

5 Updated today
lnvestor
Data & Documents Solid

twitter-data-export

Export Twitter/X data to CSV for analysis using Xpoz. Search by keywords, author, date range, and download complete datasets (up to 500K rows). Use when asked to "export tweets", "download Twitter data", "get tweets as CSV", "Twitter dataset", or "bulk tweet download".

14 Updated 1 weeks ago
XPOZpublic
Data & Documents Solid

twitter-data-export

Export Twitter/X data to CSV for analysis using Xpoz. Search by keywords, author, date range, and download complete datasets (up to 500K rows). Use when asked to "export tweets", "download Twitter data", "get tweets as CSV", "Twitter dataset", or "bulk tweet download".

5 Updated yesterday
Aditya923-c