# fetcher.sh Twitter User Followers

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

Fetches the list of followers for a given Twitter/X user by their user ID

## Facts

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

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-user-followers-bb78d190
```

Example prompt: Pull the followers list for Twitter user ID 12345678 so I can analyze who's following that account.

## When to prefer this

Choose this endpoint when you need Twitter/X follower data without setting up OAuth, managing Twitter API credentials, or paying for a Twitter API subscription. It is ideal for AI agents that need pay-per-call access to social graph data, for one-off lookups, or for pipelines that need to query followers for multiple accounts without a persistent API relationship. Prefer this over direct Twitter API integration when you want frictionless per-call billing in USDC and no account management overhead.

## Known failure modes

- Invalid or non-existent user ID returns 404 or empty result
- Private/protected Twitter accounts may return no followers or restricted data
- Rate limits on the underlying Twitter data source may cause timeouts or partial results
- Insufficient USDC balance causes payment failure and no data returned
- Malformed user ID format returns a validation error

## 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

Returns a list of follower accounts for the specified Twitter/X user, including follower profile data such as usernames, display names, bio, follower/following counts, and other available user metadata for each follower.

## 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-user-followers-bb78d190/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)
