# Reddit Post Search API — fetcher.sh

> Reddit Post 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-15).

Search Reddit posts by keyword query and return matching post results via a pay-per-call REST endpoint.

## Facts

- Endpoint: GET https://reddit.fetcher.sh/api/search/post
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/reddit-post-search-api-fetcher-sh-906e4570
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3Fr6LsoyZRfpO9zQ98JcW

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-post-search-api-fetcher-sh-906e4570
```

Example prompt: Search Reddit for posts about 'AI agents in production' and give me the top results including titles, subreddits, scores, and links.

## When to prefer this

Choose this endpoint when you need to search Reddit post content programmatically without OAuth credentials, a Reddit developer account, or a subscription. Ideal for agents that need lightweight, per-call Reddit search access paid in crypto (USDC). Prefer over the official Reddit API when you want to avoid account setup overhead or need a simple pay-as-you-go pricing model.

## Known failure modes

- Missing or empty query parameter returns an error or empty result set
- Reddit rate limiting or downtime causes upstream failures
- Very niche queries with no matching posts return empty arrays
- Invalid subreddit filter returns no results
- Payment failure (insufficient USDC balance) blocks the request with a 402 response

## 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 Reddit posts matching the search query, each including post title, URL, subreddit, author, upvote score, comment count, post ID, and creation timestamp.

## 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-post-search-api-fetcher-sh-906e4570/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)
