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

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4. Release notes Sourced from jinja2's releases. 3.1.4 This is the Jinja 3.1.4 security release, which fixes security issues and bugs but does not otherwise...

dependencies

This morning the function `get_profile` threw the following error: "requests.exceptions.JSONDecodeError: Expecting value: line 1 column 1 (char 0)" Last night the code was working correctly. Is there something i'm doing...

```python api = Linkedin(**opts) # GET a profile profile = api.get_profile('davidyerrington') ``` The response only grabs the first 4 or so work histories from me. I also tried updating `get_profile`...

This parameter sets a query to search jobs based on the location GeoID.

Currently, the linkedin.py library doesn't provide a clear way to determine if a user is already connected to their LinkedIn account. This functionality would be beneficial for applications using the...

I'm quite new to the linkedin api and I'm still exploring how it works. I found the request that fetches the reactions, however my thoughts are that LinkedIn will detect...

Does anyone know how to get the exact date of the post, with posts that contain multimedia you can tell by the document they upload, but of course when there...

Hi, I am currently working on a project similar to this one as a learning exercise and wanted to ask about how you guys were able to find the origin...

I have connected OpenID Connect. So, after auth, I get an email and I need to find person using this email.