Hi guys,
Allow me to explain what I'm trying to achieve.
I have a list of emails (400+) and I want to know their Linkedin Url, best way to do this is to upload a csv full of emails and let Linkedin do the work for you.
https://www.linkedin.com/mynetwork/import-contacts/upload/
I have uploaded that list and the outcome is 400+ profiles found.
Now the challenge is:
I need to download the Linkedin URL against the email, so basically a spreadsheet with 2 columns: Email + Linkedin URL.
This is the URL I'm trying to scrape: https://www.linkedin.com/mynetwork/import-contacts/saved-contacts/
It looks like this from my end:
I don't want to connect with any of them, the goal is to download the Linkedin URL against the email I uploaded.
If I click on one of the profiles the following window pops up:
I tried to scrape that but no luck so far, not sure what I'm missing.
Will really appreciate your help in this 
Thanks in advance.


