-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
scraping linkedin anonymously? #46
Comments
After trying a few linkedin apis on rapidapi I have built https://rapidapi.com/restyler/api/linkedin-profiles1 - it is a simple api but it packs a lot of my experience building sophisticated web scrapers, under the hood, it helps to access public linkedin profiles and companies without logging in. |
Yes, that is possible (For public data). However, LinkedIn has a very high block rate for suspicious requests. Another solution you can try is using a mobile proxy and rotating that proxy before the pattern on when LinkedIn gives login prompt to your request. Also, if you don’t want to get your hands messy, you can try a third party. For example, some companies provide APIs that allow you to get public data from LinkedIn. As far as I know, the most affordable in terms of price and performance is Here’s an example of how to get a LinkedIn person’s profile using
They also provide some external data (like GitHub, Twitter, Facebook) along with profile data that you may need. |
You can use it with 3rd party paid service. |
Is it possible to extract profile and company data without entering my login and password?
The text was updated successfully, but these errors were encountered: