通过Google Sheet IMPORTXML从Instagram帖子中搜集喜欢和评论的数量

时间:2017-09-18 12:46:13

标签: xpath google-sheets scrape

我是importXML的菜鸟。对喜欢的数量的XPath是

//*[@id="react-root"]/section/main/div/div/article/div[2]/section[2]/div/a/span

所以从这篇文章中抓取喜欢的数量的公式:https://www.instagram.com/p/BZLli5ll6yz/应该是:

=IMPORTXML("https://www.instagram.com/p/BZLli5ll6yz/", "//*[@id="react-root"]/section/main/div/div/article/div[2]/section[2]/div/a/span")

右?我错过了什么?

1 个答案:

答案 0 :(得分:0)

确保在xpath中,“ react-root”位于子类中:“ react-root”。这样可以将其包含在第二个参数中。