joeyism / linkedin_scraper

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

Person Scraping gets blocked by security checks #189

Closed abhinav3295 closed 1 year ago

abhinav3295 commented 1 year ago

Whenever I try to scrape a person, despite providing login information. I keep getting error

"you are not logged in!"

abhinav3295 commented 1 year ago

It was happening cause I was not reusing the driver. Closing it now.

Person("https://www.linkedin.com/in/andre-iguodala-65b48ab5", driver=driver)