Can't wrap my head around what I'm doing wrong. What is the best way to paginate (?) through each category. It looks like i've followed the tutorial. But nope... I'm scraping only the first pages on each category...
Home someone can advice.
Url: https://www.coop.se/handla/
Sitemap:
{"_id":"coop2","startUrl":["https://www.coop.se/handla/"],"selectors":[{"id":"category","type":"SelectorLink","parentSelectors":["_root"],"selector":"ul:nth-of-type(2) > li > a","multiple":true,"delay":0},{"id":"productname","type":"SelectorText","parentSelectors":["category","pagination"],"selector":"h3","multiple":true,"regex":"","delay":0},{"id":"pagination","type":"SelectorLink","parentSelectors":["category","pagination"],"selector":"li.page-number:nth-of-type(n+2) a","multiple":true,"delay":0}]}