tomquirk / linkedin-api

👨‍💼 LinkedIn API for Python
https://pypi.org/project/linkedin-api
MIT License
1.92k stars 426 forks source link

get_profile only returns the first few work experiences #388

Closed dyerrington closed 2 weeks ago

dyerrington commented 4 months ago
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 to include pagination parameters like I've seen in other methods in the codebase but the Voyager API seems to not care in this instance. Is it possible to get complete work history for me?

Thanks!

Prii-y commented 1 month ago

Heyy @dyerrington were u able to find a solution for this? Thanks!