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

Company logo of AAL

Employee result from AAL

11-50 employees found.

Here are 10 random employees from AAL

Profile picture of Judith A. Jarashow

Judith A. Jarashow

Attorney at Law
Profile picture of Dad Mayer

Dad Mayer

retirwd
Profile picture of joe krupinski

joe krupinski

c / c
Profile picture of Michelle Kline

Michelle Kline

CRNA
Profile picture of Adrian Lema

Adrian Lema

Ceo And Founder
Profile picture of Jerry Crow (805) 653-5353

Jerry Crow (805) 653-5353

Counselor and Attorney at Law
Profile picture of Ashley Hankel

Ashley Hankel

clerk
Profile picture of Lina Najm

Lina Najm

Teacher

Get the list of employees for AAL

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)