# fetcher.sh Twitter User Tweets API

> fetcher.sh Twitter User Tweets API 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 a list of recent tweets posted by a specific Twitter/X user, identified by their user ID

## Facts

- Endpoint: GET https://fetcher.sh/api/twitter/user/%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-user-tweets-api-6683c32a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_sF_fmfXCv-VHfUKgN1zD8

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-user-tweets-api-6683c32a
```

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

## When to prefer this

Use this endpoint when you need to retrieve a public Twitter user's recent tweets without setting up Twitter API credentials, OAuth flows, or developer accounts. It is ideal for AI agents that need frictionless, pay-per-call access to Twitter data using USDC micropayments on Base, especially when avoiding subscription-based Twitter API tiers.

## Known failure modes

- Invalid or non-existent user ID returns an error or empty result
- Private/protected accounts may return no tweets or an access error
- Rate limits or scraping blocks from Twitter/X may cause intermittent failures
- Payment failure (insufficient USDC balance) results in a 402 response before data is returned
- Deleted or suspended accounts will return no results

## 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 list of recent tweets from the specified Twitter user, including tweet text, tweet IDs, timestamps, and engagement metadata such as likes, retweets, and replies. No authentication or Twitter account required.

## 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-user-tweets-api-6683c32a/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)
