我正在尝试从不同的网站上获取google-sheets-importxml的价格。 有些非常简单,另一些我找不到正确的xpath。
有什么花招吗?您如何找到它们?
非常感谢
答案 0 :(得分:0)
谢谢您的回答,我知道,但是有时候我无法获得正确的值。
我使用以下xpath成功获取价格:
//div/div/span[@class='real price']
//div/div/div/div/span
我可以在以下代码中找到正确的xpath:
<span class="regular-price" id="product-price-11374">
<!--span class="price-label"></span-->
<span class="price">1 490,00 €</span>
</span>