Linkedin API: Cannot get positions for one specific linkedin user - linkedin

We are using Linkedin Api to load information about linkedin users to our product. The thing is, it fails for one specific user.
I would like help with this problem. I have the users linkedin id but I don't know if it's wise to write it herer.
How can Linkedin help me with this?
Best,
Rikard Skelander

Related

Users can sign-up on our portal using linkedin but we are unable to access their linkedin ID. How do track the linkedin ID with email address?

We are a platform that facilitates companies to hire analytics talent on demand. We only allow users to login to our platform with their Linkedin IDs so that we can validate their profile details and score them. Currently, the Linkedin API doesnot give us even the Linkedin-id of the user to help us manually check the profile. How can we correct this?
Ask for the r_liteprofile and r_emailaddress scopes as part of the OAuth flow. Then make GET calls to https://api.linkedin.com/v2/me and https://api.linkedin.com/v2/emailAddress?q=members&projection=(elements*(handle~))
to gather this information. See the documentation for more details.
However, please read LinkedIn's API Terms of Use to ensure your application is an acceptable use case. Also, the profile data you can receive is quite limits, so it may not give you the fields you want.

How to apply for permission to get r_basic_profile api on LinkedIn

Due to recent LinkedIn changes, I need permission for r_basic_profile api. Can someone share where to apply on LinkedIn to get this?
Thanks

How can I retrieve a list of all employees within a company through the LinkedIn API?

Years ago, someone asked on Stack Overflow if it were possible to retrieve a list of all employees who work at a company. I can do this through the LinkedIn UI, but I cannot seem to find any mechanism for this using the v2 API. The SO response mentions this used to be possible on the v1 API, but you had to request access through LinkedIn's "Vetted API Access Program." Unfortunately, the link on this response is now obsolete and does not send users to any such program.
How could I apply for this program nowadays? This is a specific situation to me and my company, so I would very much like to discuss this with someone at LinkedIn if some form of this Vetted API Access Program still exists. I do not wish to disclose the details of this request to the open internet.
I have confirmed through contacts inside LinkedIn that this API functionality has been removed. No further information has been provided, and LinkedIn tech support refuses to comment any more on this issue. Furthermore, no LinkedIn engineers will comment on this thread here.
This is bizarre since any regular user can do this functionality through the web front-end, but for some reason LinkedIn believes this would be a violation of privacy/security if we could do this programmatically.
Therefore, the only way to obtain this data would be through screen scraping. I wish I had better news, and I wish that LinkedIn would provide some reasoning for their changes, but alas this is where we are.
I just posted a very similar question because I ran into the same problem as you.
The application forms for Linkedin's current partner programs seem to be located here, however I can't tell you which one of those programs comes with the necessary API access rights and I am in general not sure if this API request is still allowed.
Edit: The Linkedin Help page states that applications for partner programs are currently unavailable?
In general, you can get a list of employees of a company if you scrape Linkedin profiles exhaustively, or if you have an exhaustive dataset of Linkedin profiles.
Each Linkedin profile contains a list of experiences that links to the company profile URL.
Thereafter, you will filter the dataset into profiles currently working at X company to get a list of employees currently working in a company. The same technique can also be used to retrieve a list of past employees.
And that is what we did. We scraped all public Linkedin profiles based in the US and made an alternative API known as Proxycurl Employee Listing API to Linkedin API to provide employee listing functionality.
Proxycurl's Employee Listing API will never be as exhaustive as Linkedin's dataset because not all profiles are made public, but most are. But will suffice to meet your needs.

Finding LinkedIn Username from LinkedIn ID

I have a database of LinkedIn IDs, however I need to find their LinkedIn Usernames. I would welcome if you can advise how can I do that.
That information is not available via any LinkedIn API calls. The member ID that you retrieve should be sufficient for all your needs.

LinkedIn People Search API

I integrated LinkedIn People Search API in my iOS app. I am sening requests to this API, but I am getting access denials from LinkedIn. In the documentation, LinkedIn says that this API requires the developer to be registered as a LinkedIn Partner, in order to be able to access it.
I filled in the LinkedIn Partnership Program form (https://developer.linkedin.com/partner-programs/apply) in order to get access to LinkedIn People Search API. I did that several times during a period of 2-3 months, and I get this time of rejection every time: http://screencast.com/t/f7VDzDc43gK Can anybody help me with an answer about how I can become a LinkedIn Partner?
This image will help:

Resources