简体   繁体   English

IMPORTXML 未将所需数据提取到 Google 表格

[英]IMPORTXML not pulling required data to Google Sheets

I'm attempting to pull data from a blockchain explorer:我正在尝试从区块链浏览器中提取数据:

http://explorer.birake.com/ http://explorer.birake.com/

In my attempt at feeding to Google Sheets the number of 'Master Nodes' live, I am using the function:在我尝试向 Google Sheets 提供实时“主节点”的数量时,我使用了以下功能:

=IMPORTXML("http://explorer.birake.com/","//div[@id='masternodepanel']")

Instead of returning an integer, it is returning - .它不是返回整数,而是返回-

I see from the Inspect tool that the number is contained within the label id "masternodeCountOnline", however, cannot successfully parse this information through IMPORTXML .我从 Inspect 工具中看到该数字包含在标签 ID“masternodeCountOnline”中,但是,无法通过IMPORTXML成功解析此信息。

Can someone assist with this to resolve my issue?有人可以协助解决我的问题吗?

not possible to scrape.不可能刮。 all you can get is what you see here:你所能得到的就是你在这里看到的:

0

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM