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

![image](https://user-images.githubusercontent.com/93036163/165743518-2285e70d-fde4-493f-bfd5-d749b8c3ac57.png)

Adding a logout functionality would allow accounts rotation and prevent them from being banned in case their programs requires nested requests

enhancement

get_conversations return only the 20 first results .. I saw the documentation in https://linkedin.api-docs.io/v1.0/messaging/C5NLMQokSqdLZbcr8 and I see that there is an integer param createdBefore . But that doesn't work .....

enhancement

This endpoint only returns the first message in the conversation not all of the messages in the thread what is the workaround for that.

if the profile has more than 500 connections, it stills shows 500+ how can i know exact number of connections for certain profile

`api.search_people(network_depth="S")` this show me the list of secondary connections i have, i want to filter the data by the date

get_current_profile_views() says it returns profile view statistics, including chart data. actually returns an int.

Was there an update on the parameters, I tried and it returned errors on some of the parameters such as keywordd_first_name, keyword_last_name, some others. Is there a replacement for the...

Using the `search_people(current_company=['1441'])` function is meant to list all employees at company 1441 (Google), however it yields no _correct_ results. It generates a long list of people that do not...

needs investigation