When I click to other pages, the link has changed

Hi
I am trying to scrap these products on this website.
But I got stuck at first at Start URL

I tried to go to the last page to create the link from [1-last page] as usual.

But this link was changed when I click to other pages.

https://www.tucker.com/ITMINQ09?FCBN_CATALOG_203=on&FTYP_CATALOG_203=CATALOG&FHID_CATALOG_203=Street&FCBN_CATEGORY_19=on&FTYP_CATEGORY_19=CATEGORY&FHID_CATEGORY_19=Audio%2C+Video+%26+Navigation

It just changes to https://www.tucker.com/itminq09 when we click to other pages

Please anyone help

@tortor55 Hello, it seems that you should be able to paginate through this website by using the following 'pagination' selector - .active + li a

Example sitemap:

{"_id":"tucker-com-pagination","startUrl":["https://www.tucker.com/ITMINQ09?FCBN_CATALOG_203=on&FTYP_CATALOG_203=CATALOG&FHID_CATALOG_203=Street&FCBN_CATEGORY_19=on&FTYP_CATEGORY_19=CATEGORY&FHID_CATEGORY_19=Audio%2C+Video+%26+Navigation"],"selectors":[{"id":"pagination","paginationType":"auto","parentSelectors":["_root","pagination"],"selector":".active + li a ","type":"SelectorPagination"},{"delay":0,"id":"wrapper","multiple":true,"parentSelectors":["pagination"],"selector":"tr.trSearchResults","type":"SelectorElement"},{"delay":0,"id":"item","multiple":false,"parentSelectors":["wrapper"],"regex":"","selector":"td.itemInquiryItemLine1","type":"SelectorText"}]}

Thank you very much.