Pagination array or link element?

Hi all, having trouble getting any data past page 1. I'm really trying to get item, price, company and description out of this site. The pagination array tool would be great but it doesn't seem to work so i've used a link to each page. Any help would be appreciated. Thanks.

Url: https://www.made-in-china.com/Manufacturing-Processing-Machinery-Catalog/Laser-Equipment.html

Sitemap:
{"_id":"laserequipment","startUrl":["https://www.made-in-china.com/Manufacturing-Processing-Machinery-Catalog/Laser-Equipment.html"],"selectors":[{"id":"Lasercutting","type":"SelectorLink","parentSelectors":["_root"],"selector":"a.multi-sub:nth-of-type(1)","multiple":false,"delay":0},{"id":"Wrapper","type":"SelectorElement","parentSelectors":["Fiber laser"],"selector":"div.list-node","multiple":true,"delay":0},{"id":"Item","type":"SelectorText","parentSelectors":["Wrapper","Pagination"],"selector":"h2.product-name","multiple":false,"regex":"","delay":"1000"},{"id":"Price","type":"SelectorText","parentSelectors":["Wrapper","Pagination"],"selector":"strong.price","multiple":false,"regex":"","delay":"1000"},{"id":"Description","type":"SelectorText","parentSelectors":["Wrapper","Pagination"],"selector":"div.extra-property","multiple":false,"regex":"","delay":0},{"id":"Fiber laser","type":"SelectorLink","parentSelectors":["Lasercutting"],"selector":"a.tag:nth-of-type(1)","multiple":false,"delay":0},{"id":"Company","type":"SelectorText","parentSelectors":["Wrapper","Pagination"],"selector":"a.compnay-name span","multiple":false,"regex":"","delay":0},{"id":"Pagination","type":"SelectorLink","parentSelectors":["Fiber laser"],"selector":"div.pager a:nth-of-type(n+2)","multiple":true,"delay":0}]}

you better use pagination selectors as "div.page-num a.next".

Lol, of course an array! It's much easier to set up:
https://www.made-in-china.com/catalog/item999i132/Laser-Equipment-[1-1765].html

The most important thing is to know number of the start and ending page.

Please don't forget to remove your pagination selector beforehand prior to scraping using pagination array.