linkedin_scraper icon indicating copy to clipboard operation
linkedin_scraper copied to clipboard

Employee List not pulling up

Open asidapara opened this issue 3 years ago • 2 comments

Hey Joey,

I am getting the following error when I find the employees of a company with a couple thousand people working there.

selenium.common.exceptions.NoSuchElementException: Message: no such element: Unable to locate element: {"method":"css selector","selector":".org-people-profiles-module__profile-list"}

It looks like Linkedin only lets me look at "People you may know"? Is there a way to do it?

asidapara avatar Mar 29 '21 22:03 asidapara

I am also getting this error, not sure how to work around it. Think I found the problem, in the get_employees function the xpath hardcode is wrong (linkedin might have changed it, so it just needs to be updated to match the current elements)

alikhambati avatar Mar 30 '21 02:03 alikhambati

I fixed this in 2.7.7

joeyism avatar Apr 10 '21 21:04 joeyism