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

Company logo of AAFT Online

Employee result from AAFT Online

11-50 employees found.

Here are 10 random employees from AAFT Online

Profile picture of Archit Gupta

Archit Gupta

Director- Sales
Profile picture of Mohit Marwah

Mohit Marwah

Co-Founder
Profile picture of Mahima Sharma

Mahima Sharma

Sales Consultant
Profile picture of AKARSHAN .

AKARSHAN .

Growth
Profile picture of Divyansh Bhatia

Divyansh Bhatia

Learning Consultant
Profile picture of Nikhir Nagpal

Nikhir Nagpal

Learning Consultant
Profile picture of Praveen Sharma

Praveen Sharma

Senior Video Editor
Profile picture of Isha Tripathi

Isha Tripathi

Acting Team Lead

Get the list of employees for AAFT Online

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)