Can't scrape this website

I'm new using this tool. So far I managed to scrape several websites, but this one seems impossible.

The pagination tool doesn't seems to work with this website, and has several types of links in each page.

Would appreciate your help, every little bit helps

URL:https://clasipar.paraguay.com/motor/autos/page-1

Sitemap:
{"_id":"clasipar","startUrl":["https://clasipar.paraguay.com/motor/autos"],"selectors":[{"id":"paginas","parentSelectors":["_root","paginas"],"paginationType":"auto","selector":".pagination li:nth-of-type(n+2) a[onclick]","type":"SelectorPagination"},{"id":"premium","parentSelectors":["paginas"],"type":"SelectorElement","selector":".col-md-8 > div:nth-of-type(3) > div","multiple":true},{"id":"descripcion","parentSelectors":["premium"],"type":"SelectorLink","selector":".box-premium a.titAnuncio","multiple":true},{"id":"precio","parentSelectors":["premium"],"type":"SelectorText","selector":".box-premium p.price","multiple":true,"regex":""}]}

@cfg2012 Hello, it appears as it can take up to 7 seconds to fully load the next page listings, therefore the most viable way would require using the predefined page interval pagination within the starting URL.

Example:

{"_id":"clasipar","startUrl":["https://clasipar.paraguay.com/motor/autos/page-[1-5]"],"selectors":[{"id":"premium","multiple":true,"parentSelectors":["_root"],"selector":".col-md-8 > div:nth-of-type(3) > div","type":"SelectorElement"},{"id":"descripcion","multiple":false,"parentSelectors":["wrapper-2"],"selector":"a.titAnuncio","type":"SelectorLink"},{"id":"precio","multiple":false,"parentSelectors":["wrapper-2"],"regex":"","selector":"p.price","type":"SelectorText"},{"id":"wrapper-2","multiple":true,"parentSelectors":["premium"],"selector":"article","type":"SelectorElement"}]}