ericfourrier / scrape-linkedin

Scrape a public LinkedIn profile.
MIT License
152 stars 51 forks source link

Every request getting ServerIpBlacklisted exception #15

Open vinitpayal opened 5 years ago

vinitpayal commented 5 years ago

Even though I am able to access profile info in the incognito mode without logging but from the same IP using this package is giving ServerIpBlacklisted exception, have tried it with multiple IP addresses but no luck in even getting a single success response. Can be an issue because of User Agent I think.

rochenka commented 5 years ago

@vinitpayal same here until I found proxycrawl API, I make get requests to that API which calls linkedin and i use this library to scrape the data. That is the only way I could use this lovely work.

nithinkashyapn commented 5 years ago

Hey @rochenka,

Can you please describe the process for doing the same?

rochenka commented 5 years ago

@nithinkashyapn I read this page and created a free account and used the API. https://proxycrawl.com/how-to-scrape-linkedin-public-pages

nithinkashyapn commented 5 years ago

@rochenka, Thank you.