# Search Multiple Companies Search for multiple companies in a single request. Provide a list of companies with identifiers like domain names or company IDs. Endpoint: POST /v2/company Version: 2.0.0 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, required) The domain name associated with the company Example: "lusha.com" - `companies.fqdn` (string, required) The Fully Qualified Domain Name (FQDN) of the company. - `companies.name` (string, required) The name of the company Example: "Lusha" - `companies.companyId` (string, required) 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 200 fields (application/json): - `1` (object, required) A map of companies keyed by ID string. - `1.id` (number, required) A unique identifier for the Lusha company. Example: 33222678 - `1.name` (string, required) The name of the company. Example: "Lusha" - `1.companySize` (array, required) The size range of the company, based on number of employees. Example: [201,500] - `1.revenueRange` (array, required) The company's revenue range. Example: [10000000,50000000] - `1.fqdn` (string, required) The Fully Qualified Domain Name (FQDN) of the company. Example: "www.lusha.com" - `1.founded` (string, required) The date the company was founded. Example: "2016" - `1.description` (string, required) A brief description of the company. Example: "Lusha is the sales intelligence platform..." - `1.logoUrl` (string, required) The URL of the company's logo. Example: "https://logo.lusha.co/brightdata/year=2024/month=05/day=03/j_lvq47h0g13te1b3wpu.e7b0795e7affc9953dadd43e6fce99a2c5260043.file_lvq4cfwv17kcb9m4ej.logo_cached.jpg" - `1.city` (string, required) The city where the company is located. Example: "Boston" - `1.state` (string, required) The state where the company is located. Example: "Massachusetts" - `1.country` (string, required) The country where the company is located. Example: "United States" - `1.countryIso2` (string, required) The 2-letter ISO country code. Example: "US" - `1.continent` (string, required) The continent where the company is located. Example: "North America" - `1.rawLocation` (string, required) The detailed address. Example: "800 Boylston St, Suite 1410, Boston, MA 02199, US" - `1.linkedin` (string, required) LinkedIn profile URL. Example: "https://www.linkedin.com/company/lushadata" - `1.crunchbase` (string, required) Crunchbase profile URL. Example: "https://www.crunchbase.com/organization/lusha" - `1.industryTags` (array, required) LinkedIn industry tags. Example: ["Sales Intelligence","Lead Generation"] - `1.specialities` (array, required) LinkedIn specialties. Example: ["lead gen","sales enablement"] - `1.industryPrimaryGroupDetails` (object, required) SIC and NAICS classification. - `1.industryPrimaryGroupDetails.sics` (array, required) - `1.industryPrimaryGroupDetails.sics.sic` (number, required) Example: 1234 - `1.industryPrimaryGroupDetails.sics.description` (string, required) Example: "Software Publishing" - `1.industryPrimaryGroupDetails.naics` (array, required) - `1.funding` (object, required) Details about company funding. - `1.funding.rounds` (array, required) List of funding rounds - `1.funding.rounds.currency` (string, required) Currency of the funding round Example: "USD" - `1.funding.rounds.roundAmount` (number, required) Amount raised in the round Example: 205000000 - `1.funding.rounds.roundType` (string, required) Type of funding round Example: "Private Equity Round" - `1.funding.rounds.roundDate` (string, required) Date of the funding round Example: "Nov 10, 2021" - `1.funding.totalRounds` (number, required) Total number of rounds Example: 2 - `1.funding.totalRoundsAmount` (number, required) Total amount raised across all rounds Example: 245000000 - `1.funding.currency` (string, required) Currency used Example: "USD" - `1.funding.isIpo` (boolean, required) Whether the company has gone public - `1.funding.lastRoundType` (string, required) Type of the last funding round Example: "Private Equity Round" - `1.funding.lastRoundAmount` (number, required) Amount of the last funding round Example: 205000000 - `1.funding.lastRoundDate` (string, required) Date of the last funding round Example: "Nov 10, 2021" - `1.intent` (object, required) Detected topics of interest based on behavior. - `1.intent.detectedTopics` (array, required) Detected intent topics - `1.intent.detectedTopics.topicName` (string, required) Name of the intent topic Example: "Remote Sales" - `1.intent.detectedTopics.metadata` (object, required) - `1.intent.detectedTopics.metadata.topicScore` (number, required) Relevance score for the intent topic Example: 83 - `1.intent.detectedTopics.metadata.topicTrend` (string, required) Trend of the topic (e.g., +1, -5, New) Example: "-5" - `1.intent.topicCount` (number, required) Number of topics detected Example: 6 - `1.technologies` (array, required) Technologies used by the company. - `1.technologies.name` (string, required) Technology name used by the company Example: "salesforce" - `1.mainIndustry` (string, required) The primary industry sector in which the company operates. Example: "Technology, Information & Media" - `1.subIndustry` (string, required) The specific sub-sector within the primary industry. Example: "Software Development" - `1.twitter` (string, required) The Twitter handle of the company. Example: "https://twitter.com/lusha" - `1.facebook` (string, required) The Facebook handle of the company. Example: "https://www.facebook.com/lusha" ## Response 400 fields ## Response 401 fields ## Response 429 fields ## Response 500 fields