# Reddit New Posts Feed via fetcher.sh

> Reddit New Posts Feed via 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-15).

Fetches the newest posts from a Reddit subreddit using a pay-per-call REST API with no OAuth required

## Facts

- Endpoint: GET https://reddit.fetcher.sh/api/posts/new
- 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/reddit-new-posts-feed-via-fetcher-sh-5154de41
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_aZHpFMJmy_bR4z-iWphWR

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-new-posts-feed-via-fetcher-sh-5154de41
```

Example prompt: Pull the newest posts from r/MachineLearning on Reddit — I want to see the latest submissions with their titles, scores, and links.

## When to prefer this

Choose this endpoint when you need the newest Reddit posts from a specific subreddit without setting up OAuth, managing Reddit API credentials, or committing to a subscription. Ideal for agents that need one-off or infrequent Reddit data, monitoring pipelines, or lightweight scraping at $0.002 per call with USDC micropayments.

## Known failure modes

- Invalid or private subreddit returns empty results or 404
- Rate limiting or payment failure returns 402 Payment Required
- Banned subreddit returns no data
- Malformed subreddit name returns error
- Reddit API downtime causes upstream failure

## 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 the most recently submitted posts in a subreddit, including post titles, URLs, scores, authors, timestamps, comment counts, and post IDs, ordered by recency.

## Request schema (JSON Schema)

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

## More

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