Hey!
I’m searching for a way to fetch some data from a website using Calc.
I was using Google Sheets with the IMPORTXML function before, but because it’s very unreliable I want to use Calc instead.
My functions there looked like this:
=IMPORTXML(E2; “//h3[@class=‘product-name’]”)
=IMPORTXML(E2; “//span[@class=‘price’]”)
As you can already guess, the URL was in E2 (f.i. http://www.killis.at/gin/monkey-47-gin-distiller-s-cut-2016-0-5-lt.html).
After reading the Calc help and some related topics, I suppose, that FILTERXML could help in this case, but I’ve never managed to get it to work.
So what would be the equivalent for this function in Calc and how would the appropriate command for the product name and price look like?
Many thanks in advance!