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

Company logo of AAF La Providence

Employee result from AAF La Providence

11-50 employees found.

Here are 10 random employees from AAF La Providence

Profile picture of Fatoumata DOUKANSE

Fatoumata DOUKANSE

Assistante paie
Profile picture of David DE ANDRADE

David DE ANDRADE

Chef d’agence
Profile picture of Alice Bardonnaud

Alice Bardonnaud

Chargée d'affaires
Profile picture of Pierre LE BRETON

Pierre LE BRETON

Chef d'agence Lyon
Profile picture of Cécile Teleming

Cécile Teleming

Apprentie Qse
Profile picture of Caroline LEGRAND

Caroline LEGRAND

Manager

Get the list of employees for AAF La Providence

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)