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

Company logo of A/S Jydsk Aluminium Industri

Employee result from A/S Jydsk Aluminium Industri

11-50 employees found.

Here are 10 random employees from A/S Jydsk Aluminium Industri

Profile picture of Swarn Shekhar Sinha

Swarn Shekhar Sinha

Chairman of the Board
Profile picture of Michael Hjortshoj

Michael Hjortshoj

.
Profile picture of Lasse Jensen

Lasse Jensen

Project manager
Profile picture of Poul-Erik Petersen (3700+connections)

Poul-Erik Petersen (3700+connections)

Supply Chain Manager
Profile picture of Heidi Pernille Hviid

Heidi Pernille Hviid

Indkøber
Profile picture of Hans Henrik Okstrøm

Hans Henrik Okstrøm

Bestyrelsesformand

Get the list of employees for A/S Jydsk Aluminium Industri

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)