0-10 employees found.
R***** L***
Olympiad Area TeacherN******* C***
𝐃𝐈𝐑𝐄𝐂𝐓𝐎𝐑 𝐀𝐂𝐀𝐃𝐄́𝐌𝐈𝐂𝐎 𝐒𝐄𝐃𝐄 𝐉𝐄𝐒𝐔́𝐒𝐌𝐀𝐑𝐈́𝐀 𝐂𝐔𝐁𝐀 𝐈𝐍𝐆.𝐍𝐎𝐑𝐈𝐄𝐆𝐀®N***** C*****
𝐃𝐈𝐑𝐄𝐂𝐓𝐎𝐑 𝐀𝐂𝐀𝐃𝐄́𝐌𝐈𝐂𝐎 𝐒𝐄𝐃𝐄 𝐒𝐔𝐑𝐂𝐎 𝐌𝐎𝐍𝐓𝐄𝐑𝐑𝐈𝐂𝐎 𝐈𝐍𝐆.𝐍𝐎𝐑𝐈𝐄𝐆𝐀®N********* C*****
𝐃𝐈𝐑𝐄𝐂𝐓𝐎𝐑 𝐀𝐂𝐀𝐃𝐄́𝐌𝐈𝐂𝐎 𝐃𝐄 𝐒𝐄𝐃𝐄 𝐋𝐈𝐍𝐂𝐄 𝐈𝐍𝐆. 𝐅𝐑𝐀𝐍. 𝐍𝐎𝐑𝐈𝐄𝐆𝐀®Disclaimer: PII is redacted in all entries, including the "visible" ones as this is a public-facing website. When you use our endpoint, you will get complete information.
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)
Here's what we've been up to recently.
Learn all about the LinkedIn API, with comprehensive Python code demos. Dive into the world of LinkedIn APIs, official and third-party alternatives, and understand how to access and utilize LinkedIn profile data through Python code examples.
13 MIN READ