383 pages scraped on 402

Hello,
I'm trying to scrap a new website from only one category. The scrap works fine but stopped in the middle of page 383. There are 402 pages in this category. As the scraping is very long, I wish to scrap only the last pages. So is it possible to create a new start with a page number ? The pagination displays only one page number and a next link, like that : <<(first) <(previous) 383 >(next) >> (last)

The actual sitemap :slightly_frowning_face: {"_id":"pbm4-marchandises","startUrl":["https://www.pbmexpress.nl/fr/marchandises/"],"selectors":[{"id":"pagination-pbm4","parentSelectors":["_root","pagination-pbm4"],"paginationType":"linkFromAttributes","selector":".listing--bottom-paging div a[title="Page suivante"]","type":"SelectorPagination"},{"id":"produit-pbm4","parentSelectors":["_root","pagination-pbm4"],"type":"SelectorLink","selector":".listing--container a.product--title","multiple":true},{"id":"titrepbm","parentSelectors":["produit-pbm4"],"type":"SelectorText","selector":"h1.product--title","multiple":false,"regex":""},{"id":"desc courte candy","parentSelectors":["produit-pbm4"],"type":"SelectorGroup","selector":".informationdescription p","extractAttribute":""},{"id":"ref pbm","parentSelectors":["produit-pbm4"],"type":"SelectorText","selector":"p.padding-detail:nth-of-type(2)","multiple":false,"regex":""},{"id":"eanpbm","parentSelectors":["produit-pbm4"],"type":"SelectorText","selector":"p.padding-detail:nth-of-type(3)","multiple":false,"regex":""},{"id":"imagecandy","parentSelectors":["produit-pbm4"],"type":"SelectorElementAttribute","selector":"div.image-slider--slide div.image--box.image-slider--item span.image--element","multiple":false,"extractAttribute":"data-img-large"}]}

Thanks a lot

This site's URL will change with each page so you probably do not even need a paginator. You can use the "range url with increment" method listed under Specify multiple urls with ranges.