scrape-linkedin-selenium
scrape-linkedin-selenium copied to clipboard
ValueError: Profile Unavailable
Hi, I am running the following:
profile = {} with ProfileScraper(cookie = LI_AT) as scraper: profile = scraper.scrape(user='lidiamonzon') print(profile.to_dict())
Even though the profile exists, i keep getting: "ValueError: Profile Unavailable: Profile link does not match any current Linkedin Profiles"
Any hint?
I get the same error
Install requirement.txt. make sure to have the correct selenium version.