Search jobs, people, company on LinkedIn automatically using this python library
Jan 2, 2021
In this story we will perform different searches on linkedin by people, posts, groups,company, job and simple search. We will perform search and then fetch results from that search through the bot-studio library. Following are the steps of code to go through:-
- Install bot-studio
pip install bot-studio
2. Create a linkedin object which will be used to perform actions on linkedin and login as well. You can see here to login with cookies.
3. Perform a simple search on linkedin
4. Search people on linkedin and get results
5. Search jobs on linkedin
6. Search posts on linkedin
7. Search groups on linkedin
8. Search companies on linkedin
9. To fetch next page’s results can use click_next function