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

Company logo of ABANCA

Employee result from ABANCA

201-500 employees found.

Here are 10 random employees from ABANCA

Profile picture of Arturo Barrientos

Arturo Barrientos

Director de Sucursal
Profile picture of Arantxa Gómez

Arantxa Gómez

Gestor comercial
Profile picture of Angel Eiras Angueira

Angel Eiras Angueira

Responsable de riesgo
Profile picture of angel martinez moar

angel martinez moar

Director de Zona
Profile picture of Ana Ansin

Ana Ansin

Director
Profile picture of Ana del Rio Valeiras

Ana del Rio Valeiras

Gestor Técnico
Profile picture of Ana Isabel M.

Ana Isabel M.

Gestora comercial
Profile picture of Ana Maria Aguado Carballo

Ana Maria Aguado Carballo

Directora Oficina

Get the list of employees for ABANCA

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)