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

Company logo of !Mikro Computer Consulting

Employee result from !Mikro Computer Consulting

11-50 employees found.

Here are 10 random employees from !Mikro Computer Consulting

Profile picture of Ada Alvord

Ada Alvord

Employee
Profile picture of ALAA ARABI

ALAA ARABI

élève
Profile picture of Annie Mathis

Annie Mathis

p
Profile picture of Ayman Moussa

Ayman Moussa

Morgan Stanley
Profile picture of Carol Hassan

Carol Hassan

CFO
Profile picture of Dasaratha Gali

Dasaratha Gali

Program Manager
Profile picture of graco turcios

graco turcios

graphic art

Get the list of employees for !Mikro Computer Consulting

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)