# fetcher.sh Reddit User Search

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

Search Reddit posts and content by username, returning results for a specific Reddit user

## Facts

- Endpoint: GET https://fetcher.sh/api/reddit/search/user
- 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-search-4f966618
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JILOaKUR39eWR140wTmu4

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-search-4f966618
```

Example prompt: Can you search Reddit and show me recent posts made by the user u/spez?

## When to prefer this

Use this endpoint when you need to retrieve or search Reddit posts attributed to a specific user account without authenticating with Reddit's official API, managing OAuth tokens, or creating a Reddit developer account. It is ideal for AI agents doing quick user research, content monitoring, or due diligence on a Reddit username at low cost ($0.002/call) with no subscription required.

## Known failure modes

- Username does not exist on Reddit — returns empty results or 404-equivalent
- User account is suspended or deleted — no posts returned
- Reddit rate limiting or blocking causes scrape failure
- Private or restricted subreddit posts may not be included
- Payment of 0.002 USDC not fulfilled — request blocked with 402 response
- Missing or malformed username parameter — request 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 a list of Reddit posts and submissions associated with the specified username, including post titles, subreddit names, URLs, upvote scores, timestamps, and post metadata scraped from Reddit's public interface.

## Request schema (JSON Schema)

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

## More

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