Pagination Woes

The listing on this website uses page numbers to click on to continue through the table. Pagination seems to working but I only get the results of the first page and i get the result twice in the csv and review.

{"_id":"webpage-pagination","startUrl":["https://web.iaaonline.net/-ALL-SUPPLIERS"],"selectors":[{"id":"pagination","paginationType":"clickMore","parentSelectors":["_root","pagination"],"selector":"#tabbernav1 a","type":"SelectorPagination"},{"delay":0,"id":"Element-group","multiple":true,"parentSelectors":["pagination"],"selector":"div.tabbertab:nth-of-type(1) div.ListingResults_All_CONTAINER","type":"SelectorElement"},{"delay":0,"id":"CONTRACTOR","multiple":true,"parentSelectors":["Element-group"],"regex":"","selector":"[itemprop='name'] a","type":"SelectorText"}]}

@GSHERWIN Hi. After inspecting this website it appears that all of the targeted 'Elements' are natively embedded into the HTML of this website, therefore the 'pagination' selector is redundant.

You can remove the 'pagination' selector and change the 'Element-group' selector to - div.ListingResults_All_CONTAINER

Hope it helps!