# fetcher.sh Twitter User Replies API

> fetcher.sh Twitter User Replies 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 the reply tweets posted by a specific Twitter/X user by their user ID

## Facts

- Endpoint: GET https://fetcher.sh/api/twitter/user/%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-user-replies-api-61eb3ea9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RqF4sKSqZUdUQWHHKLZaM

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-replies-api-61eb3ea9
```

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

## When to prefer this

Choose this endpoint when you need to programmatically retrieve a Twitter user's reply tweets without setting up OAuth, developer accounts, or Twitter API credentials. Ideal for AI agents that need frictionless per-call access to social data paid in USDC on Base, especially for monitoring engagement patterns, competitive analysis, or sentiment research on specific accounts.

## Known failure modes

- Invalid or non-existent user ID returns an error or empty result
- Private/protected account replies may not be accessible
- Rate limiting or blocking by Twitter may cause partial or failed responses
- Insufficient USDC balance or failed x402 payment results in 402 response
- Highly active accounts may return truncated reply lists

## 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 reply tweets posted by the specified Twitter/X user, including tweet text, timestamps, reply-to context (the tweet being replied to), engagement metrics, and associated metadata for each reply.

## 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-replies-api-61eb3ea9/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)
