1
I’m trying to create a file to get the data from Alexa’s Audience Geography area/table (https://www.alexa.com/siteinfo/twitter.com) but google Sheets whenever I try to pull appears an error.
=IMPORTHTML("https://www.alexa.com/siteinfo/twitter.com";"//*[@table='demographics_div_country_table']")
The error says "The IMPORTHTML Function value parameter 2 is [@table='demographics_div_country_table'
], but it should be one of the following: table, list'."
How to get data from this table (with countries, percentage and rank)?