Collect Names from Table with Pagination with URL that does not change

I want to collect the Plan Name, State, Rating for each page. It's not working for me. It doesn't collect the data past the first page. As you can see, once it hits the next page, it stops at page 2.
http://healthinsuranceratings.ncqa.org/2019/search

{"_id":"privateplan_test_two","startUrl":["http://healthinsuranceratings.ncqa.org/2019/search"],"selectors":[{"id":"Pagination","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"td.WrapWord","multiple":true,"delay":"3000","clickElementSelector":".displaytable td td:nth-of-type(n)","clickType":"clickMore","discardInitialElements":"do-not-discard","clickElementUniquenessType":"uniqueHTMLText"},{"id":"Plan Name","type":"SelectorText","parentSelectors":["Pagination"],"selector":"a","multiple":true,"regex":"","delay":0}]}

I can't make the pagination work either, though I noticed this site does have specific URLs for each state and all the data is usually on one page. So perhaps that's another route.

e.g.
http://healthinsuranceratings.ncqa.org/2019/search/Commercial/CO
http://healthinsuranceratings.ncqa.org/2019/search/Commercial/DC
http://healthinsuranceratings.ncqa.org/2019/search/Commercial/HI

The other route doesn't work if there exist pages within the state.

I found an alternative with curl to extract the html!

I hope in the future, the chrome extension supports javascript url page changes!