# fetcher.sh Reddit User Posts API

> fetcher.sh Reddit User 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-08).

Fetches the recent posts made by a specific Reddit user by username

## Facts

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

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-user-posts-api-d1f70155
```

Example prompt: Pull the recent Reddit posts for user 'spez' — I want to see what they've been submitting lately across subreddits.

## When to prefer this

Choose this endpoint when you need to programmatically retrieve a Reddit user's post history without setting up Reddit OAuth or managing API credentials. Ideal for AI agents doing research, monitoring, or enrichment on Reddit users at $0.002 per call with no subscription required. Prefer this over direct Reddit API integration when you want a simple pay-per-call model with no account setup.

## Known failure modes

- Username not found or account deleted — likely returns 404 or empty result
- Suspended or banned Reddit accounts may return no posts
- Private or hidden post history returns empty data
- Reddit rate limiting or anti-scraping measures may cause intermittent failures
- Malformed or URL-encoded username may cause lookup errors
- Very new accounts with no posts return empty post lists

## 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 made by the specified Reddit user, typically including post titles, subreddit names, post body or link content, upvote counts, comment counts, post timestamps, and post URLs or IDs.

## 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-user-posts-api-d1f70155/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)
