# CrustData Company Search via Auor

> CrustData Company Search via Auor is a paid API for AI agents from api.auor.io, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Search for companies using the CrustData API with extensive filters including industry, location, size, funding, and more.

## Facts

- Endpoint: POST https://api.auor.io/crustdata/v1/companies/search
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/crustdata-company-search-via-auor-86b8724a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KvdjYFUZgDbsy2A2b7LuF

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 crustdata-company-search-via-auor-86b8724a -d '<json body>'
```

Example prompt: Search CrustData for SaaS companies in the United States with 50 to 500 employees that have raised Series A or Series B funding in the last two years.

## When to prefer this

Choose this endpoint when you need to search and filter companies using rich firmographic criteria such as industry, geography, size, funding stage, or revenue. It is backed by CrustData's structured company dataset and is ideal for B2B prospecting, competitive analysis, and market research. Prefer this over general web search when you need structured, filterable company data rather than unstructured text results.

## Known failure modes

- Invalid or missing required filter parameters returns a 400 error
- No companies match the given filters, returning an empty result set
- Payment failure via x402 protocol if USDC balance is insufficient
- Rate limiting if too many requests are made in a short period
- Overly broad filters may return truncated or paginated results

## How this service works

Search for companies using the CrustData API with extensive filters.

## Output

Returns a list of company profiles matching the specified filters, including firmographic details such as company name, industry, location, employee count, funding information, revenue estimates, and other metadata available through the CrustData dataset.

## 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": {
     "enum": [
      "POST"
     ],
     "type": "string"
    },
    "queryParams": {
     "$ref": "https://api.auor.io/schemas/crustdata/v1/companies/search/input.json",
     "type": "object",
     "$schema": "https://json-schema.org/draft/2020-12/schema"
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/crustdata-company-search-via-auor-86b8724a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.auor.io](https://www.zero.xyz/host/api.auor.io/llms.txt)
