# Reddit Comment Replies Fetcher (fetcher.sh)

> Reddit Comment Replies Fetcher (fetcher.sh) is a paid API for AI agents from reddit.fetcher.sh, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-13).

Fetches the reply thread for a specific comment on a Reddit post, returning nested reply data without requiring OAuth or a Reddit account.

## Facts

- Endpoint: GET https://reddit.fetcher.sh/api/post/%7Bid%7D/comments/%7BcommentId%7D/replies
- 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/reddit-comment-replies-fetcher-fetcher-sh-ccb21309
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_29qPHaYSrGGEFJ25SgkNF

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 reddit-comment-replies-fetcher-fetcher-sh-ccb21309
```

Example prompt: Can you fetch all the replies to comment t1_abc123 on Reddit post t3_xyz789? I want to see the full reply thread without needing a Reddit account.

## When to prefer this

Choose this endpoint when you need to retrieve the reply sub-thread for a specific Reddit comment without setting up OAuth, a Reddit developer account, or a subscription. It is ideal for lightweight pay-per-call access via USDC micropayments, making it well-suited for agents that only occasionally need Reddit reply data or want to avoid credential management overhead.

## Known failure modes

- Invalid post ID or comment ID returns a 404 or empty result
- Deleted or removed comments may return no replies or placeholder text
- Very deep reply chains may be truncated
- Rate limiting or payment failure returns a 402 Payment Required error
- Private or quarantined subreddit posts may be inaccessible

## How this service works

Reddit (subreddits) data and scraping API: Search posts, subreddits, and users; pull hot/new/top/best feeds, comment trees, and user history. 15 REST endpoints from $0.002 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 objects nested under the specified comment, including each reply's author, body text, score (upvotes), timestamp, and any further nested replies, structured as a comment tree.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/reddit-comment-replies-fetcher-fetcher-sh-ccb21309/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from reddit.fetcher.sh](https://www.zero.xyz/host/reddit.fetcher.sh/llms.txt)
