Search employees with Employee Listing API Learn more
501-1000 employees found.
Екатерина Баранова
менеджер по работе с ключевыми клиентами (тендер)Lori Young
Pricing Analyst IIAarathi Cholkeri-Singh, M.D.
Medical DirectorAaron Cohen
Onsite Endoscopic SpecialistAaron Taylor
Urology/Gynecology Sales ExecutiveAbigail Emeson
Specialty Accounts Case ManagerAbigail Sibal
Sr. Relationship ManagerAdam Allenspach
Surgical Sales RepresentativeAdam Beck
Sales Executive - Urology & GynecologyAdam Jones, CTS, DMC-D-4K
AV Programming Engineer III, OR1Proxycurl is a developer's tool to integrate People/Company related data into their applications
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)