# Twitter/X List Tweets Fetcher

> Twitter/X List Tweets Fetcher 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).

Retrieve tweets posted by members of a specific Twitter/X list, identified by list ID

## Facts

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

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-tweets-fetcher-02c46643
```

Example prompt: Pull the latest tweets from Twitter list ID 12345678 — I want to see what the accounts on that list have been posting recently.

## When to prefer this

Choose this endpoint when you need to retrieve tweets from a specific Twitter/X list without owning a Twitter developer account or OAuth credentials. Ideal for agents that need to monitor curated groups of accounts, aggregate niche community content, or scrape list timelines on a pay-per-call basis using USDC crypto payments. Prefer over the official Twitter API when you want to avoid OAuth setup, monthly subscriptions, or rate-limit tiers.

## Known failure modes

- Invalid or non-existent list ID returns an error or empty result
- Private or restricted list returns access denied
- Malformed ID parameter causes a 400-level error
- Insufficient USDC balance or failed x402 payment prevents the call
- Rate limiting or scraping blocks from Twitter/X side may result in empty or partial results
- Very large lists may return paginated or truncated results

## 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 collection of tweets from members of the specified Twitter/X list, including tweet text, timestamps, author information, engagement metrics (likes, retweets, replies), and tweet IDs. Results are scoped to the list identified by the provided list ID.

## 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-tweets-fetcher-02c46643/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)
