all services

Twitter/X public data without the official developer platform

Search tweets, resolve profiles by handle or ID, and pull timelines, replies, followers, lists, and trends. Not an official platform API. No account, no OAuth — pay per call with x402 or spend a prepaid credit balance with one API key.

15 endpoints$0.002 – $0.005 per callGET · JSON envelopeUSDC · gas sponsored
pay from any of:BasePolygonArbitrumMonadSolana

Also covers: x.com · tweets · retweets

compared to

What Twitter / X is not

Twitter / X compared to the official path
PathWhat it isWhat you set up
Official X APIPartner product — write, ads, DMs, complianceX developer app
TwitterAPI.io / ApifyHosted X reads with their own signupTheir API key or an actor run
twitter.fetcher.shHosted GET, $0.002 – $0.005 per callNone for x402

Named comparison: Best Twitter/X public-data APIs in 2026. Alternatives: Twitter/X API alternatives. Compare: Compare Twitter/X APIs.

prices

15 GETs on this host

$0.002 – $0.005 per call in USDC. Same numbers as /prices on the directory.

Twitter / X endpoint prices
GETWhat it returnsUSDC / callPage
GET /api/handle/{handle}Handle$0.005docs
GET /api/handle/{handle}/aboutHandle about$0.005docs
GET /api/list/{id}/membersList members$0.005docs
GET /api/list/{id}/tweetsList tweets$0.005docs
GET /api/searchSearch$0.005docs
GET /api/search/usersSearch users$0.005docs
GET /api/trendsTrends$0.005docs
GET /api/tweet/{id}Tweet$0.002docs
GET /api/tweet/{id}/repliesTweet replies$0.005docs
GET /api/tweet/{id}/retweetersTweet retweeters$0.005docs
GET /api/user/{id}User$0.005docs
GET /api/user/{id}/followersUser followers$0.005docs
GET /api/user/{id}/followingsUser followings$0.005docs
GET /api/user/{id}/repliesUser replies$0.005docs
GET /api/user/{id}/tweetsUser tweets$0.005docs

questions

FAQ

Is this the official X API?
No. twitter.fetcher.sh is not the official X API and not developer.x.com. It returns public tweets, profiles, search, and follower lists as JSON. Ads, DMs, and write access stay on the official platform.
Do I need X developer approval?
No. You do not create an X developer app, complete OAuth, or wait for review. Call a URL on twitter.fetcher.sh. Pay that request in USDC via x402, or spend a prepaid credit key.
Do I need an official developer account?
No. fetcher.sh is not the official Twitter, YouTube, or Google API. You do not register an app, complete OAuth, or wait for platform review. Call a URL; data comes back as JSON.
Is there a monthly minimum or subscription?
No. There is no monthly plan, no seat fee, and no minimum volume. Pay per call from $0.002. Credits never expire. A $1 credit top-up is only if you want a prepaid API key instead of paying each call.
Can I pay for a single request?
Yes. Call any endpoint with no credential and pay that one request in USDC via x402. No account, no invoice, no leftover plan.

the main one

start here

$0.005 per call

Search

/api/search

The query goes straight to X's own search, so its operators work: from:, to:, since:, until:, min_faves:, filter:.

try an example

opens the payment page in a new tab · $0.005 per call

quick start

Call Twitter / X in 30 seconds

curl — with a credits API key
curl -H 'Authorization: Bearer bby_live_...' \
  'https://twitter.fetcher.sh/api/search?query=x402'
curl — no key: the x402 challenge
# call without payment to inspect the 402 challenge
curl -i 'https://twitter.fetcher.sh/api/search?query=x402'
# HTTP/1.1 402 Payment Required
# payment-required: <base64 payment requirements>

No key yet? Top up once (minimum $1) and the first response contains your bby_live_ key — one balance works across every fetcher.sh service. Generate one.

mcp

Add Twitter / X to Claude or Cursor

This host serves 15 named Twitter / X tools at /mcp. Catalog discovery (search, describe, fetch any path) lives on mcp.fetcher.sh.

mcp config — this service
{
  "mcpServers": {
    "fetcher": { "url": "https://twitter.fetcher.sh/mcp" }
  }
}

Specialized tools: twitter_handle, twitter_handle_about, twitter_list_members, twitter_list_tweets, twitter_search, twitter_search_users, twitter_trends, twitter_tweet, twitter_tweet_replies, twitter_tweet_retweeters, twitter_user, twitter_user_followers, twitter_user_followings, twitter_user_replies, twitter_user_tweets. Browse every service on mcp.fetcher.sh.

reference

All 15 Twitter / X endpoints

Click any endpoint to open its console: fill the parameters and try it live — the payable URL opens in a new tab, ready for a browser wallet.

docs
docs
docs
docs
docs
docs
docs
docs
docs
docs
docs
docs
docs
docs
docs

Top up once — then hammer all 15 endpoints with one key

One x402 payment funds a credit balance. Every call after that is a plain Bearer request: no signing, no chain round-trip, more requests per second. The same balance works on every fetcher.sh service.

Generate API key your first top-up creates the key — shown once

Agents: paste Set up https://twitter.fetcher.sh/skill.md into your agent — it reads the skill and sets everything up.