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

Company logo of A.O. Reed & Co.

Employee result from A.O. Reed & Co.

11-50 employees found.

Here are 10 random employees from A.O. Reed & Co.

Profile picture of Michele Ignacio

Michele Ignacio

Service Sales
Profile picture of Matthew Horowitz

Matthew Horowitz

Appremtice
Profile picture of Kevin Young, CHST, SMS, CIT

Kevin Young, CHST, SMS, CIT

Safety Director
Profile picture of Kevin Young, CHST, SMS, CIT

Kevin Young, CHST, SMS, CIT

Safety Director
Profile picture of Nathan Edelstein

Nathan Edelstein

Sales Project Manager
Profile picture of Mike Sloyer

Mike Sloyer

Field Supervisor
Profile picture of Mike Sorchy

Mike Sorchy

General Foreman

Get the list of employees for A.O. Reed & Co.

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)