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

Company logo of AAK

Employee result from AAK

501-1000 employees found.

Here are 10 random employees from AAK

Profile picture of Victor Augusto do Carmo

Victor Augusto do Carmo

Customer Service Department
Profile picture of Guilherme Toledo Silva

Guilherme Toledo Silva

Planejador de manutenção
Profile picture of roland hoch

roland hoch

Procesoperator
Profile picture of Paulo Fernando Moreno Santos

Paulo Fernando Moreno Santos

Mecânico industrial
Profile picture of Bruno Eduardo Gonçalves de Castro

Bruno Eduardo Gonçalves de Castro

Gestão de projetos

Get the list of employees for AAK

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)