Proxycurl Search May 2023 - Results Now 67% Cheaper & More Learn more
1000+ employees found.
Afzal A Rehman
Key Account ManagerAlexander Goul Aerthoej
Head of Equipment & EMR, West Central Asia Ocean Customer LogisticsKarim Youssef Attiah
Area HSSE (Health, Safety, Security & Environment) ManagerAmr Kouta
Area Sales Operations ManagerEffatun Nisa MT
Customer Service Senior Agent - ExportBinu Kurian
Assistant Managerماهر المصري
مديرJuliana Martins
RecruiterAyodeji Bamidele
Senior Customer Experience Agent - Key ClientsProxycurl 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)