Here is the website: https://www.homesnap.com/CA/Sun-Valley/11027-Cohasset-Street
I want the value $543,000
to be scraped into one cell.
ImportXML parsed "imported content is empty". Here is the formula
=ImportXML("https://www.homesnap.com/CA/Sun-Valley/11027-Cohasset-Street","//div[@class='property-header-price']")
and ImportJSON return
"syntax error: unexpexted token".
=ImportJSON("https://www.homesnap.com/CA/Sun-Valley/11027-Cohasset-Street","/html/body/div[1]/main/div[4]/div/div[1]/div[1]/div[4]/div[1]/div")
Any advice to import the data?