Scrape User Profile on LinkedIn easily in python

--

If you are looking for getting data of linkedin users for some reason or for analysis purpose, then you can use this bot-studio library to get data of linkedin users 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 user by passing profile link in get_profile function

--

--