Web scrapping by using google sheets

I would like to scrap datas from this website on google sheets. I have an error saying imported content is empty by using this syntax :

=IMPORTXML("https://lokia.zohorecruit.com/jobs/Careers";"//*[@id='website_block_jobs']/career-website-job-layout3/div/div[3]/div/div[3]/div[2]/div[1]/h3/a")

I would like to scrap only the title of the function (in one column) and the date in another column.

What is not correct with my synthax ? Can you help me please


Solution 1:

in this case, there is no correct syntax. JavaScript elements are not supported by any IMPORT formula of google sheets. you can always backcheck it if you disable JS for a given site and see if there is anything left to be scrapped

enter image description here