How can I use pagination in this website

Im trying to scrape laptop data from laptopmedia.com, but the pagination isn't working properly, I've tried many ways, 1. using linkselector for pagination. 2. use element click, 3. use element. and none of them worked propery, only scrape the first page or the last page.

Url: https://laptopmedia.com/specs/?q=&hPP=20&idx=laptops&p=0&dFR[brand][0]=ASUS&dFR[show_our][0]=Laptops%20with%20Reviews&nR[price][<%3D][0]=600&nR[price][>%3D][0]=550&is_v=1

Sitemap:
{"_id":"test","startUrl":["https://laptopmedia.com/specs/?q=&hPP=20&idx=laptops&p=0&dFR%5Bbrand%5D%5B0%5D=ASUS&dFR%5Bshow_our%5D%5B0%5D=Laptops%20with%20Reviews&nR%5Bprice%5D%5B%3C%3D%5D%5B0%5D=600&nR%5Bprice%5D%5B%3E%3D%5D%5B0%5D=550&is_v=1"],"selectors":[{"delay":0,"id":"Name","multiple":true,"parentSelectors":["_root","pagination"],"selector":"h5 a","type":"SelectorLink"},{"delay":0,"id":"pagination","multiple":true,"parentSelectors":["_root","pagination"],"selector":".ais-pagination--item__next a","type":"SelectorElement"},{"delay":0,"id":"cpu","multiple":false,"parentSelectors":["Name"],"regex":"","selector":".cat-opti-list li.cpu","type":"SelectorText"},{"delay":0,"id":"price","multiple":false,"parentSelectors":["Name"],"regex":"","selector":"a.catalog-button-orange","type":"SelectorText"}]}

@nangam Hi, the issue arises because you have set the 'Pagination' as an 'Element' and it doesn't appear to be first in the selector order.

Check out the following resources to learn more:

https://webscraper.io/how-to-video/pagination-next
https://webscraper.io/how-to-video/pagination-number-buttons