# Reddit Post Comments Thread

> Reddit Post Comments Thread is a paid API for AI agents from btcnode.uk, paid per call via x402, $0.005000/call, status unknown (last checked 2026-09-13).

Fetches the full comment thread for a Reddit post — including author, body, score, and reply count for each comment

## Facts

- Endpoint: GET https://btcnode.uk/api/reddit/comments/:postId
- Price: $0.005000/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/btcnode-uk-ac1bff80
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_agpL8yBF92PMS3__bXNCo

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 btcnode-uk-ac1bff80
```

Example prompt: Can you pull the full comment thread for Reddit post ID t3_abc123 — I want to see the author, body, score, and reply count for each comment?

## When to prefer this

Use this endpoint when you need the full comment thread — including author, body, score, and reply count — for a specific Reddit post identified by its post ID, without needing a Reddit API key or authentication. Ideal for agents analyzing public discussion sentiment, summarizing debates, or monitoring community reactions to specific posts.

## Known failure modes

- Invalid or non-existent post ID returns an error or empty result
- Deleted or removed posts may return no comments
- Private or restricted subreddit posts may be inaccessible
- Reddit rate limiting may cause transient failures
- Post ID format mismatch may return unexpected results

## How this service works

Reddit comments on any post — author, body, score, replies count. Get the full discussion thread.

## Output

Returns a structured list of comments from the Reddit post, each containing the author username, comment body text, upvote score, and number of replies, representing the full discussion thread.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/btcnode-uk-ac1bff80/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from btcnode.uk](https://www.zero.xyz/host/btcnode.uk/llms.txt)
