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

Company logo of A. T. TROTA S.A.

Employee result from A. T. TROTA S.A.

11-50 employees found.

Here are 10 random employees from A. T. TROTA S.A.

Profile picture of Eduard Vidal Latorre

Eduard Vidal Latorre

Transport planner
Profile picture of Antonio Llaràs Gesé

Antonio Llaràs Gesé

Director Organización
Profile picture of Gheorghe Catalin Oprea

Gheorghe Catalin Oprea

Jefe de Trafico
Profile picture of Arnau Aurin Cases

Arnau Aurin Cases

Jefe de tráfico
Profile picture of Mar Armengol Tutusaus

Mar Armengol Tutusaus

Trader
Profile picture of Marc Castan Canillas

Marc Castan Canillas

Administrativo contable

Get the list of employees for A. T. TROTA S.A.

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)