# fetcher.sh Twitter Tweet Lookup

> fetcher.sh Twitter Tweet Lookup is a paid API for AI agents from fetcher.sh, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-15).

Fetches a single Twitter/X tweet by its ID, returning tweet data including text, metadata, and engagement stats

## Facts

- Endpoint: GET https://fetcher.sh/api/twitter/tweet/%7Bid%7D
- Price: $0.002/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-tweet-lookup-2d4d7502
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_eiU1cosgEC-f441eNEgzw

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-tweet-lookup-2d4d7502
```

Example prompt: Can you pull the full text and details of this tweet — ID 1234567890123456789 — from Twitter for me?

## When to prefer this

Use this endpoint when you need to retrieve a specific tweet by its ID without setting up Twitter/X API credentials, OAuth, or a developer account. Ideal for AI agents that need frictionless per-call access paid in USDC, especially when you already have the tweet ID and need structured data quickly.

## Known failure modes

- Tweet ID not found or deleted — returns 404 or empty result
- Invalid tweet ID format — malformed request error
- Tweet from private/suspended account — access denied
- Payment failure over x402 protocol — 402 response if USDC balance insufficient
- Rate limiting or temporary scraping block — may return 429 or 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 the tweet's full text, author handle and name, timestamp, like/retweet/reply counts, and other metadata for the specified tweet ID

## 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-tweet-lookup-2d4d7502/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)
