Using Get Data from Web, I'm pulling data from a table within a website and there are 100 rows by default, which pulls through fine. Clicking a 'View All' button at the top right expands the table with many more data rows, and the URL doesn't change. I actually need to import the full data set, as if View All was clicked. How can I do that?

In case the website format is important, I'm pulling from cryptorank.io/all-coins-list (can't add the clickable link as I'm new here)

Many thanks in advance, guys!