linkedin-api
linkedin-api copied to clipboard
👨💼Linkedin API for Python
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
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(...
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'
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...
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?