I'm trying to scrape stock quotes from web pages using Google sheets and ImportHTML (and its variants like ImportXML and ImportData). It works on some web pages but not others. An example of a web page I'm unable to import data from is https://www.barchart.com/stocks/performance/price-change/advances.
I used the following code:
=IMPORTHTML("https://www.barchart.com/stocks/performance/price-change/advances","table",0)
. Is there a way to download or scrape this data?