tomquirk / linkedin-api

👨‍💼Linkedin API for Python
MIT License
1.72k stars 402 forks source link

Load more than 5 company/education history #74

Open cmohrmueller opened 4 years ago

cmohrmueller commented 4 years ago

I'm using this to construct a data set for my research using my personal connections, but unfortunately the experience and the education dictionary only contain the first 5 entries. Do you plan to add a feature to load the rest sometime?

Thanks!

plxel commented 4 years ago

is there a way to request all of them?

adnaanbheda commented 4 years ago

Yeah, I'm looking for this too. The data seems to be inside a huge blob of text and I can't find any particular endpoints for education/experience either.

@tomquirk Any chances this can be done ?

prastut commented 3 years ago

+1 for the feature request 🥺

tomquirk commented 3 years ago

Ehhh. Just looked at this. Looks like the endpoint we're using only returns the first 5.

We have to rewrite the get_profile method to use the new linkedin api endpoint to get the entire list of experiences 😱 . This will take a while unforunately

peteraust commented 1 year ago

Hi there, is there any update on this topic or a workaround to get more than 5 entries?