无法使用importxml google工作表在动态网页上使用xpath获取数据

时间:2018-02-21 14:10:48

标签: web-scraping

我正在尝试提取数据,例如新加坡的24kt黄金价格,并且每次表格都会发出错误"#N / A"在具有=IMPORTXML功能

的Google工作表中

这是我试图从" https://www.malabargoldanddiamonds.com/ae/goldprice"

提取信息的网站

下面是我写的一些函数,用于提取值,似乎没有什么对我有用

=importxml("https://www.malabargoldanddiamonds.com/ae/goldprice", "//td[@id='price24t_85']")

=importxml("https://www.malabargoldanddiamonds.com/ae/goldprice", "//*[@id='price24t_85']")

=importxml("https://www.malabargoldanddiamonds.com/ae/goldprice", "//div[contains(@class, 'goldrate_FarEast')]//td[@id='price24t_85']")

你能否对此有所了解。

0 个答案:

没有答案