Is there a way to import data from a Billboard Hot 100 chart onto Google Sheets?

Viewed 47

I've been trying to add the Billboard top 100 songs from certain weeks onto Google Sheets, but it keeps responding with "Resource at url contents exceeded maximum size." There had been other things online that I have tried, like below:

=IMPORTXML("https://www.billboard.com/charts/hot-100/2011-01-01/", "//span[@class='chart-list-item__title-text']")

But it didn't seem to work. Are there any other ideas of ways of doing so?

0 Answers
Related