Integration with Linkedin

Hello guys, I need some help.
I am developing an application, where the user can create his resume, and can also pull some information from his Linkedin account data to his resume within the application.

Does anyone know how I can do this, if it is possible to use integromat, and if so how?

Does LinkedIn have an API that allows that? Without API there is no way.

Hi @CNST,

In theory, it is possible.
But this integration will require quite a bit of effort. In Integromat you can only connect one profile, but you’ll need the access to many profiles. So as I see you’ll need to (a) implement Oauth2 authentication by yourself (could be done with the help of Integromat or other tools) and (b) implement all API calls to get the details (see here for example: Profile API - LinkedIn | Microsoft Learn)

I’d say, this task could be time-consuming, if I’m not overcomplicating things :slight_smile:

Best regards, Victor.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.