# Reddit Post Comments Fetcher (fetcher.sh)

> Reddit Post Comments 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 full comment tree for a specific Reddit post by post ID, paid per call via USDC with no OAuth required.

## Facts

- Endpoint: HEAD https://reddit.fetcher.sh/api/post/%7Bid%7D/comments
- 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-post-comments-fetcher-fetcher-sh-d0e76480
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Vu_Faau3RPUc93G6iZ8DH

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-post-comments-fetcher-fetcher-sh-d0e76480 -d '<json body>'
```

Example prompt: Pull all the comments for Reddit post t3_abc123 — I want the full comment tree including nested replies, and I'll pay per call in USDC.

## When to prefer this

Choose this endpoint when you need to retrieve Reddit comment threads without setting up OAuth credentials, a Reddit developer account, or a subscription. Ideal for agents that need pay-as-you-go access to Reddit discussion data using USDC micropayments via the x402 protocol, especially when processing sporadic or low-volume requests where a full Reddit API integration is not cost-effective.

## Known failure modes

- Invalid or non-existent post ID returns a 404 error
- Deleted or removed posts may return empty or partial comment trees
- Rate limiting or payment failure returns a 402 Payment Required response
- Private or restricted subreddit posts may be inaccessible
- Very large comment trees may be paginated or truncated

## 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 the full hierarchical comment tree for the specified Reddit post, including top-level comments and nested replies, along with metadata such as author, score, timestamp, and comment body for each node in the thread.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/reddit-post-comments-fetcher-fetcher-sh-d0e76480/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)
