Hello,
I have a database with a lot of companys and company’s informations.
I would like to find the linkedin URL of the CEO for each company.
So I would like to create a script that take the value “company name” and that search on google : site:linkedin.com/in ‘CEO’ OR ‘Co-fondateur’ AND “company name” and return in the same record the first link found.
I never practice on javascript… so someone may help me with that please ?
Thank you