I'm trying to work out how to use ImportXML properly within Google Spreadsheet. I'm trying to obtain the value of the key "last" from within this URL:
https://www.bitstamp.net/api/ticker/
All I have for now is, but this reports an error saying "please make sure that the URL points to a valid XML or HTML":
=ImportXML("https://www.bitstamp.net/api/ticker/","//@last")
ImportXML()until today so I might not be much help but it looks to be because of the way the page is being translated. As you say the error says doesn't see valid XML or HTML. This works fine ->=ImportXML("https://www.bitstamp.net/","//p")so doesn't look to be any issues with your domain. How is the ticker page created? - dev