# Reddit Subreddit Posts Feed — fetcher.sh

> Reddit Subreddit 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-11).

Fetches hot/new/top/best posts from a specified subreddit via a pay-per-call REST endpoint using USDC micropayments.

## Facts

- Endpoint: GET https://reddit.fetcher.sh/api/subreddit/%7Bname%7D/posts
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-11
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/reddit-subreddit-posts-feed-fetcher-sh-7ba151a9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZKOa4ilzSmr4yrcnrkf4n

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-subreddit-posts-feed-fetcher-sh-7ba151a9
```

Example prompt: Pull the hot posts from the r/MachineLearning subreddit — I want to see what's trending there right now.

## When to prefer this

Choose this endpoint when you need Reddit subreddit post data without setting up a Reddit developer account, OAuth tokens, or a subscription. It's ideal for agents that need lightweight, pay-as-you-go access to Reddit feeds for monitoring, research, or content aggregation — especially when cost predictability at $0.002 per call matters and you want to pay with on-chain USDC.

## Known failure modes

- Invalid or banned subreddit name returns an error or empty result
- Private or quarantined subreddits may be inaccessible
- Payment failure via x402 if insufficient USDC balance
- Rate limiting or temporary blocks from Reddit's backend
- Subreddit name typos result in 404 or not-found responses

## 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 posts from the specified subreddit feed (hot/new/top/best), each including post title, score, URL, author, flair, comment count, and other Reddit post metadata.

## Request schema (JSON Schema)

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

## More

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