# Orthogonal Lookalike Company Search

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

Find companies similar to a seed domain, with optional filters for company size and country, returning up to 10,000 results.

## Facts

- Endpoint: POST https://x402.orthogonal.com/findymail/api/lookalike/search
- Price: $0.07/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/orthogonal-lookalike-company-search-6b6d9c6c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RMiYt03dWxTO-teiAIISo

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-lookalike-company-search-6b6d9c6c -d '<json body>'
```

Example prompt: Find me up to 200 companies similar to stripe.com, but only ones in the same country and same size range — I want to use them for outreach.

## When to prefer this

Use this endpoint when you need to discover companies that are similar to a known seed domain for sales prospecting, competitive analysis, or market research. It is especially well-suited for building outbound lead lists from an ideal customer profile, and supports large result sets up to 10,000. Prefer this over keyword search when you have a specific reference company rather than a topic or keyword.

## Known failure modes

- Invalid or unresolvable seed domain returns an error
- Limit exceeding 10,000 is rejected
- Invalid exclusion list IDs may cause filtering errors or empty results
- Insufficient credits for the requested result size
- Seed domain with no known lookalikes returns an empty list

## How this service works

Find companies similar to a seed domain. 1 credit per 10 results (rounded up).

## Output

A list of company domains that are similar to the seed company, filtered optionally by size range and country. Results are paginated up to 10,000 companies, billed at 1 credit per 10 results (rounded up).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "seed": {
   "type": "string",
   "description": "Seed company domain or URL"
  },
  "limit": {
   "type": "integer",
   "description": "Max companies (default 100, max 10000)"
  },
  "same_size": {
   "type": "boolean",
   "description": "Only same size range as seed (default false)"
  },
  "same_country": {
   "type": "boolean",
   "description": "Only same country as seed (default false)"
  },
  "exclusion_list_ids": {
   "type": "array",
   "description": "Exclusion list IDs to filter out known companies"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/orthogonal-lookalike-company-search-6b6d9c6c/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)
