# httpay.xyz Web Search

> httpay.xyz Web Search is a paid API for AI agents from httpay.xyz, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns the top 10 web search results (title, URL, snippet) for any query, powered by Brave Search.

## Facts

- Endpoint: POST https://httpay.xyz/api/web-search
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/httpay-xyz-7d7586cb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UbR7bBaQ2bcLARfZoHffu

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 httpay-xyz-7d7586cb -d '<json body>'
```

Example prompt: Search the web for 'best practices for smart contract security in 2024' and show me the top 10 results with titles, URLs, and snippets.

## When to prefer this

Choose this endpoint when an AI agent needs to retrieve current, real-world web search results for any general query — especially when up-to-date information, news, or broad web coverage is needed. Prefer over static knowledge bases when freshness matters. At $0.01 USDC per call it is cost-effective for single queries.

## Known failure modes

- Empty or ambiguous query returns no results or low-quality matches
- Query triggers Brave Search content filters and returns limited results
- Network timeout or upstream Brave Search API unavailability returns an error
- Payment not processed correctly (x402 payment failure) results in 402 response

## How this service works

Web search — returns top 10 results (title, URL, snippet) for any query. Powered by Brave Search.

## Output

An array of up to 10 search results, each containing a title, URL, and a brief snippet/description of the page content, powered by Brave Search.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "description": "Web search — returns top 10 results (title, URL, snippet) for any query. Powered by Brave Search."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/httpay-xyz-7d7586cb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from httpay.xyz](https://www.zero.xyz/host/httpay.xyz/llms.txt)
