# Search Single Company Find detailed information about a single company using domain name, company name, or company ID. : At least one of , , or is required. Endpoint: GET /v2/company 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. : Values may be removed or merged. This field is intended for deprecation in the future. Example: "1234567890" ## Response 200 fields (application/json): - `data` (object) - `data.id` (number, required) A unique identifier for the Lusha company. Example: 123 - `data.description` (string) A brief description of the company. Example: "Lusha is the sales intelligence platform designed to help businesses get their next customers." - `data.domain` (string) The domain name associated with the company's email addresses. Example: "lusha.com" - `data.employees` (string) The company's employee size range. Example: "201 - 500" - `data.founded` (string) The year the company was founded. Example: "August 1, 2011" - `data.fqdn` (string) The fully qualified domain name of the company. Example: "www.lusha.com" - `data.logoUrl` (string) The URL of the company's logo. Example: "https://logo.lusha.co/logo.jpg" - `data.name` (string, required) The name of the company. Example: "Lusha" - `data.revenueRange` (array) The company's revenue range. Example: [1000000,10000000] - `data.mainIndustry` (string) The main industry of the company. Example: "Technology" - `data.subIndustry` (string) The specific sub-sector within the primary industry. Example: "Software" - `data.social` (object) - `data.social.crunchbase` (object) - `data.social.crunchbase.url` (string, required) Example: "https://crunchbase.com/company/lusha" - `data.social.linkedin` (object) - `data.address` (string) 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) - `data.location.city` (string) Example: "Anytown" - `data.location.country` (string) Example: "USA" - `data.location.fullLocation` (string) Example: "123 Main St, Anytown, USA" - `data.location.state` (string) Example: "CA" - `data.location.stateCode` (string) Example: "CA" - `data.location.countryIso2` (string) Example: "US" - `data.location.rawLocation` (string) Example: "123 Main St, Anytown, USA" - `data.categories` (array) LinkedIn industry tags for the company. Example: ["Technology","Software"] - `data.industryPrimaryGroupDetails` (object) - `data.industryPrimaryGroupDetails.sicsCodes` (array) - `data.industryPrimaryGroupDetails.sicsCodes.description` (string, required) Example: "Software Publishing" - `data.industryPrimaryGroupDetails.naicsCodes` (array) - `data.website` (string) The company's website URL. Example: "https://lusha.com" - `data.specialities` (array) LinkedIn specialties tags associated with the company. Example: ["Sales","Marketing"] - `data.funding` (object) - `data.funding.rounds` (array) 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) 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) Type of the last funding round Example: "Private Equity Round" - `data.funding.lastRoundAmount` (number) Amount of the last funding round Example: 205000000 - `data.funding.lastRoundDate` (string) Date of the last funding round Example: "Nov 10, 2021" - `data.intent` (object) - `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) A list of technologies associated with the company. - `data.technologies.name` (string, required) Technology name used by the company Example: "salesforce" - `errors` (object) - `errors.message` (string, required) Example: "Something went wrong" - `meta` (object) Currently returns an empty value; this field should be deprecated in future releases. Example: {} ## 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 404 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