# fetcher.sh Twitter List Members

> fetcher.sh Twitter List Members 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).

Retrieves the members of a specific Twitter/X list by list ID

## Facts

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

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-list-members-4481fb25
```

Example prompt: Can you pull all the member accounts from Twitter list 1234567890 — I want to see who's on it without needing to log in?

## When to prefer this

Use this endpoint when you need to retrieve the members of a Twitter/X list without OAuth credentials or a Twitter API key, especially in agent workflows that require pay-per-call simplicity via USDC on Base. Prefer this over direct Twitter API access when you want to avoid account setup, subscription costs, or OAuth complexity.

## Known failure modes

- Invalid or non-existent list ID returns an error or empty result
- Private or restricted Twitter lists may not be accessible
- Payment failure (insufficient USDC) results in 402 response
- Rate limiting or scraping blocks from Twitter/X may cause temporary failures
- Malformed list ID parameter returns a 400-level 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

A list of Twitter/X user objects who are members of the specified list, typically including user IDs, usernames, display names, follower counts, bio information, and account metadata for each member.

## 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-list-members-4481fb25/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)
