# fetcher.sh Reddit User Comments API

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

Fetches all public comments posted by a specific Reddit user, paid per call in USDC via x402.

## Facts

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

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-comments-api-abf3b960
```

Example prompt: Pull all the recent comments from Reddit user u/spez so I can analyze what topics they've been posting about lately.

## When to prefer this

Choose this endpoint when you need programmatic, no-account access to a Reddit user's comment history without OAuth or Reddit API credentials. Ideal for AI agents that need to analyze user activity, build profiles, or monitor Redditor behavior at $0.002 per call — far cheaper than managing Reddit API access. Prefer this over direct Reddit API calls when you want a simple, agent-friendly pay-per-use model with no subscription or setup.

## Known failure modes

- Username not found or account deleted — returns 404 or empty result
- User account is suspended or banned — no comments returned
- Private or shadow-banned account — limited or no data returned
- Rate limiting or Reddit anti-scraping blocks — may return error or partial data
- Invalid username format — request rejected
- Insufficient USDC balance or x402 payment failure — request blocked

## 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 public comments made by the specified Reddit user, including comment text, the subreddit and post each comment was made in, score/upvotes, timestamps, and comment IDs. Useful for profiling activity, sentiment analysis, or content moderation research.

## 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-comments-api-abf3b960/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)
