# Twitter/X Tweet Lookup by ID — fetcher.sh

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

Fetches a single tweet by its numeric ID from Twitter/X, returning tweet content, metadata, and engagement data — no OAuth required, pay-per-call in USDC.

## Facts

- Endpoint: GET https://twitter.fetcher.sh/api/tweet/%7Bid%7D
- Price: $0.002/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-tweet-lookup-by-id-fetcher-sh-c9a4f564
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vX5VHra-vSyIkfW46cqPU

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-tweet-lookup-by-id-fetcher-sh-c9a4f564
```

Example prompt: Can you pull the full details of the tweet with ID 1234567890123456789 — I want to see the text, author, and engagement numbers?

## When to prefer this

Choose this endpoint when you need to fetch a single tweet by its numeric ID without setting up Twitter Developer credentials, OAuth tokens, or a monthly API subscription. Ideal for lightweight, on-demand tweet lookups billed per call in USDC, especially in agent workflows that need occasional Twitter data without committing to a full API plan.

## Known failure modes

- Tweet not found or deleted — returns 404 or empty result
- Invalid tweet ID format — malformed ID yields an error response
- Rate limiting or payment failure — insufficient USDC balance or x402 payment rejection
- Private/protected account tweet — inaccessible content returns an error
- Network timeout from upstream Twitter scraping layer

## 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 structured data for the requested tweet including tweet text, author username and display name, post timestamp, like/retweet/reply counts, and associated media or link metadata where present.

## 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-tweet-lookup-by-id-fetcher-sh-c9a4f564/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)
