# AmanChain Live Web Search

> AmanChain Live Web Search is a paid API for AI agents from preview-chat-c6089071-758a-449d-b4a7-6fa19ebc955c.space-z.ai, paid per call via x402, $0.004977/call, status unknown (last checked 2026-09-14).

Performs a live web search and returns ranked results with titles, URLs, and text snippets

## Facts

- Endpoint: POST https://preview-chat-c6089071-758a-449d-b4a7-6fa19ebc955c.space-z.ai/api/x402/aman-web-search
- Price: $0.004977/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/amanchain-live-web-search-f5764bcb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qjUP6Cc7WMdhuiDJtC3pJ

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 amanchain-live-web-search-f5764bcb -d '<json body>'
```

Example prompt: Search the web for the latest news about OpenAI's new model releases and give me the top results with titles, URLs, and summaries.

## When to prefer this

Choose this endpoint when you need live, up-to-date web search results — especially for current events, recent news, or any topic where freshness matters. It is pay-per-call with no API key required, making it ideal for agents that need occasional web access without a standing subscription. Prefer it over static knowledge bases when real-time web coverage is essential.

## Known failure modes

- Empty or malformed request string returns no results or an error
- serviceId mismatch (not 'aman-web-search') causes routing failure
- Payment failure via x402/USDC on Base blocks the call
- Rate limiting or node unavailability may cause transient errors
- Very niche or highly specific queries may return few or irrelevant results

## How this service works

Live Web Search: live web search with titles, URLs and snippets Executed deterministically by the AmanChain node against live consensus state (real blocks, pools, balances) — paid per call via x402, settled in USDC on Base. Input: JSON body {"serviceId":"aman-web-search","request":"<input>"}. No account, no API key.

## Output

Returns a ranked list of web search results, each containing a page title, a URL, and a short text snippet summarizing the content of that page. Results reflect the live state of the web at query time.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "body": {
     "type": "object"
    }
   }
  },
  "output": {
   "type": "object",
   "properties": {
    "example": {
     "type": "object",
     "example": {
      "ok": true
     }
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/amanchain-live-web-search-f5764bcb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from preview-chat-c6089071-758a-449d-b4a7-6fa19ebc955c.space-z.ai](https://www.zero.xyz/host/preview-chat-c6089071-758a-449d-b4a7-6fa19ebc955c.space-z.ai/llms.txt)
