I’m trying to use IMPORTXML to pull job information from Linkedin into Google sheets. I have a list of job URLs which I hope to pull various elements from the page (job title, description, company profile link etc.) into a spreadsheet. No matter what I try, I can’t get it to pull anything.
As far as I can see, the below formula looks correct but it returns a “Could not fetch URL” error
=IMPORTXML("www.linkedin.com/jobs/view/585970109","//*[@id='job-details'])")
Any ideas of what I’m doing wrong would be greatly appreciated.
Thanks