# fetcher.sh Reddit Top Posts API

> fetcher.sh Reddit Top Posts 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-14).

Fetches the top posts from Reddit, returning trending/popular content ranked by score

## Facts

- Endpoint: GET https://fetcher.sh/api/reddit/posts/top
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/fetcher-sh-reddit-top-posts-api-c1457352
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JHZZdlQ4FGbQld1PLJHl0

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-top-posts-api-c1457352
```

Example prompt: Can you pull the top posts from r/technology on Reddit right now — I want to see what's trending today?

## When to prefer this

Choose this endpoint when you need structured top-post data from Reddit without managing OAuth credentials, Reddit API keys, or rate limit quotas. Ideal for AI agents that need one-off or periodic Reddit data with pay-per-call USDC billing — no account setup required. Prefer over direct Reddit API access when building autonomous agents that need frictionless data access.

## Known failure modes

- Subreddit does not exist or is private — returns 404 or empty result
- Reddit rate limiting or availability issues — returns 5xx error
- Invalid time period parameter — may return empty or default results
- Payment not processed — returns 402 requiring USDC payment on Base
- Subreddit is quarantined or banned — no posts returned

## 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 a list of top Reddit posts including post title, score/upvotes, URL, author username, comment count, subreddit, post body text, upvote ratio, and timestamp. Posts are sorted by score descending.

## 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-top-posts-api-c1457352/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)
