# Twitter/X Tweet Replies Fetcher — fetcher.sh

> Twitter/X Tweet Replies Fetcher — 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).

Fetch the reply thread for a specific tweet by its ID, returning reply tweets and their metadata

## Facts

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

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-replies-fetcher-fetcher-sh-b3328e90
```

Example prompt: Pull all the replies to tweet ID 1234567890123456789 from Twitter/X so I can see what the conversation looks like.

## When to prefer this

Use this endpoint when you need to retrieve replies to a specific known tweet by ID without setting up Twitter OAuth or a developer account. It is ideal for lightweight, pay-per-call scraping of reply threads, especially in agent pipelines that require occasional social data access without a subscription. Prefer this over the official Twitter API when you want zero-setup access and are paying with USDC via x402.

## Known failure modes

- Tweet ID not found or deleted — returns 404 or empty results
- Tweet has no replies — returns empty list
- Rate limiting or scraping block by Twitter/X — returns error
- Invalid tweet ID format — returns 400 bad request
- Payment failure via x402 — returns 402 Payment Required

## 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 reply tweets to the specified tweet ID, each containing the reply text, author handle/ID, timestamp, and engagement metrics (likes, retweets, etc.) scraped from Twitter/X via the fetcher.sh proxy layer. No OAuth or Twitter account required; payment is handled via x402 USDC micropayment at $0.005 per call.

## 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-replies-fetcher-fetcher-sh-b3328e90/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)
