# fetcher.sh Reddit Comment Replies API

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

Fetches the replies to a specific comment on a Reddit post, returning nested reply data for a given post and comment ID.

## Facts

- Endpoint: GET https://fetcher.sh/api/reddit/post/%7Bid%7D/comments/%7BcommentId%7D/replies
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-08
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/fetcher-sh-reddit-comment-replies-api-01dcf881
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_b16FdE-qoFj9gNAxSO71a

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-reddit-comment-replies-api-01dcf881
```

Example prompt: Pull all the replies to comment t1_abc123 on Reddit post t3_xyz789 so I can see how people responded to that specific comment.

## When to prefer this

Use this endpoint when you need to retrieve the reply chain for a specific Reddit comment without authenticating with Reddit directly. It is ideal for AI agents that need to analyze community reactions, track discussions, or gather conversational data from Reddit at $0.002 per call with no OAuth setup required.

## Known failure modes

- Post ID or comment ID not found — returns 404 or empty result
- Reddit rate limiting or temporary unavailability — may return 429 or 503
- Comment has been deleted or removed — may return empty replies or error
- Invalid ID format — returns validation error
- Private or quarantined subreddit — access may be blocked

## 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 objects for the specified Reddit comment, including reply author usernames, reply body text, upvote/downvote scores, timestamps, and potentially nested sub-replies, structured as JSON.

## 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-reddit-comment-replies-api-01dcf881/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)
