# fetcher.sh Twitter Tweet Retweeters

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

Returns the list of users who retweeted a specific tweet by its ID

## Facts

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

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 fetcher-sh-twitter-tweet-retweeters-9b4a6d46
```

Example prompt: Can you get me the list of all users who retweeted tweet ID 1234567890123456789?

## When to prefer this

Use this endpoint when you need to identify the specific user accounts that retweeted a tweet, rather than just the retweet count. Ideal for influencer analysis, network mapping, community detection, or monitoring who is amplifying specific content on Twitter/X. Prefer over alternatives when you need no-OAuth, pay-per-call access without a Twitter developer account.

## Known failure modes

- Invalid or malformed tweet ID returns an error or empty result
- Tweet has been deleted or made private, returning a 404 or empty list
- Tweet has no retweeters, returning an empty array
- Rate limits or API-side throttling returning a 429 or similar error
- Payment failure (insufficient USDC balance) blocking the request

## How this service works

fetcher.sh is an x402 web-data and scraping API: 111 endpoints for Twitter/X, YouTube, TikTok, Instagram, Reddit, Google, App Store, and Yelp — paid per call in USDC on Base, Polygon, Arbitrum, Monad or Solana, or with prepaid credits. Built for AI agents: no accounts, no OAuth, no subscriptions.

## Output

A list of Twitter/X user objects who retweeted the specified tweet, including usernames, user IDs, display names, and possibly 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/fetcher-sh-twitter-tweet-retweeters-9b4a6d46/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from fetcher.sh](https://www.zero.xyz/host/fetcher.sh/llms.txt)
