Scrape Company Profile Page on Linkedin in python

--

If you are looking for getting data of linkedin companies for some reason or for analysis purpose, then you can use this bot-studio library to get data of linkedin companies in a very less code. Below are the steps:-

  1. Install bot-studio
pip install bot-studio

2. Import bot-studio and login to linkedin. You can see here to login with cookies.

3. Now fetch data of linkedin company by passing company link in get_company_profile function

--

--