# fetcher.sh Reddit Subreddit Posts

> fetcher.sh Reddit Subreddit Posts 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 posts from a specified Reddit subreddit, paid per call in USDC via x402

## Facts

- Endpoint: GET https://fetcher.sh/api/reddit/subreddit/%7Bname%7D/posts
- 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-subreddit-posts-09253fa6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nQpfjvURs9a95mP8HujUk

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-subreddit-posts-09253fa6
```

Example prompt: Pull the latest posts from the r/MachineLearning subreddit so I can see what the community is talking about right now.

## When to prefer this

Choose this endpoint when you need to retrieve Reddit subreddit posts without setting up a Reddit API account, OAuth credentials, or subscription. Ideal for AI agents that need to pay per call in USDC with no upfront account registration. Best for lightweight, on-demand subreddit data access in automated pipelines.

## Known failure modes

- Invalid or non-existent subreddit name returns an error or empty result
- Subreddit is private or banned and cannot be accessed
- Payment failure due to insufficient USDC balance or x402 protocol issues
- Rate limiting if too many requests are made in quick succession
- Reddit API or scraping backend downtime causes unavailability

## 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 posts from the specified subreddit, including post titles, URLs, authors, scores, timestamps, and other metadata such as comment counts and post content or previews.

## 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-subreddit-posts-09253fa6/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)
