joeyism / linkedin_scraper

A library that scrapes Linkedin for user data
GNU General Public License v3.0
2.01k stars 560 forks source link

HTML update on /experience causes issue #219

Closed beattymg closed 2 weeks ago

beattymg commented 5 months ago

Hi,

It looks like Linkedin updated the layout for details/experience/ pages. This causes errors in 'get_experience' on the Person object.

There is no longer a 'pvs-list' element and that inner html logic breaks now. There is an outer 'pvs-list__container' element and the inner html has changed too.

Nuung commented 5 months ago

same issue 🫡

beattymg commented 5 months ago

@joeyism are you still working on this project? I could make a fix but just want to make sure it could get merged in. Thanks!

JackBlair87 commented 4 months ago

I had the same issue. Outlined my experiences here: https://medium.com/@jackblair87/writing-a-live-follower-count-python-program-for-my-website-5e34631582d3

axblueblader commented 4 months ago

I made a working PR you can check out: https://github.com/joeyism/linkedin_scraper/pull/220

paulomei commented 3 months ago

I made a working PR you can check out: #220

Thanks! This solved for me, so working as of 24 Jun