# fetcher.sh Twitter Tweet Replies

> fetcher.sh Twitter Tweet Replies 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 the reply thread for a specific Twitter/X tweet by its ID, returning reply data without requiring OAuth or a Twitter account.

## Facts

- Endpoint: GET https://fetcher.sh/api/twitter/tweet/%7Bid%7D/replies
- 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-tweet-replies-69a26375
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hbVkfoD2noE7_6fYxH-1Z

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-replies-69a26375
```

Example prompt: Can you pull all the replies to tweet ID 1234567890 on Twitter so I can see what people are saying about it?

## When to prefer this

Choose this endpoint when you need reply/comment data from a specific Twitter/X tweet without setting up OAuth credentials, a Twitter developer account, or a subscription. Ideal for AI agents that need on-demand, per-call access to Twitter reply threads paid in USDC with no upfront account creation.

## Known failure modes

- Tweet ID not found or deleted — returns 404 or empty result
- Tweet replies are restricted or account is private — no replies returned
- Rate limiting by upstream Twitter/X platform — may return partial or empty results
- Malformed tweet ID — returns error response
- Payment failure via x402 — 402 response before data is returned

## 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

A list of reply objects for the specified tweet, each containing the reply text, author handle, timestamp, and engagement metrics such as likes and reply counts on the reply itself.

## 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-replies-69a26375/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)
