Get similar companies (bulk)
Companies
Get similar companies (bulk)
Find companies similar to each of up to 50 companies in one request, the bulk counterpart to Get similar companies. Pass a list of company IDs and get back the similar company IDs for each.
Costs 1 credit per resolved company returned.
What you need
Up to 50 seed companyIds (get them with Find company ID or Search company name).
Behaviour
- Each result pairs a company ID you passed with its
similar_company_ids(which may be empty). - Unknown company IDs are omitted, and the response order isn’t guaranteed.
- Filter all input companies by growth stage with the optional
growth_stageparameter. limit_per_seedcaps the number of similar companies per input company (default 10, max 100).
What you do next
- Profile the lookalikes. Follow each returned
idto Get company by ID. - Compare with direct competitors. Pull a ranked set rather than algorithmic similarity with Get company competitors.
- For a single seed. To find lookalikes for one company, use Get similar companies.
POST
Get similar companies (bulk)
Authorizations
Body
application/json
Specter company IDs to find lookalikes for.
Required array length:
1 - 50 elementsOptional growth-stage filter applied to all companies. Accepts the same stages as Get similar companies.
Maximum number of similar companies returned per input company.
Required range:
1 <= x <= 100