# minia2a x402-search

> minia2a x402-search is a paid API for AI agents from minia2a.uk, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Performs a web or data search query via the x402 micropayment-gated search endpoint

## Facts

- Endpoint: GET https://minia2a.uk/x402/search
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/minia2a-x402-search-3695c633
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gCuAF-tun7RxuypVkibBf

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 minia2a-x402-search-3695c633
```

Example prompt: Search for 'best open-source LLMs in 2024' using the minia2a x402 search service and return the top results.

## When to prefer this

Choose this endpoint when you need a micropayment-gated, programmatic search capability accessible via the x402 payment protocol, especially in agent workflows already integrated with x402 payments. Prefer over free alternatives when you need reliable per-call billing or are operating within the minia2a ecosystem alongside sibling services like x402-recall or x402-store.

## Known failure modes

- Missing required 'input' field returns a 400 validation error
- Invalid or malformed query parameters may return empty results
- Payment failure or insufficient USDC balance returns a 402 Payment Required error
- Rate limiting may occur with repeated rapid calls
- Service unavailability returns a 5xx error

## How this service works

minia2a service: x402-search

## Output

Returns search results relevant to the submitted query, likely including titles, snippets, or URLs matching the search terms, depending on the service's response schema.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "type": {
     "type": "string"
    },
    "method": {
     "type": "string"
    },
    "bodyType": {
     "type": "string"
    },
    "queryParams": {
     "type": "object"
    }
   }
  },
  "output": {
   "type": "object",
   "properties": {
    "type": {
     "type": "string"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/minia2a-x402-search-3695c633/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from minia2a.uk](https://www.zero.xyz/host/minia2a.uk/llms.txt)
