# Rotary Agency — Reddit Subreddit Posts

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

Fetches a paginated list of posts from a specified Reddit subreddit, returning post content and a next-page token, paid per call via USDC x402.

## Facts

- Endpoint: GET https://rotaryagency.uk/api/reddit/subreddit/%7Bname%7D
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-12
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/rotary-agency-reddit-subreddit-posts-f732ec04
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NkqtkMxKSKWAC25Ft7L2V

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-subreddit-posts-f732ec04
```

Example prompt: Can you pull the latest posts from the r/MachineLearning subreddit and summarize what people are talking about?

## When to prefer this

Choose this endpoint when you need to retrieve subreddit post listings without setting up Reddit API credentials or OAuth, and you want frictionless pay-per-call access via USDC. It's ideal for agents needing quick, one-off subreddit reads, trend monitoring, or content aggregation across communities without managing API keys or rate-limit quotas on a Reddit developer account.

## Known failure modes

- Invalid or non-existent subreddit name returns an empty posts array or 404-equivalent error
- Private or banned subreddit may return access-denied response
- Payment failure via x402 (insufficient USDC balance) blocks the request
- Rate limiting on the upstream Reddit data source may cause delayed or failed responses
- Pagination token ('after') mismatch or expiry returns empty next page

## 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 containing an array of RedditPost objects (titles, content, metadata for each post) from the requested subreddit, plus an 'after' pagination token (string or null) to retrieve the next page of results.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "after": "string | null — next page token",
  "posts": "RedditPost[] — subreddit posts"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/rotary-agency-reddit-subreddit-posts-f732ec04/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)
