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!