# Reddit User Posts Fetcher via fetcher.sh

> Reddit User Posts Fetcher 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-11).

Fetches the post history for a specific Reddit user by username, returning their submitted posts

## Facts

- Endpoint: GET https://reddit.fetcher.sh/api/user/%7Busername%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-user-posts-fetcher-via-fetcher-sh-3a18d67a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WqBHB32ZSxhFLVWurrNel

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-user-posts-fetcher-via-fetcher-sh-3a18d67a
```

Example prompt: Pull all the posts submitted by Reddit user 'spez' — I want to see their full posting history including which subreddits they've posted to and the scores on each post.

## When to prefer this

Use this endpoint when you need a Reddit user's post submission history without setting up Reddit OAuth or a Reddit developer account. Ideal for agent workflows that need pay-per-call access to Reddit user data with USDC micropayments, no subscription required. Prefer over direct Reddit API when avoiding credential management overhead.

## Known failure modes

- Username does not exist — returns 404 or empty result
- User account suspended or deleted — no data returned
- User has no posts or all posts are removed — returns empty list
- Rate limiting or payment failure (x402 payment not accepted) — returns 402
- Private or shadowbanned account — may return empty or partial data

## 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 submitted by the specified Reddit user, including post titles, scores (upvotes), subreddit names, post URLs, creation timestamps, flair, and other post metadata available from Reddit's public data.

## Request schema (JSON Schema)

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

## More

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