Skip to main content
This API action allows you to extract detailed information about employees from a LinkedIn company profile. It is useful for gathering data for recruitment, market research, or networking purposes.

Inputs

linkedin_company_url
string
required
linkedin_company_id
string
If you have a company ID instead of a linkedin_company_url.

Parameters

keywords
string
default:""
Add keywords to the employees search.
title
string
default:""
Add a title to your employee search. Note: You can include up to 6 boolean parameters.
geoUrn
string
default:""
Filter employees by geography using Sales Navigator/LinkedIn numbers.
network
string
default:""
Filter employees by levels of contact like ‘F, S, O’.
industry
string
default:""
Filter employees by industry (provide industry ID).
pastCompany
string
default:""
Filter employees by previous company (provide company ID).
schoolFilter
string
default:""
Filter employees by school (provide school ID).
profileLanguage
string
default:""
Filter employees by language (provide 2-letter code).
max_results
number
default:250
Maximum number of results to extract.

Output Fields

The API returns the following fields:
Below is the JSON schema for the output fields:
{
  "company_name": "string",
  "connection_degree": "string",
  "current_company": "string",
  "current_title": "string",
  "first_name": "string",
  "full_name": "string",
  "headline": "string",
  "job_title": "string",
  "last_name": "string",
  "linkedin_company_id": "string",
  "linkedin_company_url": "string",
  "linkedin_profile_handle": "string",
  "linkedin_profile_id": "string",
  "linkedin_profile_url": "string",
  "location": "string",
  "profile_image_url": "string",
  "sales_navigator_profile_id": "string",
  "tracking_id": "string"
}