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