Paginatin problem. Scraper stops after 3rd page

Hi guys!

Tryin' to scrape this website, managed to set things properly but the problem is the scraper stops after the first 3 pages.

Url: https://www.emag.ro/carti/filter/gen-f1195,beletristica-v-314847/c

Sitemap:
{"_id":"emag","startUrl":["https://www.emag.ro/carti/filter/gen-f1195,beletristica-v-314847/c?ref=cross_sell_841"],"selectors":[{"id":"titlu","type":"SelectorLink","selector":"a.product-title","parentSelectors":["_root","paginatie"],"multiple":true,"delay":0},{"id":"imagine","type":"SelectorImage","selector":"div.product-gallery-inner img","parentSelectors":["titlu"],"multiple":false,"delay":0},{"id":"pret intreg","type":"SelectorText","selector":"div.product-highlight p.product-old-price","parentSelectors":["titlu"],"multiple":false,"regex":"","delay":0},{"id":"pret redus","type":"SelectorText","selector":"div.product-highlight p.product-new-price","parentSelectors":["titlu"],"multiple":false,"regex":"","delay":0},{"id":"descriere","type":"SelectorText","selector":"div.product-page-description-text div.collapse-offset","parentSelectors":["titlu"],"multiple":false,"regex":"","delay":0},{"id":"paginatie","type":"SelectorLink","selector":"li:nth-of-type(n+3) a.hidden-xs","parentSelectors":["_root"],"multiple":true,"delay":0},{"id":"an aparitie","type":"SelectorText","selector":"tr:contains('An aparitie') td.col-xs-8","parentSelectors":["titlu"],"multiple":false,"regex":"","delay":0},{"id":"autor","type":"SelectorText","selector":"tr:contains('Autor') td.col-xs-8","parentSelectors":["titlu"],"multiple":false,"regex":"","delay":0},{"id":"editura","type":"SelectorText","selector":"tr:contains('Editura') td.col-xs-8","parentSelectors":["titlu"],"multiple":false,"regex":"","delay":0},{"id":"gen","type":"SelectorText","selector":"tr:contains('Gen') td.col-xs-8","parentSelectors":["titlu"],"multiple":false,"regex":"","delay":0},{"id":"limba","type":"SelectorText","selector":"tr:contains('Limba') td.col-xs-8","parentSelectors":["titlu"],"multiple":false,"regex":"","delay":0},{"id":"isbn","type":"SelectorText","selector":"tr:contains('ISBN / ISSN') td.col-xs-8","parentSelectors":["titlu"],"multiple":false,"regex":"","delay":0}]}

Hello,
your pagination selector must be set as recursive.
Look again at the tutorial explaining how to correctly perform pagination. It's well explained in.
[http://webscraper.io/tutorials]