Hello,
I am still fine-tuning this scraper. I seem to be having an issue getting it to select the different "pack" sizes that some products have. I could swear I had this working on an earlier version.
Some items have a 1/2/3/5/10 pack, but when the scraper gets to that page it doesn't go through them. I followed the pagination tutorial and the selector graph looks right. Any help on what I am doing wrong?
Much appreciated, thanks.
I seem to be having an issue with the image selector not grabbing the info on all pages, but that's for another day. It shows in the preview on all the pages, but not the extraction.
Don't mind the mess of the rest of it. I'm working on that, 
EDIT: Here is an example URL with the variations: https://www.123ink.ca/p-304532-901-cc653an-remanufactured-hp-901-cc653an-black-ink-cartridge-moustache#sku304532
Url: https://www.123ink.ca/en/c-6336-hp-ink-cartridges?page=[1-30]&sort_by=catalog_feature_deals_position
Sitemap:
{"_id":"hp-ink","startUrl":["https://www.123ink.ca/en/c-6336-hp-ink-cartridges?page=[1-30]&sort_by=catalog_feature_deals_position"],"selectors":[{"id":"Product","type":"SelectorLink","parentSelectors":["_root"],"selector":"a.product_item_track","multiple":true,"delay":0},{"id":"pack-size","type":"SelectorLink","parentSelectors":["Product","pack-size"],"selector":"#variant-type-2 li:nth-of-type(n+2) a","multiple":true,"delay":"50"},{"id":"market-price","type":"SelectorText","parentSelectors":["Product","pack-size"],"selector":"span.market-price","multiple":false,"regex":"","delay":0},{"id":"retail-price","type":"SelectorText","parentSelectors":["Product","pack-size"],"selector":"span.main-color","multiple":false,"regex":"","delay":0},{"id":"product-title","type":"SelectorText","parentSelectors":["Product","pack-size"],"selector":"h1","multiple":false,"regex":"","delay":0},{"id":"stock-status","type":"SelectorText","parentSelectors":["Product","pack-size"],"selector":"div.availability","multiple":false,"regex":"","delay":0},{"id":"free-shipping","type":"SelectorText","parentSelectors":["Product","pack-size"],"selector":"div.productDetail-freeshipping-tips","multiple":false,"regex":"","delay":0},{"id":"specs-page-yield","type":"SelectorText","parentSelectors":["Product","pack-size"],"selector":".list_table li:nth-of-type(1)","multiple":false,"regex":"","delay":0},{"id":"specs-cost-per-page","type":"SelectorText","parentSelectors":["Product","pack-size"],"selector":".list_table li:nth-of-type(2)","multiple":false,"regex":"","delay":0},{"id":"specs-colour","type":"SelectorText","parentSelectors":["Product","pack-size"],"selector":".list_table li:nth-of-type(3)","multiple":false,"regex":"","delay":0},{"id":"specs-catridge-type","type":"SelectorText","parentSelectors":["Product","pack-size"],"selector":".list_table li:nth-of-type(4)","multiple":false,"regex":"","delay":0},{"id":"specs-cartridge-condition","type":"SelectorText","parentSelectors":["Product","pack-size"],"selector":".list_table li:nth-of-type(5)","multiple":false,"regex":"","delay":0},{"id":"specs-capacity","type":"SelectorText","parentSelectors":["Product","pack-size"],"selector":".list_table li:nth-of-type(6)","multiple":false,"regex":"","delay":0},{"id":"specs-shelf-life","type":"SelectorText","parentSelectors":["Product","pack-size"],"selector":".list_table li:nth-of-type(7)","multiple":false,"regex":"","delay":0},{"id":"specs-quantity","type":"SelectorText","parentSelectors":["Product","pack-size"],"selector":".list_table li:nth-of-type(8)","multiple":false,"regex":"","delay":0},{"id":"images","type":"SelectorImage","parentSelectors":["Product","pack-size"],"selector":".present-thumbnails img","multiple":true,"delay":0},{"id":"category-series","type":"SelectorText","parentSelectors":["Product","pack-size"],"selector":".compatible-list-table div.compatible-list-title","multiple":true,"regex":"","delay":0},{"id":"category-model","type":"SelectorText","parentSelectors":["Product","pack-size"],"selector":".l7 li","multiple":true,"regex":"","delay":0},{"id":"description","type":"SelectorText","parentSelectors":["Product","pack-size"],"selector":"#sort_introduction p","multiple":true,"regex":"","delay":0}]}