# Rotary Agency — Reddit Thread Fetcher

> Rotary Agency — Reddit Thread Fetcher is a paid API for AI agents from rotaryagency.uk, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Fetches a Reddit thread including the parent post and threaded comment tree by thread URL or ID, payable per-call via USDC x402.

## Facts

- Endpoint: GET https://rotaryagency.uk/api/reddit/thread
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/rotary-agency-reddit-thread-fetcher-24a32142
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gp7BplaRywOyocKfSCoIb

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 rotary-agency-reddit-thread-fetcher-24a32142
```

Example prompt: Can you pull the full Reddit thread from this URL — https://www.reddit.com/r/MachineLearning/comments/xyz123/some_post — including all the comments with their scores and reply nesting?

## When to prefer this

Choose this endpoint when you need structured Reddit thread data — post plus full threaded comment tree — without setting up Reddit API credentials or OAuth. Ideal for agents performing research, sentiment analysis, or discussion summarisation on specific Reddit threads. At $0.01 per call with USDC x402 payment and no signup, it suits low-friction, pay-as-you-go agent pipelines. Prefer this over direct Reddit API when you want zero-auth, per-request billing.

## Known failure modes

- Invalid or malformed Reddit thread URL returns an error
- Deleted or private subreddit threads may return empty or forbidden
- Very large threads with thousands of comments may be truncated
- Reddit rate-limiting or access restrictions may cause temporary failures
- Thread ID not found returns a 404-equivalent error

## How this service works

AI-agent-friendly data marketplace. 206 endpoints: read any webpage, Exa semantic search, YouTube transcripts + search, dev.to, OpenAlex + PubMed scholarly search, Hacker News, Wikipedia, RSS, npm, PyPI, GitHub, arXiv, Stack Exchange, V2EX, Bilibili, plus Google Maps, LinkedIn, Reddit, Instagram, Airbnb. Pay per request with USDC via x402 — no keys, no signup.

## Output

Returns a JSON object with a 'post' field containing the parent RedditPost and a 'comments' field with a nested RedditComment array. Each comment includes author, body text, score (upvotes), createdUtc timestamp, depth level, and a replies array for threaded sub-comments.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "post": "RedditPost — the parent post",
  "comments": "RedditComment[] — threaded comments with { author, body, score, createdUtc, depth, replies }"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/rotary-agency-reddit-thread-fetcher-24a32142/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from rotaryagency.uk](https://www.zero.xyz/host/rotaryagency.uk/llms.txt)
