Proxycurl Search May 2023 - Results Now 67% Cheaper & More Learn more
101-200 employees found.
Brad Dungan
CCRNBianca Castillo
Experience Design Senior AssociateCarol Krolicki RN
President, Charlestowne ChapterAysha Young, CCP, PHR-CA, CEBS
Compensation & Benefits Manager (HR Business Partner)Christian Justin Carreon
Junior Peer Reviewer | Beacon Reviewer | AmbassadorYves Mancera
Sr Software EngineerBrian Cushman
Accountant/Chapter Financial CoordinatorBarbara Duran
HR Business Partner, HRIS & BenefitsCindi Correa
Sr Certification AssociateBeth Wathen MSN RN CCRN-K
President American Association of Critical-Care NursesProxycurl 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)