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

Company logo of ABANOS Interior Fit-Out & Joinery LLC

Employee result from ABANOS Interior Fit-Out & Joinery LLC

11-50 employees found.

Here are 10 random employees from ABANOS Interior Fit-Out & Joinery LLC

Profile picture of Akhilesh Chauhan

Akhilesh Chauhan

QA/QC
Profile picture of John Mark Belamia

John Mark Belamia

Architectural Draftsman
Profile picture of youssef ezzat

youssef ezzat

Project Coordinator
Profile picture of Khalid Wazani

Khalid Wazani

Technical Manager
Profile picture of Suchira Rathnayake

Suchira Rathnayake

Quantity Surveyor
Profile picture of Utkarsh Singh

Utkarsh Singh

BIM Lead

Get the list of employees for ABANOS Interior Fit-Out & Joinery LLC

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)