linkedin-profile-scraper-api icon indicating copy to clipboard operation
linkedin-profile-scraper-api copied to clipboard

This is not an issue!

Open impin2rex opened this issue 3 years ago • 0 comments
trafficstars

If you provide some extra Linkedin profile links from 'people you may know. It'll be helpful to scrapping data in a loop from others' profiles.

I've made some changes in the code and I'm able to do scrapping data in a loop. If you permit me to push the changes please let me know. Or you'll do it by yourself, it'll help a lot.

Example:

{
   ...
    volunteerExperiences: [],
  skills: [
    { skillName: 'C', endorsementCount: 31 },
    { skillName: 'Entrepreneurship', endorsementCount: 22 },
    { skillName: 'Semiconductors', endorsementCount: 17 }
  ],
  people: [
    { link: 'https://www.linkedin.com/in/kajal-nadar-419256102/' },
    { link: 'https://www.linkedin.com/in/aashishdua/' },
    { link: 'https://www.linkedin.com/in/yilin-ding/' },
    { link: 'https://www.linkedin.com/in/ashokcherian/' },
    { link: 'https://www.linkedin.com/in/lopa-detroja/' }
  ]
}

Please bring the 'people'. It'll help a lot.

impin2rex avatar Dec 09 '21 06:12 impin2rex