Scrape LinkedIn post details with simple python command

--

In this post we will fetch data of post like post text, time, likes etc with the bot-studio library. Here below are the code 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 get the linkedin post data by calling simple function get_post by passing post link

--

--