Skip to main content
A company page on LinkedIn contains valuable information about an enterprise, such as company growth, products and services, employees, location, and website. This action allows you to extract detailed information from a LinkedIn company page, which can be used for various purposes:
  • Source leads for TAM mapping and account-based marketing (ABM)
  • Extract company employees and filter against your best ICP
  • Qualify leads based on company attributes
  • Conduct competition analysis and GTM strategies

Inputs

linkedin_company_url
string
required

Parameters

extractOpenPositions
boolean
default:false
Extract the company’s number of open positions.

Output Fields

The extracted data includes a wide range of fields:
Below is the JSON schema for the output fields:
{
    "city": "string",
    "company_name": "string",
    "country": "string",
    "crunchbase_company_url": "string",
    "description": "string",
    "domain": "string",
    "employees_range": "string",
    "founded_on": "string",
    "followers_count": "integer",
    "geographic_area": "string",
    "headquarters": "string",
    "industries": "string",
    "industry": "string",
    "last_funding_currency": "string",
    "last_funding_date": "string",
    "last_funding_investors": "string",
    "last_funding_raised": "string",
    "last_funding_type": "string",
    "linkedin_company_id": "string",
    "linkedin_company_phone": "string",
    "linkedin_company_url": "string",
    "linkedin_employees_url": "string",
    "linkedin_job_search_url": "string",
    "linkedin_school_id": "string",
    "locations": "string",
    "logo_url": "string",
    "number_employees": "integer",
    "number_of_locations": "integer",
    "postal_code": "string",
    "sales_navigator_company_url": "string",
    "sales_navigator_employees_url": "string",
    "specialties": "string",
    "tagline": "string",
    "type": "string",
    "website": "string"
}