# Twitter/X Followers List by User ID — fetcher.sh

> Twitter/X Followers List by User ID — 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).

Retrieves the list of followers for a Twitter/X user by their user ID, returning follower account data.

## Facts

- Endpoint: GET https://twitter.fetcher.sh/api/user/%7Bid%7D/followers
- 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-followers-list-by-user-id-fetcher-sh-50521006
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_putB9N4f9q4VnDPwBsmjA

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-followers-list-by-user-id-fetcher-sh-50521006
```

Example prompt: Can you pull the list of followers for the Twitter user with ID 44196397 — I want to see who's following that account?

## When to prefer this

Choose this endpoint when you need Twitter/X follower data without setting up OAuth credentials or a Twitter developer account. Ideal for agents or scripts that need one-off or low-volume follower lookups billed per call in USDC, especially in crypto-native or serverless contexts. Prefer this over the official Twitter API when you want to avoid subscription costs, credential management, or OAuth flows.

## Known failure modes

- Invalid or non-existent user ID returns a 404 or empty result
- Suspended or deactivated accounts may return no data
- Rate limits on the underlying scraping layer may cause transient 429 errors
- Insufficient USDC balance or failed x402 payment results in 402 Payment Required
- Very large follower counts may require pagination across multiple calls
- Private/protected accounts may return limited or no follower data

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

Returns a paginated list of follower user objects for the given Twitter/X user ID, including profile fields such as username, display name, follower/following counts, bio, and account metadata for each follower account.

## 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-followers-list-by-user-id-fetcher-sh-50521006/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)
