Hi Guys,
I'm working on a personal project, I want to create a local web portal that implements a big repositoy for job posts scraped from different local website...
I have already scraper 5 local portals and now I'm facing the big challenge: Scraping Linkedin Job Positions...
I'm working with .Net using a common component called Selenium , it is available also for Java, Python and other languages...
I simulate the login, I scrap the jobs but after 4-5 actions it log me off asking for login again and for a captcha control....
If I try to load the job positions manually it never happens, but if I try to do it by my bot, I get kicked off...
I have tryed also to implement some random actions like scroll the page and clicking random links but I doesn't works... I get kicked off...
Can you help me ?
Thanks
I'm working on a personal project, I want to create a local web portal that implements a big repositoy for job posts scraped from different local website...
I have already scraper 5 local portals and now I'm facing the big challenge: Scraping Linkedin Job Positions...
I'm working with .Net using a common component called Selenium , it is available also for Java, Python and other languages...
I simulate the login, I scrap the jobs but after 4-5 actions it log me off asking for login again and for a captcha control....
If I try to load the job positions manually it never happens, but if I try to do it by my bot, I get kicked off...
I have tryed also to implement some random actions like scroll the page and clicking random links but I doesn't works... I get kicked off...
Can you help me ?
Thanks