# Wuzzy Search

> Wuzzy Search is a paid API for AI agents from api.wuzzy.io, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).

Executes a single web search query and returns results with onchain provenance recorded via x402 payment protocol

## Facts

- Endpoint: POST https://api.wuzzy.io/search
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/wuzzy-search-e695b8c1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XZXDV0gyxisEdRQjddYj8

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 wuzzy-search-e695b8c1 -d '<json body>'
```

Example prompt: Search Wuzzy for 'best open-source LLM frameworks 2024' and bring back the top results with their provenance.

## When to prefer this

Choose Wuzzy Search when your agent needs web search results with cryptographically verifiable onchain provenance — particularly in agentic or autonomous workflows where auditability and trustless verification of data sourcing matters. Prefer it over unverified search APIs when downstream consumers need to confirm that a query was actually made and paid for. Best suited for single-query lookups at low cost ($0.01 USDC per call) rather than bulk or batch search operations.

## Known failure modes

- Payment failure — insufficient USDC balance or x402 payment not accepted, resulting in 402 Payment Required
- Empty results — query returns no matching web pages
- Invalid query — malformed or empty search string returns an error
- Rate limiting — too many requests in a short period
- Service unavailability — 5xx errors if the underlying search infrastructure is down

## How this service works

One Wuzzy search query with onchain provenance

## Output

Returns a list of web search results for the given query, each with URLs, titles, and snippets, along with onchain provenance data recorded via the x402 payment protocol confirming the query was executed and paid for.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/wuzzy-search-e695b8c1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.wuzzy.io](https://www.zero.xyz/host/api.wuzzy.io/llms.txt)
