# Reddit User Profile API — fetcher.sh

> Reddit User Profile API — 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-13).

Retrieves public profile data and history for a specific Reddit user by username

## Facts

- Endpoint: GET https://reddit.fetcher.sh/api/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/reddit-user-profile-api-fetcher-sh-640a5a8d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_42H6OUpqoRxt-ltHsG4YP

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-profile-api-fetcher-sh-640a5a8d
```

Example prompt: Pull the public Reddit profile for username 'spez' — I want their karma, account age, and recent activity history.

## When to prefer this

Choose this endpoint when you need to look up a specific Reddit user's public profile, karma stats, or activity history without needing OAuth credentials or a Reddit developer account. Ideal for agent workflows that need to verify user credibility, research community contributors, or enrich data pipelines with Reddit user metadata. Pay-per-call USDC pricing makes it suitable for low-volume or one-off lookups without subscription overhead.

## Known failure modes

- Username not found — 404 if the account does not exist or has been deleted
- Suspended accounts may return limited or no data
- Private/shadowbanned users may return empty results
- Rate limiting or payment failure returns 402 or 429
- Malformed username in path parameter causes 400 error

## 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 structured JSON with the Reddit user's public profile data including username, karma (link and comment karma), account creation date, trophy list, verified status, profile description, avatar URL, and recent post/comment activity metadata.

## 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-profile-api-fetcher-sh-640a5a8d/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)
