# ContactOut Domain Enrichment

> ContactOut Domain Enrichment is a paid API for AI agents from x402.orthogonal.com, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-15).

Enriches one or more company domain names with detailed company information via the ContactOut data network

## Facts

- Endpoint: POST https://x402.orthogonal.com/contactout/v1/domain/enrich
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/contactout-domain-enrichment-88051318
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_eGz90J5LI8bORWc5VVhVz

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 contactout-domain-enrichment-88051318 -d '<json body>'
```

Example prompt: Can you look up company information for these domains: stripe.com, twilio.com, and sendgrid.com? I need to know what companies are behind them.

## When to prefer this

Choose this endpoint when you need to enrich company domains with firmographic data, especially in B2B sales, marketing automation, or CRM workflows. It is particularly useful when you have a list of company websites and need to identify the organizations behind them. Prefer this over general web scraping when you want structured company data rather than raw HTML.

## Known failure modes

- Unknown or unrecognized domain returns empty or null result
- Invalid domain format causes validation error
- Domain belongs to a personal site or individual, not a company
- Rate limiting or quota exhaustion returns error
- Payment failure (x402) if USDC balance is insufficient

## How this service works

Get company information from domain names. | ERROR: Unable to calculate price.

## Output

Returns structured company information associated with the provided domain names, likely including company name, industry, size, location, and other firmographic details sourced from the ContactOut data network.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "domains": {
   "type": "array"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/contactout-domain-enrichment-88051318/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)
