Proxycurl Search May 2023 - Results Now 67% Cheaper & More Learn more

Company logo of ABANS ELECTRICALS PLC

Employee result from ABANS ELECTRICALS PLC

11-50 employees found.

Here are 10 random employees from ABANS ELECTRICALS PLC

Profile picture of Purnima Kalansuriya

Purnima Kalansuriya

IT Brand Executive
Profile picture of Udaya Sandaruwan

Udaya Sandaruwan

Electrical Engineer
Profile picture of Chandika Prasantha

Chandika Prasantha

IT Services Manager
Profile picture of Nilanka Kumudini

Nilanka Kumudini

Human Resources Manager
Profile picture of Lahiru Madusanka Perera

Lahiru Madusanka Perera

Assistant Electrical Engineer
Profile picture of Chathrika Jayadi Paranamanna

Chathrika Jayadi Paranamanna

Marketing Manager
Profile picture of mohamed Irshad Irshad

mohamed Irshad Irshad

Marketing Executive
Profile picture of Anil Samarasekara

Anil Samarasekara

Consultant

Get the list of employees for ABANS ELECTRICALS PLC

Proxycurl 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)