Get a list of past and present employees of any company

Our Employee Listing endpoint takes a Linkedin Company Profile URL and returns you a list of employees

Read API Docs

Features

Get Employee count
Get Current Employees
Get Past Employees

Calling Employee Listing Endpoint with Python code


import requests

api_endpoint = 'https://nubela.co/proxycurl/api/linkedin/company/employees/'
api_key = 'YOUR_API_KEY'
header_dic = {'Authorization': 'Bearer ' + api_key}
params = {
    'employment_status': 'current',
    'url': 'https://www.linkedin.com/company/nubela',
}
response = requests.get(api_endpoint,
                        params=params,
                        headers=header_dic)




Simple, fair pricing.

Companies of all sizes need access to Proxycurl, so we have a flexible pricing system for any size of project or company.

Pay as you go
Starts from
$ 0.009 / credit

3 credits / employee returned

See Pricing Table
Enterprise

Volume pricing available

Annual contracts

Send Email

Our customers

We partner with organizations large and small to transform their product with big data

IBM Logo PNG
Rightbound Logo SVG
Linux Foundation PNG
Hewlett Packard Logo PNG
Agicap Logo SVG
Dover Logo SVG

Featured Articles

Here's what we've been up to recently.