# Search Single Company Find detailed information about a single company using domain name, company name, or company ID. Note: At least one of domain, company, or companyId is required. Endpoint: GET /v2/company Version: 2.0.0 Security: ApiKeyAuth ## Query parameters: - `domain` (string) The domain name associated with the company Example: "example.com" - `company` (string) The name of the company Example: "Lusha" - `companyId` (string) A unique identifier for a Lusha company. Note: Values may be removed or merged. This field is intended for deprecation in the future. Example: "1234567890" ## Response 200 fields (application/json): - `data` (object, required) - `data.id` (number, required) A unique identifier for the Lusha company. Example: 123 - `data.description` (string, required) A brief description of the company. Example: "Lusha is the sales intelligence platform designed to help businesses get their next customers." - `data.domain` (string, required) The domain name associated with the company's email addresses. Example: "lusha.com" - `data.employees` (string, required) The company's employee size range. Example: "201 - 500" - `data.founded` (string, required) The year the company was founded. Example: "August 1, 2011" - `data.fqdn` (string, required) The fully qualified domain name of the company. Example: "www.lusha.com" - `data.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" - `data.name` (string, required) The name of the company. Example: "Lusha" - `data.revenueRange` (array, required) The company's revenue range. Example: [1000000,10000000] - `data.mainIndustry` (string, required) The main industry of the company. Example: "Technology" - `data.subIndustry` (string, required) The specific sub-sector within the primary industry. Example: "Software" - `data.social` (object, required) Social media links associated with the company. - `data.social.crunchbase` (object, required) - `data.social.crunchbase.url` (string, required) Example: "https://crunchbase.com/company/lusha" - `data.social.linkedin` (object, required) - `data.address` (string, required) The full address of the company's location. Example: "North America United States Boston 800 Boylston St , Suite 1410 , Boston, Massachusetts 02199, US Massachusetts US MA -71.05976867675781,42.358428955078125 " - `data.location` (object, required) An object containing the company's location details. - `data.location.city` (string, required) Example: "Anytown" - `data.location.country` (string, required) Example: "USA" - `data.location.fullLocation` (string, required) Example: "123 Main St, Anytown, USA" - `data.location.state` (string, required) Example: "CA" - `data.location.stateCode` (string, required) Example: "CA" - `data.location.countryIso2` (string, required) Example: "US" - `data.location.rawLocation` (string, required) Example: "123 Main St, Anytown, USA" - `data.categories` (array, required) LinkedIn industry tags for the company. Example: ["Technology","Software"] - `data.industryPrimaryGroupDetails` (object, required) - `data.industryPrimaryGroupDetails.sics` (array, required) - `data.industryPrimaryGroupDetails.sics.sic` (number, required) Example: 1234 - `data.industryPrimaryGroupDetails.sics.description` (string, required) Example: "Software Publishing" - `data.industryPrimaryGroupDetails.naics` (array, required) - `data.website` (string, required) The company's website URL. Example: "https://lusha.com" - `data.specialities` (array, required) LinkedIn specialties tags associated with the company. Example: ["Sales","Marketing"] - `data.funding` (object, required) Details regarding the company's funding activities. - `data.funding.rounds` (array, required) List of funding rounds - `data.funding.rounds.currency` (string, required) Currency of the funding round Example: "USD" - `data.funding.rounds.roundAmount` (number, required) Amount raised in the round Example: 205000000 - `data.funding.rounds.roundType` (string, required) Type of funding round Example: "Private Equity Round" - `data.funding.rounds.roundDate` (string, required) Date of the funding round Example: "Nov 10, 2021" - `data.funding.totalRounds` (number, required) Total number of rounds Example: 2 - `data.funding.totalRoundsAmount` (number, required) Total amount raised across all rounds Example: 245000000 - `data.funding.currency` (string, required) Currency used Example: "USD" - `data.funding.isIpo` (boolean, required) Whether the company has gone public - `data.funding.lastRoundType` (string, required) Type of the last funding round Example: "Private Equity Round" - `data.funding.lastRoundAmount` (number, required) Amount of the last funding round Example: 205000000 - `data.funding.lastRoundDate` (string, required) Date of the last funding round Example: "Nov 10, 2021" - `data.intent` (object, required) A list of detected intent topics related to the company based on your account's mapped topics. - `data.intent.detectedTopics` (array, required) Detected intent topics - `data.intent.detectedTopics.topicName` (string, required) Name of the intent topic Example: "Remote Sales" - `data.intent.detectedTopics.metadata` (object, required) - `data.intent.detectedTopics.metadata.topicScore` (number, required) Relevance score for the intent topic Example: 83 - `data.intent.detectedTopics.metadata.topicTrend` (string, required) Trend of the topic (e.g., +1, -5, New) Example: "-5" - `data.intent.topicCount` (number, required) Number of topics detected Example: 6 - `data.technologies` (array, required) A list of technologies associated with the company. - `data.technologies.name` (string, required) Technology name used by the company Example: "salesforce" - `errors` (object, required) - `errors.message` (string, required) Example: "Something went wrong" - `meta` (object, required) Currently returns an empty value; this field should be deprecated in future releases. Example: {} ## Response 400 fields ## Response 401 fields ## Response 404 fields ## Response 429 fields ## Response 500 fields