# Twitter/X User Replies Fetcher (fetcher.sh)

> Twitter/X User 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).

Fetches the reply tweets posted by a specific Twitter/X user, identified by their user ID.

## Facts

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

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-user-replies-fetcher-fetcher-sh-96c011ba
```

Example prompt: Can you pull all the recent replies that Twitter user with ID 44196397 has posted? I want to see what they've been responding to lately.

## When to prefer this

Choose this endpoint when you need the reply-specific tweet activity of a known Twitter/X user (identified by numeric user ID) without setting up OAuth or a Twitter developer account. It is ideal for agents needing lightweight, pay-per-call access to reply timelines — particularly useful for social listening, influence analysis, or discourse research — where a full Twitter API subscription is unnecessary or too expensive.

## Known failure modes

- Invalid or non-existent user ID returns an error or empty result
- User account is private or suspended — no replies accessible
- Rate limiting or scraping blocks may result in partial or failed responses
- Malformed user ID parameter causes a 400-level error
- Temporary upstream Twitter/X changes may break scraping and return stale or no data

## 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 a list of reply tweets authored by the specified user, including tweet text, timestamps, reply metadata (e.g., the tweet being replied to), engagement counts, and other tweet-level fields available via the scraping layer.

## 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-user-replies-fetcher-fetcher-sh-96c011ba/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)
