# Twitter/X User Followings API — fetcher.sh

> Twitter/X User Followings 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 the list of accounts that a given Twitter/X user follows, identified by their user ID.

## Facts

- Endpoint: GET https://twitter.fetcher.sh/api/user/%7Bid%7D/followings
- 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-user-followings-api-fetcher-sh-e1481cd9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qPI123TlYIbhboZzW_nHy

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-user-followings-api-fetcher-sh-e1481cd9
```

Example prompt: Pull the list of accounts that Twitter user ID 12345678 follows — I want to see who they're following on X.

## When to prefer this

Choose this endpoint when you need Twitter/X followings data without setting up OAuth credentials, managing API keys, or subscribing to the official Twitter API. Ideal for lightweight, pay-per-call agent workflows where you only need occasional lookups and want to pay micro-amounts in USDC rather than commit to a monthly plan.

## Known failure modes

- Invalid or non-existent user ID returns an error or empty result
- Private/protected accounts may not return followings data
- Rate limiting or scraping blocks may cause temporary failures
- Payment failure in USDC if wallet has insufficient balance
- Stale or incomplete data if the scraping layer lags behind real-time Twitter state

## 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 profiles representing the accounts that the specified user follows, including profile metadata such as usernames, display names, follower counts, and account IDs.

## 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-user-followings-api-fetcher-sh-e1481cd9/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)
