Search employees with Employee Listing API Learn more
101-200 employees found.
M. Aabid Abdul Majeed
SAP SD Consultant / Lead - AFS/FMS/ S4 HANA FashionAbdul Karim
Consultant - SAP Order to CashAbhijit Negi (AJ)
Sr. SAP OTC ConsultantAbilash Chittipiralla
Solution Architect - Fashion & LifestyleAjith Kumara
Solution ArchitectAjith Kumara
Senior ConsultantAmedeo Astrea
Principal Consultant - Solution Architectanasooya R.
Sap Financial AccountingAndrew Mark
Associate SAP ConsultantAnil Reddy
SAP Basis ConsultantProxycurl 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)