This project contain three files:
./linkedin_api_method_1.py./linkedin_api_method_2.py./proxycurl_people_profile_api_endpoint.py
This file uses the official Linkedin Profile API to fetch profile information of at most ONE user (per access token). Each user must give explicit information before the application can request information of that user.
This method is available to most developers including free-tier Linkedin developers.
This file uses the official Linkedin Profile API to fetch profile information of any profile IDs.
In order to use this method, the developer must
- have a pre-approved application.
- Be on a paying subscription to LinkedIn Consumer Product Solution
This file uses Proxycurl's Linkedin API. A third-party alternative to Linkedin API that is able to fulfill what Linkedin API provides without rate limits or approval barriers.