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 pull request is an extension of this pull request https://github.com/tomquirk/linkedin-api/pull/202. Rever the send bulk message feature.

I have 4000+ connections on linkedin, but when i try fetching result using this function,, it returns me only 997 connections. I tried setting offset to check if this limitation...

Does api work with premium accounts?

enhancement

Hi, I want to search for people by their location. I see there is a geoUrn field in the filters . my question is how to get the corresponding geoUrn...

Hi, Is there a way to send a message with attachment. I see the attachments field is empty in the payload. what should I put in it ? ``` {...

enhancement

I am starting a new issue for this since the get_profile_posts feature discussed here on [Pull Request 181](https://github.com/tomquirk/linkedin-api/pull/181) returns the actual feed of the profile's activity and, therefore, we cannot...

Hello, I'm trying to do "Posts search" and was not able to make it work! I would like to get all mentions of an specific keyword. The URI looks like...

Hi, I am trying to get connections from my own linkedin Profile. I have around 3,500 but was able to get only 500 connections after querying this. Can someone please...

Is there a way I can dig into the “Licenses & certifications” part of the profile? I need to search for a specific word. I don't find a good documentation.

Although its mentioned in the doc that `api.get_profile_connections()` gets you **1st Degree Connection** Yet it is returning a list of 1000 connections even if the profile has 5 connections. Below...

bug