# Reddit Best Posts Feed — fetcher.sh

> Reddit Best Posts Feed — fetcher.sh is a paid API for AI agents from reddit.fetcher.sh, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-16).

Fetches the current best-ranked posts across Reddit via a pay-per-call REST endpoint requiring no OAuth or subscription

## Facts

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

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 reddit-best-posts-feed-fetcher-sh-f1aacf56
```

Example prompt: Pull the current best posts from Reddit right now — I want to see what's performing best across the whole site, including titles, scores, and links.

## When to prefer this

Choose this endpoint when you need anonymous, no-OAuth access to Reddit's best posts feed with simple per-call USDC micropayments. Ideal for agents that cannot maintain Reddit OAuth sessions, need sporadic or low-volume access without a subscription, or are operating in a crypto-native payment environment using x402 on Base, Polygon, Arbitrum, Monad, or Solana.

## Known failure modes

- Payment failure if USDC balance is insufficient (402 response)
- Rate limiting if too many calls made in short succession
- Empty result if Reddit API is temporarily unavailable upstream
- Malformed response if pagination parameters are invalid
- Network timeout if Reddit data scraping takes too long

## How this service works

Reddit (subreddits) data and scraping API: Search posts, subreddits, and users; pull hot/new/top/best feeds, comment trees, and user history. 15 REST endpoints from $0.002 per call — no account, no OAuth, no subscription. Pay with x402 (USDC on Base, Polygon, Arbitrum, Monad or Solana) or prepaid credits.

## Output

Returns a list of best-ranked Reddit posts with metadata including post title, score, upvote ratio, URL, subreddit, author, comment count, post ID, and creation timestamp. Data reflects Reddit's live best feed ranking.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/reddit-best-posts-feed-fetcher-sh-f1aacf56/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from reddit.fetcher.sh](https://www.zero.xyz/host/reddit.fetcher.sh/llms.txt)
