# Twitter/X User Tweets Timeline — fetcher.sh

> Twitter/X User Tweets Timeline — 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 tweet timeline for a specific Twitter/X user by their user ID, returning recent tweets posted by that account.

## Facts

- Endpoint: GET https://twitter.fetcher.sh/api/user/%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-user-tweets-timeline-fetcher-sh-0f7077cd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nrntc3EV2-cca-dZps7QH

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-tweets-timeline-fetcher-sh-0f7077cd
```

Example prompt: Pull the recent tweets from Twitter user ID 44196397 — I want to see what they've been posting lately.

## When to prefer this

Choose this endpoint when you need tweet timeline data for a known user ID without setting up Twitter OAuth credentials or a developer account. Ideal for agents that need pay-per-call Twitter data with no subscription overhead, especially when working with USDC-based micropayments via x402 protocol on Base, Polygon, Arbitrum, Monad, or Solana.

## Known failure modes

- Invalid or non-existent user ID returns an error or empty result
- Suspended or deactivated accounts may return no data
- Rate limiting or scraping blocks from Twitter's side may cause failures
- Insufficient USDC balance or payment failure results in 402 response
- Private/protected accounts may not return tweet data

## 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 tweets posted by the specified user, including tweet text, timestamps, engagement metrics, and tweet metadata such as IDs and reply/retweet counts.

## 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-tweets-timeline-fetcher-sh-0f7077cd/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)
