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

> This project violates Linkedin's User Agreement Section 8.2, and because of this, Linkedin may (and will) temporarily or permanently ban your account. We are not responsible for your account...

Hello, I have tried this scraper for a short period of time, and every day even after just looking at a maximum of two people using a single account it...

Hi Tom! Thank you, for that great work! I have not so much experience in Python, just Junior :) , but as I understand, I have find some mistake. For...

documentation

I cannot find a method that returns `publicIdentifier` for the user profile. Does it exist somewhere? The `get_profile()` method strips out the `miniProfile` field (and in fact it seems that...

enhancement

Endpoint: POST `https://www.linkedin.com/voyager/api/contentcreation/normShares` Payload: ``` commentary: {text: "", attributes: []} commentsDisabled: false externalAudienceProviders: [] origin: "RESHARE" parentUrn: "urn:li:share:12345" visibleToConnectionsOnly: false ```

linkedin API endpoint

I've been going through the code, and I don't think so, but just in case. The idea would be to have two functions, one function to extract the shares of...

linkedin API endpoint

https://www.linkedin.com/uas/authenticate,Excuse me how to pass the post parameters, can you refer to the examples?

question

Get company updates endpoint don't extract the "video" posts. Only I can get the others. Can you check it please? Example: - Company: https://www.linkedin.com/company/banco-santander/ - activity: 6637710799773200384

bug
needs investigation

Hello guys ! I was using the `get_profile` method to fetch information like experiences or education. But it seems that when people have a lot of experiences, on the website...

bug

Getting an error ```Traceback (most recent call last): File "", line 1, in File "/home/dmytro/.pyenv/versions/linkedin_api/lib/python3.8/site-packages/linkedin_api/linkedin.py", line 37, in __init__ self.client.authenticate(username, password) File "/home/dmytro/.pyenv/versions/linkedin_api/lib/python3.8/site-packages/linkedin_api/client.py", line 124, in authenticate self._set_session_cookies(res.cookies) File "/home/dmytro/.pyenv/versions/linkedin_api/lib/python3.8/site-packages/linkedin_api/client.py",...

question
needs investigation