# fetcher.sh Twitter List Tweets

> fetcher.sh Twitter List Tweets 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 tweets from a specific Twitter/X list by list ID, paid per call in USDC via x402

## Facts

- Endpoint: GET https://fetcher.sh/api/twitter/list/%7Bid%7D/tweets
- 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-list-tweets-26fc0acb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_u-R2mHRFU0pY7V1jZWUt9

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-tweets-26fc0acb
```

Example prompt: Pull the latest tweets from Twitter list ID 1234567890 — I want to see what's being posted there.

## When to prefer this

Choose this endpoint when you need to retrieve tweets from a specific Twitter/X list without managing Twitter API credentials, OAuth flows, or subscriptions. It is ideal for AI agents that need programmatic, pay-per-call access to Twitter list timelines using USDC micropayments via x402, especially in automated pipelines where no user authentication is available.

## Known failure modes

- Invalid or non-existent list ID returns an error or empty result
- Private or restricted list returns an access error
- Rate limiting or temporary Twitter scraping blocks may cause failures
- Payment failure over x402 protocol prevents the request from completing
- 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

Returns a collection of tweets from the specified Twitter/X list, including tweet text, author information, timestamps, engagement metrics, and other tweet metadata associated with the list's timeline.

## 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-tweets-26fc0acb/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)
