# fetcher.sh Reddit Best Posts API

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

Fetches the top-ranked 'best' posts from Reddit, returning post listings sorted by Reddit's best algorithm, paid per call in USDC.

## Facts

- Endpoint: GET https://fetcher.sh/api/reddit/posts/best
- 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-best-posts-api-722fbb34
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Ti8GTyp8ZTkQmsJCwwvYX

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-best-posts-api-722fbb34
```

Example prompt: Can you pull the current best-ranked posts from Reddit's frontpage right now — I want to see what's trending across all subreddits?

## When to prefer this

Choose this endpoint when you need Reddit's best-ranked posts without setting up a Reddit developer account, managing OAuth tokens, or dealing with Reddit API rate limits directly. It is ideal for AI agents that need frictionless, pay-per-call access to Reddit content in USDC with no subscriptions or credentials required.

## Known failure modes

- Reddit API rate limiting or temporary unavailability returns an error response
- Invalid or malformed query parameters may return an empty list or error
- Payment failure in USDC results in 402 response and no data returned
- Reddit content may be delayed or cached, not always perfectly real-time

## 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 Reddit posts sorted by the 'best' algorithm, including post titles, URLs, scores, author names, subreddit names, comment counts, and post metadata such as creation timestamps and flair.

## 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-best-posts-api-722fbb34/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)
