I'm trying to scrape from token.veve.me using Google Sheets
Veve Screenshot with Inspector
I keep getting #NA when trying to get the value highlighted. I've attempted the following syntax to no success:
=IMPORTXML("https://token.veve.me/","//div[@class = 'jss16']")
=IMPORTXML("https://token.veve.me/","//div[@class = 'MuiBox-root jss32']")
=IMPORTXML("https://token.veve.me/","//a[@class = 'jss16']")
The values I'd like to collect are:
- Reserve Wallet: 181,721,533,716
- Vault Wallet: 62,155,092,061
- Token Burns: 69,099,998,338
Any help appreciated!
CodePudding user response:
due to the nature of IMPORTXML not supporting JS this is not doable:
see: https://stackoverflow.com/a/74015233/5632629
CodePudding user response:
give a try to ImportFromWeb add-on. The =IMPORTFROMWEB() function does support JS rendered websites
https://workspace.google.com/marketplace/app/importfromweb_web_scraping_in_google_she/278587576794