# Orthogonal Company Lookalikes

> Orthogonal Company Lookalikes is a paid API for AI agents from x402.orthogonal.com, paid per call via x402, $1.5/call, status unknown (last checked 2026-09-16).

Finds up to 10 companies similar to a list of provided company domains, delivering results asynchronously via webhook.

## Facts

- Endpoint: POST https://x402.orthogonal.com/bytemine/v1/company-lookalikes
- Price: $1.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/orthogonal-company-lookalikes-96eefe9f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_H1BMnFsWmJC8qDu8yOpn1

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 orthogonal-company-lookalikes-96eefe9f -d '<json body>'
```

Example prompt: Find me companies similar to stripe.com and plaid.com — filter to fintech companies in the US — and send the results to https://mywebhook.example.com/lookalikes when done.

## When to prefer this

Choose this endpoint when you need to discover companies that are similar to a known set of company domains — ideal for expanding prospect lists, finding competitive peers, or building lookalike audiences for ABM campaigns. Best suited for batch, asynchronous workflows where a webhook can receive results. Prefer this over manual research or generic search when firmographic similarity across industry and geography is needed at scale.

## Known failure modes

- Webhook URL not provided or unreachable — results cannot be delivered
- More than 10 domains submitted — request rejected
- Invalid or malformed domain inputs
- Webhook delivery failure if target server is down when results are ready
- Insufficient credits (50 credits per run required)
- Filters reference unsupported industry or region values

## How this service works

Find companies similar to provided domains (max 10). Returns job_id immediately. Provide a webhook_url to receive results when complete (required, as job polling is not available through this API). 50 credits per run.

## Output

Returns a job_id immediately upon submission. When processing is complete, the endpoint delivers to the specified webhook_url a list of companies similar to the provided domains, likely including company names, domains, and relevant firmographic details. Results are not available via polling — webhook receipt is required.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "domains": {
   "type": "array",
   "description": "Company domains to find lookalikes for (max 10)"
  },
  "filters": {
   "type": "object",
   "description": "Optional filters: {industry: string[], state: string[], country: string}"
  },
  "webhook_url": {
   "type": "string",
   "description": "URL for async result delivery"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/orthogonal-company-lookalikes-96eefe9f/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)
