# Search Multiple Companies Search for multiple companies in a single request. Provide a list of companies with identifiers like domain names or company IDs. : Up to 25 requests per second. You can process up to 100 companies per request. Endpoint: POST /v2/company Security: ApiKeyAuth ## Request fields (application/json): - `companies` (array, required) The list of companies to search - `companies.id` (string, required) A unique sequential ID associated with each company. This ID is used to correlate the provided company object with the API response Example: "1" - `companies.domain` (string) The domain name associated with the company Example: "lusha.com" - `companies.fqdn` (string) The Fully Qualified Domain Name (FQDN) of the company. - `companies.name` (string) The name of the company Example: "Lusha" - `companies.companyId` (string) A unique identifier for a Lusha company. Note: Values may be removed or merged. No management system exists to log historical changes for companyId. This field is intended for deprecation in the future. Example: "1234567890" ## Response 400 fields (application/json): - `error` (object, required) - `error.code` (integer, required) HTTP status code - `error.message` (string, required) Error message ## Response 401 fields (application/json): - `error` (object, required) - `error.code` (integer, required) HTTP status code - `error.message` (string, required) Error message ## Response 429 fields (application/json): - `error` (object, required) - `error.code` (integer, required) HTTP status code - `error.message` (string, required) Error message ## Response 500 fields (application/json): - `error` (object, required) - `error.code` (integer, required) HTTP status code - `error.message` (string, required) Error message