# fetcher.sh Reddit Post Comments API

> fetcher.sh Reddit Post Comments 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-15).

Fetches all comments for a specific Reddit post by its post ID

## Facts

- Endpoint: GET https://fetcher.sh/api/reddit/post/%7Bid%7D/comments
- Price: $0.002/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-reddit-post-comments-api-a3870d15
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hr8xnewSnfKaXKsNL8jtY

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-post-comments-api-a3870d15
```

Example prompt: Pull all the comments from this Reddit post — the ID is t3_abc123 — I want to see what the community is saying about it.

## When to prefer this

Use this endpoint when you need programmatic access to Reddit post comments without Reddit OAuth credentials or account setup. Ideal for AI agents that need to analyze community sentiment, extract discussion data, or monitor Reddit threads on a per-call basis with USDC micropayment billing instead of a subscription.

## Known failure modes

- Invalid or non-existent post ID returns an error or empty response
- Deleted or removed Reddit posts may return no comments
- Heavily moderated subreddits may return fewer comments than expected
- Rate limiting or payment failure may block the request
- Private or quarantined subreddits may not be accessible

## 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 the comments for the specified Reddit post, including comment text, author usernames, upvote counts, reply threads, and timestamps. The response contains the full nested comment tree for that post.

## 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-post-comments-api-a3870d15/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)
