# fetcher.sh Reddit User Profile API

> fetcher.sh Reddit User Profile 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 public profile data for a Reddit user by username, paid per call in USDC via x402.

## Facts

- Endpoint: GET https://fetcher.sh/api/reddit/user/%7Busername%7D
- 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-user-profile-api-1cb5e6ca
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3FXNUzf60XbkIOWYcoim5

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-profile-api-1cb5e6ca
```

Example prompt: Can you pull up the Reddit profile for user 'spez' — I want to see their karma, account age, and any bio info that's publicly available?

## When to prefer this

Choose this endpoint when you need to programmatically retrieve Reddit user profile data without setting up OAuth or Reddit API credentials. Ideal for AI agents that need quick, per-call lookups of public Reddit user stats — such as karma, account age, and bio — paid cheaply in USDC with no subscription required. Prefer over direct Reddit API integration when avoiding credential management overhead.

## Known failure modes

- Username does not exist — returns 404 or empty result
- Reddit account is suspended or banned — may return limited or no data
- Rate limiting or Reddit-side blocking — may return error or stale data
- Private or shadow-banned accounts may return incomplete profiles
- Payment failure via x402 — request not fulfilled if USDC payment is rejected

## 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 publicly available Reddit user profile data including username, karma (post and comment karma), account creation date, bio/description, trophy/flair information, and activity signals such as active subreddits — all as structured JSON.

## 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-profile-api-1cb5e6ca/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)
