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

Hi It seems search_people does not work again and the return is always empty. Without this, I think it is impossible to use get_profile_network_info since public id is needed. Does...

Hi, I'm looking for new endpoints, especially for events. I've read and reread the "How to find endpoint" section of the Readme. I've tried to find endpoints already known and...

Hello, I was curious how can we fetch a post and the post details like the text, image etc written in post via URL/URN or any identifier. Cannot find any...

The sponsor link doesn't work. How can I become a sponsor?

I was using this linkedin-api to fetch user details from LinkedIn and for performing keyword searches. But suddenly it stopped working for my account. It was working fine when I...

When I try to view the profile the method ```view_profile``` of a user that is out of my network. I have the following error : ``` line 1205, in view_profile...

I was actually just using three functions. ``` api = Linkedin(username, password) posts = api.get_profile_posts(public_id=user2scrap, post_count=5) comments = api.get_post_comments(postID) ``` Everything was fine until yesterday... Cause I had no problems...

for some dubious reason changing the user agent from one that i captured on a local emulator has significantly reduced my rate limiting and ban rates. i understand that user...

Any chance you'll be able to add group functionality to the SDK? This would be sweet to moderate my group like Reddit.

enhancement