# Leadsforge Lookalike Company Search

> Leadsforge Lookalike Company Search 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-14).

Search for companies similar to a given set of domains, with pagination and filters for location, category, funding stage, and employee count.

## Facts

- Endpoint: POST https://x402.orthogonal.com/leadsforge/lookalikes/search
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/leadsforge-lookalike-company-search-999c6b89
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_z-KVqcmak6w9vprHxI4BM

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 leadsforge-lookalike-company-search-999c6b89 -d '<json body>'
```

Example prompt: Find me 20 companies similar to stripe.com and shopify.com — filter for Series A or Series B companies in the US with between 50 and 500 employees, and show me the first page of results.

## When to prefer this

Use this endpoint when you need to discover companies that resemble a known set of seed companies — ideal for building prospect lists, doing competitive research, or finding TAM segments. It is preferable over keyword search when you have existing company domains and want structurally similar companies rather than keyword matches, and when you need filtering by geography, company size, funding stage, or category.

## Known failure modes

- Invalid or unresolvable domain in the domains array returns an empty or partial result set
- Unsupported location, category, or funding stage filter values may return an error or be ignored
- Exceeding page size limits may return a validation error
- No lookalikes found for niche domains returns an empty results array
- Payment failure (x402 protocol) prevents the call from completing

## How this service works

Search for lookalike companies with pagination and filtering. | ERROR: Unable to calculate price.

## Output

A paginated list of companies that are similar to the provided seed domains, including company profiles and metadata, along with pagination information indicating total results and current page.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "page": {
   "type": "number",
   "description": "Page number"
  },
  "domains": {
   "type": "array",
   "description": "Array of company domains to find lookalikes for"
  },
  "pageSize": {
   "type": "number",
   "description": "Page size"
  },
  "locations": {
   "type": "array",
   "description": "Location filter (array of objects with id and type)"
  },
  "categories": {
   "type": "array",
   "description": "Category filter"
  },
  "fundingStages": {
   "type": "array",
   "description": "Funding stage filter"
  },
  "employeeRanges": {
   "type": "array",
   "description": "Employee range filter"
  }
 }
}
```

## More

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