Scraping Amazon products from seller page

Hi everybody,
I´m going crazy. I want to scrape all products from an Amazon Seller Site.
Example: https://www.amazon.es/sp?_encoding=UTF8&asin=B01E01Y1OU&isAmazonFulfilled=1&isCBA=&marketplaceID=A1RKKUPIHCS9HS&orderID=&seller=A1UJJ5FQ2ALVR7&tab=home&vasStoreID=

(Product tab)

I manage to get the scrape the products from the first page, but I have trouble with the pagination. The invisible icons. There are neither unique links.
To make the pagination parent as it self does not work.

I only want the "next" button to be clicked. Thanks

{"_id":"umschlagdiscount","startUrl":["https://www.amazon.es/sp?_encoding=UTF8&asin=B01E01Y1OU&isAmazonFulfilled=1&isCBA=&marketplaceID=A1RKKUPIHCS9HS&orderID=&seller=A1UJJ5FQ2ALVR7&tab=home&vasStoreID="],"selectors":[{"id":"directory","type":"SelectorLink","selector":"div.a-row div.a-row div.a-column div.a-row.a-color-link a","parentSelectors":["_root","paginationnextbutton"],"multiple":true,"delay":0},{"id":"title","type":"SelectorText","selector":"h1.a-size-large span.a-size-large","parentSelectors":["directory"],"multiple":false,"regex":"","delay":0},{"id":"bullet1","type":"SelectorText","selector":"div.centerColAlign li:nth-of-type(2)","parentSelectors":["directory"],"multiple":false,"regex":"","delay":0},{"id":"bullet2","type":"SelectorText","selector":"div.centerColAlign li:nth-of-type(3) span.a-list-item","parentSelectors":["directory"],"multiple":false,"regex":"","delay":0},{"id":"bullet3","type":"SelectorText","selector":"div.centerColAlign li:nth-of-type(4) span.a-list-item","parentSelectors":["directory"],"multiple":false,"regex":"","delay":0},{"id":"bullet4","type":"SelectorText","selector":"div.centerColAlign li:nth-of-type(5) span.a-list-item","parentSelectors":["directory"],"multiple":false,"regex":"","delay":0},{"id":"bullet5","type":"SelectorText","selector":"div.centerColAlign li:nth-of-type(6) span.a-list-item","parentSelectors":["directory"],"multiple":false,"regex":"","delay":0},{"id":"description","type":"SelectorText","selector":"div.a-row div.a-section p","parentSelectors":["directory"],"multiple":false,"regex":"","delay":0},{"id":"paginationnextbutton","type":"SelectorElementClick","selector":"li.products-pagination-button:nth-of-type(12) a","parentSelectors":["_root","paginationnextbutton"],"multiple":false,"delay":0,"clickElementSelector":"li.products-pagination-button:nth-of-type(12) a","clickType":"clickOnce","discardInitialElements":false,"clickElementUniquenessType":"uniqueText"}]}