Linkedin Feed Scraper with simple python code

--

This post is written in order to get the data of feed on linkedin. To fulfill this objective we are using bot-studio automation library which is very easy to use. Below are the steps to follow:-

  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 call the function get_feed to fetch the feed data.

4. If looking for continuously fetching data by scrolling , then can use scroll method

--

--