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

👨‍💼Linkedin API for Python

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

I have 3-legged OAuth Access Token now i want authenticate the application with access token and get the Profile ( education , skill , work experiecnce , etc )

To prevent the challenge from being sent to me, I used Firefox cookies: - I logged in with Firefox - Then I extract the cookies with browser_cookie3 ```python cookiejar_simple =...

Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.1 to 2.2.2. Release notes Sourced from urllib3's releases. 2.2.2 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and...

dependencies

The 'get_post_comments' method does not fetch comments from a company post. The method that supports it is added

I was reading the code in detail and found that the validation of cookies in the linkedin class is also done in the client class in the authenticate method. There...

- adds query options to make it easier to distinguish what can be searched for - adds abstract class for inheritance later on for linkedin class - moves imports around...

I'm testing here, this person has 9 work experiences, it returns only 5. Looking at the webpage, it hides the last 4 and you can show them by clicking on...

Is there any way you can bypass getting caught for sending connection requests through the API? I have put a sleep line for 10 minutes after sending one connection to...

Hey, I can't collect more than 3 entries for education and 5 for experience. So If an account has more than 3 entries for education or more than 5 for...

`jobs = api.search_jobs( keywords= 'Quant', location_name= 'United States', experience= [ "2"], # Internship and Entry Level job_type= ["F"], limit = -1 )` This just gives 8 results, when in reality...