I have a list of 1000 companies and want to pull their LinkedIn URLs either looking on their website or with their business name?
If you have the company domains then perhaps run the FindOnPage formula to check if they link to LinkedIn:
=FindOnPage(A2;"LinkedinAccount")
1 Like
its not working for Linkedin
It finds any LinkedIn accounts linked in the HTML:
=FindOnPage("https://seotoolsforexcel.com";"LinkedinAccount")
its only working on some url not all even tho linkedin page is available on the page
try with these urls
https://aecom.com/ca/
https://resumely.pk/
both have linkedin page on their home
or is there any way I can scrape html source and regex linkedin page url?
Okay, figured out the issue. It only accepted LinkedIn persons, not company pages. Updated so both are accepted.
New version:
https://links.seotoolsforexcel.com/latest/
1 Like
Great! its now working!
1 Like