# Reddit Subreddit Search API (fetcher.sh)

> Reddit Subreddit Search 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-16).

Searches Reddit subreddits by keyword query, returning matching communities with metadata, via a pay-per-call REST endpoint.

## Facts

- Endpoint: GET https://reddit.fetcher.sh/api/search/subreddit
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/reddit-subreddit-search-api-fetcher-sh-d03218de
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cIiZD-tcW-XVi3Vljy7Ox

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-subreddit-search-api-fetcher-sh-d03218de
```

Example prompt: Search Reddit for subreddits related to 'mechanical keyboards' and show me the top communities that come up.

## When to prefer this

Choose this endpoint when you need to discover Reddit communities by topic or keyword without managing OAuth credentials or a Reddit developer account. It is ideal for agents that need one-off or low-volume subreddit searches billed per call in USDC, with no subscription overhead. Prefer it over direct Reddit API access when avoiding credential management is a priority.

## Known failure modes

- Empty results if no subreddits match the query
- Payment failure if USDC balance is insufficient or x402 payment is rejected
- Rate limiting or throttling if too many requests are made in a short window
- Invalid or malformed query parameter returning a 400 error
- Reddit-side unavailability causing upstream errors

## 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 a list of subreddits matching the search query, including community names, descriptions, subscriber counts, and relevant metadata to help identify the most relevant Reddit communities for a given topic.

## 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/reddit-subreddit-search-api-fetcher-sh-d03218de/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)
