Scrape posts links from LinkedIn with this unofficial python api

--

If you want to get the posts links after you search a keyword in contents, then can use bot-studio library. 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. Search the keyword on linkedin in content

4. Get the posts links now by calling simple function posts_links

--

--