v3

latestOpenAPI 3.1.02026-07-318648277.6 KB
Company Data

Company Lookalike

Find similar companies from a seed domain or description with full company output. Costs 5 credits when one or more lookalikes are returned; free when empty. Common aliases (domain, website, company_website, name) and misspellings (companny_domain, limmit, …) are accepted and remapped. preview: true is chatbot-UI only — API keys receive 400.

post/v3/companies/lookalike

Request body

company_domainstring

Seed company domain. Aliases include domain, website, company_website, seed.domain. Typos like companny_domain are remapped.

domainstring

Alias for company_domain.

websitestring

Seed website URL or domain.

company_websitestring

Alias for website.

company_namestring

Seed company name used as text intent when no domain is supplied.

namestring

Alias for company_name.

descriptionstring

Free-text seed description.

company_descriptionstring

Alias for description.

seedobject

Optional seed object. Prefer seed.domain.

company_filtersobject

Same full company filter family as Company Search. Alias filters.

filtersobject

Alias for company_filters.

previewboolean

Free preview — chatbot UI only. API/MCP clients receive 400.

limitinteger

Page size. Typos like limmit are remapped.

offsetinteger

Example request

{
  "company_domain": "leadmagic.io"
}

Response

Company lookalike results (flat JSON body — not wrapped in data)

messagestring required
credits_consumednumber required

Flat 5 when results returned; 0 when empty

countinteger required
returned_countinteger required
limit_appliedinteger
offsetinteger
interpreted_searchobject

Normalized seed and company_filters used for the query

Example response

{
  "message": "Lookalike companies found",
  "credits_consumed": 5,
  "count": 5,
  "returned_count": 5,
  "limit_applied": 25,
  "metadata": {
    "query_name": "company_lookalike_v3",
    "query_path": "lookalike"
  }
}