# Company Enrichment by Domain (Abstract API via x402.orthogonal.com)

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

Returns detailed company information—name, logo, headcount, location, industry, and more—given a domain name.

## Facts

- Endpoint: GET https://x402.orthogonal.com/abstractapi/v2
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/company-enrichment-by-domain-abstract-api-via-x402-orthogonal-com-bdf048a0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zdiX9fYDjqlDZO2SWWsYf

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-enrichment-by-domain-abstract-api-via-x402-orthogonal-com-bdf048a0
```

Example prompt: Can you look up company details for stripe.com — I need their industry, headcount, location, and logo?

## When to prefer this

Use this endpoint when you have a company's domain name and need structured firmographic data (name, size, location, industry) without scraping their website. It is ideal for lead enrichment workflows, competitive intelligence, and CRM population tasks. Prefer this over web scraping when you need structured, normalized company-level metadata quickly and cheaply at $0.003 per call.

## Known failure modes

- Domain not found or unrecognized — returns empty or null fields
- Invalid domain format — returns an error or empty response
- Domain belongs to a personal site or parked page with no company data — minimal results returned
- Rate limit or payment failure — request rejected with 402 or 429 error
- Private/obscure companies may have incomplete or missing headcount/industry data

## How this service works

Get detailed company information from a domain including name, logo, headcount, location, industry, and more.

## Output

A structured company profile including the company name, logo URL, estimated employee headcount, headquarters location (city, country), industry category, and potentially other firmographic details such as founding year, LinkedIn URL, and company description.

## 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": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "domain": {
       "type": "string",
       "description": "The domain to enrich (e.g. google.com)"
      }
     }
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/company-enrichment-by-domain-abstract-api-via-x402-orthogonal-com-bdf048a0/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)
