Find companies similar to a reference company.
company_identifier (required): Company domain or UUID.filters (optional): JSON string to narrow results.offset (optional): Pagination offset.limit (optional): Page size.filters narrow the result set, but the seed company still determines what “similar” means.results with company candidates. Reuse results[].domain or results[].id in follow-up workflows.
401 UnauthorizedAuthorization: Bearer ${EXTRUCT_API_TOKEN}.
404 Not Foundresults[].domain) or a valid UUID.
422 Unprocessable Entityfilters JSON. Validate before sending:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Reference company UUID or domain.
JSON string of SearchFilters. Supported keys only: include.size/country/city, exclude.size/country/city, range.founded.min/max.