# Company Identity from Domain

> Company Identity from Domain is a paid API for AI agents from gateway.apiosk.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Resolves a bare domain name to its associated company name, with a confidence score and source attribution.

## Facts

- Endpoint: POST https://gateway.apiosk.com/company-identity/company-from-domain
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/company-identity-from-domain-bdf31d07
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tS-7KDBwtaxM30jhcQHDo

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 company-identity-from-domain-bdf31d07 -d '<json body>'
```

Example prompt: Can you look up what company is behind the domain stripe.com and tell me how confident you are in the result?

## When to prefer this

Use this endpoint when you have a bare domain and need to identify the company behind it for lead enrichment, CRM population, or prospect research. Prefer this over manual web scraping or general-purpose search when you need a structured, machine-readable company name with confidence scoring.

## Known failure modes

- Domain not found or unresolvable returns low confidence or null company name
- Malformed domain input may return an error or empty result
- Generic or parked domains may resolve with very low confidence scores
- Subdomain passed instead of bare domain may reduce match accuracy

## How this service works

Fetch a domain's homepage and derive a likely company name (og:site_name > title > meta description), with generic suffixes like " - Home" / " | Official Website" stripped. Returns company_name null with confidence 0 when nothing usable is found (still HTTP 200).

## Output

Returns a JSON object with the input domain, the resolved company name (e.g. 'TomTom'), a confidence score (0-1 float), and the source used to determine the company name (e.g. 'website_title').

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/company-identity-from-domain-bdf31d07/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from gateway.apiosk.com](https://www.zero.xyz/host/gateway.apiosk.com/llms.txt)
