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

Company logo of AAG

Employee result from AAG

101-200 employees found.

Here are 10 random employees from AAG

Profile picture of Dienja Deckers

Dienja Deckers

Payroll Consultant
Profile picture of Fred van Dijk

Fred van Dijk

Payroll Consultant
Profile picture of Gert-Jan Berghorst

Gert-Jan Berghorst

Manager services
Profile picture of Evelien de Weerd

Evelien de Weerd

Payroll Consultant
Profile picture of Evi van de Vondervoort

Evi van de Vondervoort

Adviseur
Profile picture of Ewart Kustermans

Ewart Kustermans

Payroll Consultant
Profile picture of Hans van de Langenberg

Hans van de Langenberg

payroll consultant

Get the list of employees for AAG

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)