# Aviato Company Search via x402.orthogonal.com

> Aviato Company Search via x402.orthogonal.com is a paid API for AI agents from x402.orthogonal.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-13).

Search for companies using the Aviato DSL query language with filters, pagination, and result limits.

## Facts

- Endpoint: POST https://x402.orthogonal.com/aviato/company/search
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/aviato-company-search-via-x402-orthogonal-com-c85ce09b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_D5CBqoww0maiv43lWCB91

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 aviato-company-search-via-x402-orthogonal-com-c85ce09b -d '<json body>'
```

Example prompt: Search Aviato for up to 25 software companies in the United States that have raised Series B funding — start from the beginning of the results.

## When to prefer this

Use this endpoint when you need structured, filterable company search backed by Aviato's company database and want precise control over filters, result count, and pagination via a DSL query object. Prefer it over keyword-based search when you need multi-dimensional filtering (e.g. industry + location + funding stage simultaneously).

## Known failure modes

- Invalid DSL filter syntax returns an error or empty results
- Missing required dsl object in the request body causes a 400 error
- Offset beyond total result count returns an empty list
- Unsupported filter fields in the DSL may be silently ignored or cause errors
- Payment failure (x402) prevents the search from executing

## How this service works

Search for companies using Aviato DSL. Pass dsl object with filters, limit, and offset inside it.

## Output

Returns a list of company records matching the DSL query, including company attributes such as name, industry, location, funding stage, and other firmographic data, paginated according to the limit and offset provided.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "dsl": {
   "type": "object",
   "description": "DSL query object with filters array, limit, and offset inside"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/aviato-company-search-via-x402-orthogonal-com-c85ce09b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.orthogonal.com](https://www.zero.xyz/host/x402.orthogonal.com/llms.txt)
