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

Company logo of ABANCE INGENIERIA Y SERVICIOS, S. L.

Employee result from ABANCE INGENIERIA Y SERVICIOS, S. L.

11-50 employees found.

Here are 10 random employees from ABANCE INGENIERIA Y SERVICIOS, S. L.

Profile picture of Francisco Javier Espinosa García

Francisco Javier Espinosa García

Identificador de Catalogación
Profile picture of Álvaro Bermúdez Liaño

Álvaro Bermúdez Liaño

ILS Engineer
Profile picture of Santiago Rojas Ruiz

Santiago Rojas Ruiz

Ingeniero de sistemas
Profile picture of Lucía Fernández Ballester

Lucía Fernández Ballester

Ingeniero ILS
Profile picture of Eduardo Mesa Orcero

Eduardo Mesa Orcero

Ingeniero de software
Profile picture of José Enrique Moreno Oses

José Enrique Moreno Oses

Software Developer

Get the list of employees for ABANCE INGENIERIA Y SERVICIOS, S. L.

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)