linkedin_scraper
linkedin_scraper copied to clipboard
Employee List not pulling up
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?
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)
I fixed this in 2.7.7