Skip to content Skip to sidebar Skip to footer

Linkedin Scraping Not Getting All Data

From a linkedin site like: https://www.linkedin.com/company/10073529?trk=tyah&trkInfo=clickedVertical%3Acompany%2CclickedEntityId%3A10073529%2Cidx%3A1-1-1%2CtarId%3A14611323167

Solution 1:

You should be using the LinkedIn REST API instead. There are the relevant company profile related endpoints and you can experiment with the REST API explorer here. And there is a python-linkedin client, which also has the Company API part documented.


Post a Comment for "Linkedin Scraping Not Getting All Data"