Here’s Daniele, from Italy. It’s my first post in this community. I hope it is the right place. I thank you in advance for your time and support.
I’d don’t understand why I can extract some data, using google =IMPORTXML function, but I cannot some other data.
Probably the Xpath address is not totally correct. I don’t know.
This is the url of the website: https://www.it.forzieri.com/ita/product_view.asp?l=ita&c=ita&dept_id=18&sku=zr130417%2D002%2D00 On the left side there is a collapse button called “Dettagli” (Details in English). If you click and open it, there is a table. The data I need is called “Pelle di vitello”, which is the Material of the product. This is the Xpath for that: //*[@id=’schedaTecnica’]/table[2]/tbody/tr[1]/td
But it doesn’t work.
The same for the text upon the price: “Sold Out”. This is the Xpath: //*[@id=’variantInfo’]/p
Any clarification will be really well accepted.
Thanks again. Have a nice day!
Daniele.