Using Proxycurl's Historic LinkedIn Employee Count Tool for Investment Research Learn more

Company logo of A & E Incorporated

Employee result from A & E Incorporated

0-10 employees found.

Here are 10 random employees from A & E Incorporated

Profile picture of Eric Wilmarth

Eric Wilmarth

President
Profile picture of Jane Kurylo, SPHR, SHRM-SCP

Jane Kurylo, SPHR, SHRM-SCP

Human Resources Manager
Profile picture of Jeffrey kuzmic

Jeffrey kuzmic

Prototype Engineer
Profile picture of Kimberley Dean

Kimberley Dean

Hand Assembleer
Profile picture of Kimberley Dean

Kimberley Dean

Hand Assembleer

Get the list of employees for A & E Incorporated

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)