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

Company logo of AADI CAPIF A.C.R.

Employee result from AADI CAPIF A.C.R.

11-50 employees found.

Here are 10 random employees from AADI CAPIF A.C.R.

Profile picture of Martín Geck

Martín Geck

Managing Director
Profile picture of Rodrigo Alonso

Rodrigo Alonso

Fotógrafo
Profile picture of Miguel Angel Forciniti

Miguel Angel Forciniti

departamento comercial
Profile picture of Adrian Eugenio Garro

Adrian Eugenio Garro

Supervisor comercial
Profile picture of Marcelo Affronti

Marcelo Affronti

Gerente Regional
Profile picture of Martin Arango

Martin Arango

Cobrador
Profile picture of Virginia Elizabeth Cáceres

Virginia Elizabeth Cáceres

Jefe de RR.HH.
Profile picture of Emilse Mancilla

Emilse Mancilla

Project manager
Profile picture of Sebastián Ramón Larrosa

Sebastián Ramón Larrosa

Auxiliar de cobros

Get the list of employees for AADI CAPIF A.C.R.

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)