Bulk get similar companies by ID
Companies
Bulk get similar companies by ID
Find lookalike companies for up to 50 seed companies in a single request. This is the bulk counterpart to GET /companies/{companyId}/similar — pass a list of seed company IDs and get back the similar company IDs for each.
Each result pairs a seed company_id with the similar_company_ids matched for it (which may be empty). Unknown seed IDs are omitted; the response order is not guaranteed.
This endpoint uses 1 credit per resolved seed company returned.
POST
Bulk get similar companies by ID
Authorizations
Body
application/json
External Specter company IDs to find lookalikes for.
Required array length:
1 - 50 elementsOptional growth-stage filter applied to all seeds.
Maximum number of similar companies returned per seed.
Required range:
1 <= x <= 100