# Twitter/X Tweet Retweeters API — fetcher.sh

> Twitter/X Tweet Retweeters API — fetcher.sh is a paid API for AI agents from twitter.fetcher.sh, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-13).

Returns a list of users who have retweeted a specific tweet, identified by its tweet ID.

## Facts

- Endpoint: GET https://twitter.fetcher.sh/api/tweet/%7Bid%7D/retweeters
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/twitter-x-tweet-retweeters-api-fetcher-sh-fc957c12
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_eJFdBJWuHMqijhEtAbNU0

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability twitter-x-tweet-retweeters-api-fetcher-sh-fc957c12
```

Example prompt: Can you pull the list of users who retweeted tweet ID 1234567890123456789 on X so I can see who amplified it?

## When to prefer this

Choose this endpoint when you need to identify the specific users who retweeted a given tweet without setting up Twitter OAuth credentials or a developer account. It's ideal for one-off lookups, agent workflows requiring tweet engagement data, influencer discovery, or monitoring content amplification. At $0.005 per call with pay-per-use USDC pricing, it's cost-effective for sporadic use cases that don't justify a full Twitter API subscription.

## Known failure modes

- Tweet ID not found or deleted — returns 404 or empty result
- Tweet has zero retweets — returns empty list
- Rate limiting or scraping block from Twitter/X — returns error or timeout
- Invalid tweet ID format — returns validation error
- Private or protected tweet — retweeters inaccessible, returns empty or error
- Payment failure via x402 — request not processed

## How this service works

Twitter / X (x.com) data and scraping API: Search tweets, resolve profiles by handle or ID, and pull timelines, replies, followers, lists, and trends. 15 REST endpoints from $0.002 – $0.005 per call — no account, no OAuth, no subscription. Pay with x402 (USDC on Base, Polygon, Arbitrum, Monad or Solana) or prepaid credits.

## Output

A list of Twitter/X user objects who retweeted the specified tweet, typically including user handles, display names, user IDs, and basic profile metadata for each retweeter.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/twitter-x-tweet-retweeters-api-fetcher-sh-fc957c12/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from twitter.fetcher.sh](https://www.zero.xyz/host/twitter.fetcher.sh/llms.txt)
