Open the javascript console of your browser (probably F12) and do the following:
v = [];
for (t of document.getElementsByTagName('tbody')[0].children) v.push(t.children[1].innerHTML);
console.log(v)
I'm more in favor of removing the consumption page at all if the plan is supposed to be unlimited searches.