# Hyperbrowser Web Search

> Hyperbrowser Web Search is a paid API for AI agents from api.hyperbrowser.ai, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Performs a web search and returns structured results via POST request

## Facts

- Endpoint: POST https://api.hyperbrowser.ai/x402/web/search
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/hyperbrowser-web-search-1c0dccf6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qG83i555VPVeFbxlQQys5

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 hyperbrowser-web-search-1c0dccf6 -d '<json body>'
```

Example prompt: Search the web for the latest news about OpenAI's GPT-5 release and give me the top results with titles and URLs.

## When to prefer this

Choose this endpoint when you need structured, machine-readable web search results with predictable output format for agent pipelines. Prefer it over raw browser fetching (the sibling fetch endpoint) when you want ranked multi-result discovery rather than scraping a single known URL. Best for real-time information retrieval, news lookup, competitive research, and fact-finding tasks where freshness and breadth matter.

## Known failure modes

- Empty or irrelevant results for very niche or ambiguous queries
- Rate limiting or quota exceeded errors for high-frequency use
- Malformed query string causing a 400 bad request
- Payment failure if USDC balance is insufficient (x402 protocol)
- Timeout if search backend is slow or overloaded
- Results may be stale if search index has not been recently updated

## How this service works

Web search with structured results

## Output

Structured search results including page titles, URLs, snippets/descriptions, and potentially metadata such as source domain and relevance ranking for each matching web page.

## More

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