# ScriptMasterLabs ACP x402 Web Search

> ScriptMasterLabs ACP x402 Web Search is a paid API for AI agents from acp-x402-discovery.onrender.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Performs a pay-per-call web search query, returning results settled in USDC on Base via the x402 micropayment protocol.

## Facts

- Endpoint: GET https://acp-x402-discovery.onrender.com/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/scriptmasterlabs-acp-x402-web-search-291d621e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tzxXC_w8LsiWQ6jl3TvqY

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 scriptmasterlabs-acp-x402-web-search-291d621e
```

Example prompt: Search the web for 'x402 micropayments Base chain' and return the top 5 results.

## When to prefer this

Choose this endpoint when you need a pay-per-call web search with crypto micropayment settlement via x402 on Base, and want to avoid subscription-based search APIs. It is particularly suited for AI agents that already operate in the x402 ecosystem and need lightweight, per-query web search without committing to a traditional API key or monthly plan.

## Known failure modes

- Missing required 'q' query parameter results in an error or empty results
- Payment failure or insufficient USDC balance causes a 402 Payment Required response
- Network or upstream search provider outage returns a 5xx error
- Invalid 'type' or 'method' fields in the input object cause request rejection
- Result count exceeds available results, returning fewer items than requested

## How this service works

Pay-per-call crypto, RWA, federal, SEC, and compliance APIs. Settled in USDC on Base via x402. Hyphen routes only (e.g. /x402/rwa-aggregates, /x402/gas-tracker).

## Output

Returns a list of web search results matching the query, including titles, URLs, and snippets, up to the specified limit (default 8). The response schema is minimal and the exact structure may vary.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "q": {
       "type": "string",
       "example": "x402 micropayments"
      },
      "limit": {
       "type": "integer",
       "default": 8,
       "example": 8
      }
     }
    }
   }
  },
  "output": {
   "properties": {
    "example": {}
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/scriptmasterlabs-acp-x402-web-search-291d621e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from acp-x402-discovery.onrender.com](https://www.zero.xyz/host/acp-x402-discovery.onrender.com/llms.txt)
