I would have tried the use of IMPORTXML function on google sheets to scrape data on https://goldprice.org/spot-gold.html
However, when I use a function of
=importXML("https://goldprice.org/spot-gold.html","//*[@id='gpxtickerLeft_price']") then it shows #N/A
and after searching on Google and Youtube it indicates the cause is scraping data of JavaScript content/elements from websites
So, how to import data of JavaScript content/elements from websites on google sheets