简体   繁体   中英

IMPORTXML not pulling required data to Google Sheets

I'm attempting to pull data from a blockchain explorer:

http://explorer.birake.com/

In my attempt at feeding to Google Sheets the number of 'Master Nodes' live, I am using the function:

=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 .

Can someone assist with this to resolve my issue?

not possible to scrape. all you can get is what you see here:

0

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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