Partial Scrapping with pagination

Hi, when doing my scrapping not all of the items in the lists are scrapped and only some are present in the result pages, there is a lot of information missing out.

Url: https://www.alkosto.com/autos/llantas/llantas-automovil

Sitemap:
{"_id":"alkosto","startUrl":["https://www.alkosto.com/autos/llantas"],"selectors":[{"id":"categoria","type":"SelectorLink","parentSelectors":["_root"],"selector":"li.subcategory a","multiple":true,"delay":0},{"id":"item","type":"SelectorElement","parentSelectors":["categoria","pagination"],"selector":"ul.products-grid li.item","multiple":true,"delay":0},{"id":"pagination","type":"SelectorLink","parentSelectors":["categoria"],"selector":"div.toolbar-bottom li:nth-of-type(n+2) a","multiple":true,"delay":0},{"id":"titulo","type":"SelectorText","parentSelectors":["item"],"selector":"h2.product-name a","multiple":false,"regex":"","delay":0},{"id":"precio","type":"SelectorText","parentSelectors":["item"],"selector":"span.price span.price","multiple":false,"regex":"","delay":0}]}

Please help!

I've realised that it is working on the first 5 pages, which appear on the first screen bu the site has more than 9 pages, perhaps if I only click the next button?

It does work, had to include an endless paginator selector child to the previous one: paginator>paginator 2>paginator 3, etc...