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

search_posts has this function ?

enhancement

I have some simple code I'm trying out in Google cloud functions using your API. It's telling me "Read-only file system". Can the code be modified to run in Google...

Hello, We cannot search a company using the company url ID. Current function use company name and it's bugged. J

enhancement

There's an issue with encoding in the `search` method. I found the bug using the `search_companies` method but I guess it's the same for other searches ``` result = api.search_companies(...

bug

File "test.py", line 7, in company = api.get_company('microsoft.com') File "/Users/linkedinapi_env/lib/pythonX.X/site-packages/linkedin_api/linkedin.py", line 481, in get_company self.logger.info("request failed: {}".format(data["message"])) KeyError: 'message'

bug

I'm using this to construct a data set for my research using my personal connections, but unfortunately the experience and the education dictionary only contain the first 5 entries. Do...

bug

Hello guys, first of all thanks for this developement, it's really helpful compared to the oficial Linkedin API. My objective is to make a massive search of posts that contain...

it will to awesome if we start focusing on examples that can help the developers to interact with the library more easily.

I want know that in voyager api call the start is limited to 999 only. How to get pass this 999?