# Reddit Top Posts Feed — fetcher.sh

> Reddit Top 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 top-ranked posts from a Reddit subreddit or the global feed without requiring Reddit credentials.

## Facts

- Endpoint: GET https://reddit.fetcher.sh/api/posts/top
- 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-top-posts-feed-fetcher-sh-1797d4ca
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KKQ2Mq4xxte8d8phqqmsi

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-top-posts-feed-fetcher-sh-1797d4ca
```

Example prompt: Pull the top 25 posts from r/MachineLearning for this week so I can see what the community is most excited about right now.

## When to prefer this

Choose this endpoint when you need top-ranked Reddit posts from a specific subreddit without setting up Reddit OAuth or a Reddit developer account. It is ideal for agents that need quick, pay-per-call access to Reddit's top feed for trend monitoring, content research, or social listening, especially when building serverless or lightweight pipelines that cannot maintain persistent Reddit sessions.

## Known failure modes

- Invalid or private subreddit returns 404 or empty result
- Rate limit exceeded returns 402 payment required if credits exhausted
- Banned or quarantined subreddit may return no results
- Invalid time filter parameter returns 400 bad request
- Network timeout on large result sets

## 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 ranked list of top Reddit posts for the specified subreddit or global feed, including post title, score (upvotes), author username, post URL, number of comments, flair, thumbnail/media preview, and submission timestamp. Results are sorted by Reddit's top ranking algorithm for the selected time window.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/reddit-top-posts-feed-fetcher-sh-1797d4ca/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)
