spinlud / py-linkedin-jobs-scraper

MIT License
365 stars 100 forks source link

Ending without scrapping anything #93

Open calvinomiguel opened 9 hours ago

calvinomiguel commented 9 hours ago

Suddenly I can't scrap anymore. Not sure if it's because of the update but I this what's happening when I try to scrap:

grafik

The chromedriver's version is 131.0.6778.85 and my chrome browser's version is 131.0.6778.86

DenDeline commented 6 hours ago

I assume that the problem is caused by these lines of code: https://github.com/spinlud/py-linkedin-jobs-scraper/blob/cbaf31c7a416d31ddcc4bbbcd6d48427ff219551/linkedin_jobs_scraper/strategies/authenticated_strategy.py#L323-L327

LinkedIn has changed this class for list of jobs https://github.com/spinlud/py-linkedin-jobs-scraper/blob/cbaf31c7a416d31ddcc4bbbcd6d48427ff219551/linkedin_jobs_scraper/strategies/authenticated_strategy.py#L23