Proxycurl Search May 2023 - Results Now 67% Cheaper & More Learn more
101-200 employees found.
Aaron Dalley
Manager, Security and ComplianceAaron Dalley
Manager, Infrastructure and SecurityRaluca-Alexandra Huruniuc
Membership ManagerThomas Froehlicher
Member Initial Accreditation Committee AACSBColin Nelson
Senior Research AssociateEdwin van Rest
AACSB EMEA Advisory CouncilXavier Ordeñana
Global FacilitatorNatalia Ilina
Accreditation and Member Services Manager, EMEADiana Kanzler
Associate, Marketing and CommunicationsRon Tuninga
Vice President and MD EMEAProxycurl 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)