Scrapping more than 25 pages

Hello, I'm testing the free version. It's a funny tool ! I try to scrap a category from a website, with 34 pages. When I test the data, all pages scroll to the end. But the scrap stops at page 25. I don't understand why. They are 693 products and only 481 are scrapped.
Root = page of selected category
fich_prod (to scrap products) = Link - Multiple. Selector = CSS of the link to the product page. Associated with root and navigation. This selector has sub-selector for the product page (works fine !)
navigation = Pagination(beta). Type : Click one on multiple buttons. Select : CSS of pagination buttons (there are not link as page=1, page=2. It's a script and the number of the page is added in the url). Associated with root and navigation.

Only 5 numbers of pages are displayed (1, 2, 3, 4, 5). The code is

  • 25
  • So it seems to work with the CSS class li.pagination-page a.

    This is the sitemap
    {"_id":"heopreco","startUrl":["heo - FR a.ng-binding","multiple":true,"delay":0},{"id":"title","parentSelectors":["fiche_prod"],"type":"SelectorText","selector":"h1.new","multiple":false,"delay":0,"regex":""},{"id":"descr_court","parentSelectors":["fiche_prod"],"type":"SelectorText","selector":".v-align p","multiple":false,"delay":0,"regex":""},{"id":"pachat","parentSelectors":["fiche_prod"],"type":"SelectorText","selector":"span.prx","multiple":false,"delay":0,"regex":""},{"id":"poids","parentSelectors":["fiche_prod"],"type":"SelectorText","selector":"p.inline-block:nth-of-type(4)","multiple":false,"delay":0,"regex":""},{"id":"ean_prod","parentSelectors":["fiche_prod"],"type":"SelectorText","selector":"p:nth-of-type(8)","multiple":false,"delay":0,"regex":""},{"id":"prix_vente","parentSelectors":["fiche_prod"],"type":"SelectorText","selector":".info-detail .ng-scope p.ng-binding","multiple":false,"delay":0,"regex":""},{"id":"licence","parentSelectors":["fiche_prod"],"type":"SelectorText","selector":"a.ng-binding:nth-of-type(2)","multiple":false,"delay":0,"regex":""},{"id":"image1","parentSelectors":["fiche_prod"],"type":"SelectorImage","selector":"img.ng-scope","multiple":false,"delay":0},{"id":"date_dispo","parentSelectors":["fiche_prod"],"type":"SelectorText","selector":".eta-purch p","multiple":false,"delay":0,"regex":""},{"id":"navigation","parentSelectors":["_root","navigation"],"paginationType":"clickOnce","selector":"li.pagination-page a","type":"SelectorPagination"},{"id":"Type_produit_cat","parentSelectors":["fiche_prod"],"type":"SelectorText","selector":"h2.new","multiple":false,"delay":0,"regex":""}]}

    Is it anything wrong ? is it a limitation ?

    Thanks a lot for your help !

    @Kerlin Hello, it does not appear that the sitemap JSON you sent would be valid.

    Please, be sure to resend it by applying the preformatted text option.

    Sorry for the delay to reply and thanks for your message.

    {"_id":"heopreco","startUrl":["heo - FR a.ng-binding","multiple":true,"delay":0},{"id":"title","parentSelectors":["fiche_prod"],"type":"SelectorText","selector":"h1.new","multiple":false,"delay":0,"regex":""},{"id":"descr_court","parentSelectors":["fiche_prod"],"type":"SelectorText","selector":".v-align p","multiple":false,"delay":0,"regex":""},{"id":"pachat","parentSelectors":["fiche_prod"],"type":"SelectorText","selector":"span.prx","multiple":false,"delay":0,"regex":""},{"id":"poids","parentSelectors":["fiche_prod"],"type":"SelectorText","selector":"p.inline-block:nth-of-type(4)","multiple":false,"delay":0,"regex":""},{"id":"ean_prod","parentSelectors":["fiche_prod"],"type":"SelectorText","selector":"p:nth-of-type(8)","multiple":false,"delay":0,"regex":""},{"id":"prix_vente","parentSelectors":["fiche_prod"],"type":"SelectorText","selector":".info-detail .ng-scope p.ng-binding","multiple":false,"delay":0,"regex":""},{"id":"licence","parentSelectors":["fiche_prod"],"type":"SelectorText","selector":"a.ng-binding:nth-of-type(2)","multiple":false,"delay":0,"regex":""},{"id":"image1","parentSelectors":["fiche_prod"],"type":"SelectorImage","selector":"img.ng-scope","multiple":false,"delay":0},{"id":"date_dispo","parentSelectors":["fiche_prod"],"type":"SelectorText","selector":".eta-purch p","multiple":false,"delay":0,"regex":""},{"id":"navigation","parentSelectors":["_root","navigation"],"paginationType":"clickOnce","selector":"li.pagination-page a","type":"SelectorPagination"},{"id":"Type_produit_cat","parentSelectors":["fiche_prod"],"type":"SelectorText","selector":"h2.new","multiple":false,"delay":0,"regex":""}]}
    

    @Kerlin Hi, please, re-validate the sitemap as the sitemap JSON is invalid. Please, re-check if it is importable before sending it. Thanks.

    I'm very sorry. It's re-importable. But I found how to resolve my issue :wink: Thanks