# fetcher.sh Reddit New Posts API

> fetcher.sh Reddit New 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-13).

Fetches the newest posts from Reddit, returning a real-time feed of the latest submissions

## Facts

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

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-new-posts-api-e41d7afb
```

Example prompt: Can you grab the newest posts from the r/MachineLearning subreddit on Reddit right now and show me what's been posted in the last few hours?

## When to prefer this

Use this endpoint when you need real-time access to Reddit's newest posts without setting up OAuth, a Reddit developer account, or managing API keys. It is ideal for AI agents that need to monitor subreddits for fresh content, aggregate Reddit data, or track emerging discussions at $0.002 per call with no subscription required.

## Known failure modes

- Invalid or non-existent subreddit name returns an error or empty result
- Insufficient USDC balance or failed x402 payment returns a 402 Payment Required response
- Reddit rate limiting or temporary unavailability may cause failures
- Private or quarantined subreddits may not return posts
- Malformed request parameters return a 400-level error

## 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 the newest Reddit posts including post titles, URLs, authors, upvote scores, comment counts, timestamps, and other post metadata scraped in real time from Reddit's new feed.

## 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-new-posts-api-e41d7afb/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)
