> ## Documentation Index
> Fetch the complete documentation index at: https://v3.captaindata.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Visit Sales Navigator Company Profile

> Visit and extract information from a LinkedIn Sales Navigator company page.

To extract detailed information from a LinkedIn Sales Navigator company profile, follow these steps:

<Steps>
  <Step title="Navigate to the Company Profile">
    Go to the LinkedIn Sales Navigator and find the company profile you wish to
    extract information from.
  </Step>

  <Step title="Copy the URL">
    Copy the URL from your browser's address bar. Ensure it starts with
    '[https://www.linkedin.com/sales/company/](https://www.linkedin.com/sales/company/)'.
  </Step>

  <Step title="Paste the URL">
    Paste the copied URL into the designated input field.
  </Step>
</Steps>

<Info>
  Ensure the URL is correctly formatted to avoid errors during the extraction
  process.
</Info>

### Inputs

<ParamField path="sales_navigator_company_url" type="string" required={true} primary={true}>
  A Sales Navigator Company URL should start with
  '[https://www.linkedin.com/sales/company/](https://www.linkedin.com/sales/company/)'.
</ParamField>

### Parameters

<ParamField path="parameters" type="object">
  Currently, there are no additional parameters required for this action.
</ParamField>

### Output Fields

The extracted information will include the following fields:

<ResponseField>
  <Expandable title="properties">
    <ResponseField name="category" type="string">
      The category of the company
    </ResponseField>

    <ResponseField name="company_name" type="string">
      The name of the company
    </ResponseField>

    <ResponseField name="description" type="string">
      A brief description of the company
    </ResponseField>

    <ResponseField name="employees_estimate" type="string">
      Estimated number of employees
    </ResponseField>

    <ResponseField name="growth_one_year" type="string">
      Growth over one year
    </ResponseField>

    <ResponseField name="growth_six_months" type="string">
      Growth over six months
    </ResponseField>

    <ResponseField name="growth_two_years" type="string">
      Growth over two years
    </ResponseField>

    <ResponseField name="linkedin_company_url" type="string">
      The LinkedIn company URL
    </ResponseField>

    <ResponseField name="number_employees" type="integer">
      The exact number of employees
    </ResponseField>

    <ResponseField name="profile_image_url" type="string">
      URL of the company's profile image
    </ResponseField>

    <ResponseField name="revenue" type="string">
      The company's revenue
    </ResponseField>

    <ResponseField name="sales_navigator_company_id" type="string">
      The Sales Navigator company ID
    </ResponseField>

    <ResponseField name="sales_navigator_company_url" type="string">
      The Sales Navigator company URL
    </ResponseField>

    <ResponseField name="sales_navigator_employees_url" type="string">
      URL to view employees on Sales Navigator
    </ResponseField>

    <ResponseField name="sales_navigator_headquarters_url" type="string">
      URL to the company's headquarters on Sales Navigator
    </ResponseField>

    <ResponseField name="specialties" type="string">
      The company's specialties
    </ResponseField>

    <ResponseField name="type" type="string">
      The type of company
    </ResponseField>

    <ResponseField name="website" type="string">
      The company's website
    </ResponseField>

    <ResponseField name="year_founded" type="integer">
      The year the company was founded
    </ResponseField>
  </Expandable>
</ResponseField>

Below is the JSON schema for the output fields:

<Accordion title="Show JSON Output Schema">
  ```json
  {
    "category": "string",
    "company_name": "string",
    "description": "string",
    "employees_estimate": "string",
    "growth_one_year": "string",
    "growth_six_months": "string",
    "growth_two_years": "string",
    "linkedin_company_url": "string",
    "number_employees": "integer",
    "profile_image_url": "string",
    "revenue": "string",
    "sales_navigator_company_id": "string",
    "sales_navigator_company_url": "string",
    "sales_navigator_employees_url": "string",
    "sales_navigator_headquarters_url": "string",
    "specialties": "string",
    "type": "string",
    "website": "string",
    "year_founded": "integer"
  }
  ```
</Accordion>

<Note>
  Ensure all required fields are correctly filled to successfully extract the
  desired information.
</Note>
