golinkedin icon indicating copy to clipboard operation
golinkedin copied to clipboard

Golinkedin is a library written in pure golang for scraping Linkedin

Results 7 golinkedin issues
Sort by recently updated
recently updated
newest added

Is it somehow possible to search for jobs using this library?

The real JSON looks like this: ```json "multiLocaleFullNamePronunciationAudio": { "en_US": { "duration": 2136, "urn": "urn:li:digitalmediaAsset:EXAMPLE", "$recipeType": "com.linkedin.deco.recipe.anonymous.EXAMPLE", "url": "https://dms.licdn.com/playlist/vid/EXAMPLE" } }, ``` This prevents errors unmarshalling when the user has...

I used as `your_linkedin_cookies ` the value grabed from Chrome request "Copy as cURL" that looks like -H 'cookie: bcookie="....', I rmoved the cURL syntax and also the "cookie: "...

In would love to use your lib but i struggle to find the correct "cooky string". Can you help me out?

When trying to use the SearchPeople and SearchCompany methods the returns are always "stopped after 10 redirects"