Can´t past pagination in this page

Hello again.
Thank you in advance for your help

I have two issues with this scrape:

  1. I0m not able to set the pagination right. I tried different ways and the best i can do is to retrieve 23/33 of the links.

  2. I'm able to get 2 images this way but iddeally i would get any image to a max of 6, for example. I can create a selector for each, no problem. Some have videos.

Url: https://www.miele.pt/p/maquinas-de-lavar-louca-industriais-1941.htm

Sitemap:
{"_id":"Miele-ind-louca-002","startUrl":["https://www.miele.pt/p/maquinas-de-lavar-louca-industriais-1941.htm"],"selectors":[{"id":"pagination","paginationType":"auto","parentSelectors":["_root","pagination"],"selector":".obj-button obj-button--primary","type":"SelectorPagination"},{"id":"Link","linkType":"linkFromHref","multiple":true,"parentSelectors":["_root","pagination"],"selector":"div.crd-product-tile__button-wrapper:nth-of-type(n+3) a","type":"SelectorLink"},{"id":"Titulo","multiple":false,"parentSelectors":["Link"],"regex":"","selector":"h1","type":"SelectorText"},{"id":"descricao_curta","multiple":false,"parentSelectors":["Link"],"regex":"","selector":"h2.obj-product-key-details__type-description","type":"SelectorText"},{"id":"Detalhes","multiple":false,"parentSelectors":["Link"],"regex":"","selector":"div.mdl-product-detail-head__features","type":"SelectorHTML"},{"id":"Caracteristicas_todas","multiple":false,"parentSelectors":["Link"],"regex":"","selector":"div.mdl-product-detail-details__content","type":"SelectorHTML"},{"extractAttribute":"src","id":"imagem","multiple":false,"parentSelectors":["Link"],"selector":".swiper-slide-active img","type":"SelectorElementAttribute"},{"id":"imagem2","multiple":false,"parentSelectors":["Link"],"selector":".swiper-slide-next img","type":"SelectorImage"}]}

no pagination is needed.... just a click - to view all products....

{"_id":"miele","startUrl":["https://www.miele.pt/p/maquinas-de-lavar-louca-industriais-1941.htm"],"selectors":[{"clickActionType":"real","clickElementSelector":"div.obj-list-progress-bar__buttons a.obj-button--primary:contains(\"Mostrar todos os produtos \")","clickElementUniquenessType":"uniqueHTMLText","clickType":"clickMore","delay":1000,"discardInitialElements":"discard","id":"click","multiple":false,"parentSelectors":["_root"],"selector":"div.obj-list-progress-bar__buttons a.obj-button--primary:contains(\"Mostrar todos os produtos \")","type":"SelectorElementClick"},{"id":"Link","linkType":"linkFromHref","multiple":true,"parentSelectors":["_root"],"selector":"a.crd-product-tile__headline","type":"SelectorLink"},{"id":"Titulo","multiple":false,"parentSelectors":["Link"],"regex":"","selector":"h1","type":"SelectorText"},{"id":"descricao_curta","multiple":false,"parentSelectors":["Link"],"regex":"","selector":"h2.obj-product-key-details__type-description","type":"SelectorText"},{"id":"Detalhes","multiple":false,"parentSelectors":["Link"],"regex":"","selector":"div.mdl-product-detail-head__features","type":"SelectorHTML"},{"id":"Caracteristicas_todas","multiple":false,"parentSelectors":["Link"],"regex":"","selector":"div.mdl-product-detail-details__content","type":"SelectorHTML"},{"extractAttribute":"src","id":"imagem","multiple":false,"parentSelectors":["Link"],"selector":".swiper-slide-active img","type":"SelectorElementAttribute"},{"id":"imagem2","multiple":false,"parentSelectors":["Link"],"selector":".swiper-slide-next img","type":"SelectorImage"}]}

Thank you but running this, only got 21/33.

I used it and made some trial and error. Got the 33 using:

{"_id":"miele-industrial-louca","startUrl":["https://www.miele.pt/p/maquinas-de-lavar-louca-industriais-1941.htm"],"selectors":[{"id":"click","parentSelectors":["_root","Link"],"type":"SelectorElementClick","clickActionType":"real","clickElementSelector":"div.obj-list-progress-bar__buttons a.obj-button--primary:contains(\"Mostrar todos os produtos \")","clickElementUniquenessType":"uniqueHTMLText","clickType":"clickMore","delay":1000,"discardInitialElements":"discard","multiple":true,"selector":"div.obj-list-progress-bar__buttons a.obj-button--primary:contains(\"Mostrar todos os produtos \")"},{"id":"Link","parentSelectors":["_root"],"type":"SelectorLink","selector":"a.crd-product-tile__headline","multiple":true,"linkType":"linkFromHref"},{"id":"Titulo","parentSelectors":["Link"],"type":"SelectorText","selector":"h1","multiple":false,"regex":""},{"id":"descricao_curta","parentSelectors":["Link"],"type":"SelectorText","selector":"h2.obj-product-key-details__type-description","multiple":false,"regex":""},{"id":"Detalhes","parentSelectors":["Link"],"type":"SelectorHTML","selector":"div.mdl-product-detail-head__features","multiple":false,"regex":""},{"id":"Caracteristicas_todas","parentSelectors":["Link"],"type":"SelectorHTML","selector":"div.mdl-product-detail-details__content","multiple":false,"regex":""},{"id":"imagem","parentSelectors":["Link"],"type":"SelectorElementAttribute","selector":".swiper-slide-active img","multiple":false,"extractAttribute":"src"},{"id":"imagem2","parentSelectors":["Link"],"type":"SelectorImage","selector":".swiper-slide-next img","multiple":false}]}```

I got 33 yesterday...Well, glad for you )