linkedin-api icon indicating copy to clipboard operation
linkedin-api copied to clipboard

👨‍💼Linkedin API for Python

Results 165 linkedin-api issues
Sort by recently updated
recently updated
newest added

Before, I wasn't aware that this project is on there. Possibly, one should also add some installation instructions for that case.

Hello, first of all, thank you very much for the excellent program. Until a few days ago, it was working perfectly. Unfortunately, since the day before yesterday, the search function...

I used this endpoint 2 days ago and it was working correctly, but it seems LinkedIn updated their API, and now instead of using the endpoint `/search/blended` they use `/graphql?variables=....`....

def getJobInfo(): return api.search_jobs(keywords="Internship") print(search) I'm aware that linkedin changed the search endpoints, are there any solutions working around this?

Fixes https://github.com/tomquirk/linkedin-api/issues/351 As it says in the issue, it appears this function's URL construction string just had an extra variable that was causing it to return 404s. I put it...

First of all, thank you for this amazing API! I have tried to solve the challenge error with the help of one's own cookies (you can get it from your...

I am trying to get people's connections list but whatever I send to `get_profile_connection()` as an argument the output is the list of MY connections!

NB : Cookies session is valid and the connexion to the API is working as well !