# Twitter/X List Members Endpoint — fetcher.sh

> Twitter/X List Members Endpoint — 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).

Fetches the list of member accounts belonging to a specific Twitter/X list by list ID, without OAuth or a Twitter account.

## Facts

- Endpoint: GET https://twitter.fetcher.sh/api/list/%7Bid%7D/members
- 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-list-members-endpoint-fetcher-sh-72ddce3e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kbg_WhzuOYVMUTrrwxXhT

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-list-members-endpoint-fetcher-sh-72ddce3e
```

Example prompt: Can you pull all the member accounts from Twitter list ID 1234567890 so I can see who's on that curated crypto influencer list?

## When to prefer this

Choose this endpoint when you need to enumerate all members of a specific Twitter/X list by ID without setting up OAuth, a Twitter developer account, or a subscription. It is ideal for agents doing one-off or pay-as-you-go social data lookups, competitive research, or building audience seed lists, especially when you already know the list ID and want a simple per-call payment model via USDC.

## Known failure modes

- Invalid or non-existent list ID returns an error or empty result
- Private or protected lists may return no members or an access-denied response
- Payment failure via x402 results in a 402 status and no data returned
- Rate limiting or scraping blocks from Twitter may cause intermittent failures
- Malformed list ID (e.g. non-numeric) may return a 400 or 422 error

## 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 an array of Twitter/X user profile objects for every member of the specified list, including usernames, display names, follower/following counts, bios, and profile metadata such as verification status and account creation date.

## 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-list-members-endpoint-fetcher-sh-72ddce3e/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)
