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

Company logo of "Athena"​ Research and Innovation Center

Employee result from "Athena"​ Research and Innovation Center

51-100 employees found.

Here are 10 random employees from "Athena"​ Research and Innovation Center

Profile picture of Aryan Kaushik

Aryan Kaushik

Visiting Scholar
Profile picture of Alexandros Tragkas

Alexandros Tragkas

Blockchain Developer
Profile picture of Alexandros Zeakis

Alexandros Zeakis

PhD Candidate
Profile picture of Alexandros Nousias

Alexandros Nousias

Legal Consultant
Profile picture of Anargyros Chryssanthou

Anargyros Chryssanthou

Researcher
Profile picture of Andreas Papandreou

Andreas Papandreou

Research Engineer
Profile picture of Aris Dokoumetzidis

Aris Dokoumetzidis

Adjunct Researcher
Profile picture of Vissarion Berthold Konidaris

Vissarion Berthold Konidaris

Software Engineer, Big Data Engineer
Profile picture of Artemis Stratopoulou

Artemis Stratopoulou

Postdoctoral Researcher
Profile picture of Athanasios Karagioras

Athanasios Karagioras

PhD Researcher

Get the list of employees for "Athena"​ Research and Innovation Center

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)