Skip to content
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

How to get own profile full resume in fr_FR and en_US #31

Open
kopax opened this issue Nov 11, 2020 · 2 comments
Open

How to get own profile full resume in fr_FR and en_US #31

kopax opened this issue Nov 11, 2020 · 2 comments

Comments

@kopax
Copy link

kopax commented Nov 11, 2020

Hi @eilonmore , thanks for sharing this.

I am currently doing my own resume builder and I am testing const profile = await client.profile.getOwnProfile();

This work great to find the profile information in the two languages I am maintaining, however, I have not found a way to retrieve my full resume (in the same languages),

It seems that the experiences are not included in the profile, is that possible?

Lastly, I am looking at https://www.npmjs.com/package/linkedin-profile-scraper , and both together seems to give me the desired results, however, this required to get the LI_AT cookie value, is there a way (or a possible way) I can retrieve it from this lib after calling login.userPass?

Kindly,

@eilonmore
Copy link
Owner

Hey @kopax,
You can get the LI_AT from the sessions.json file.
Regarding the experiences, it probably needs to be fetched separately and be joined to the response.
It might need some exploration but I believe it should be pretty straightforward.
Tell me if you want to explore this one

@kopax
Copy link
Author

kopax commented Dec 6, 2020

Hi @eilonmore and thanks for your reply.

I have not found with your module how I could get my full resume with all methods and having to update the LI_AT token instead of performing username/password login was making it a bit too complex and apparently it can be solved.

I finally ended up using @elevatte/scrapedin which allowed me to get all my LinkedIn profile resume data (there's just this issue: elevatte/scrapedin#8). It also uses the unofficial API so it may break in the future, this is why I may switch back to this module if this one breaks, I am still interested in how to get a full resume.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants