Describe the problem. Hi I am new to this. I have collected so me data but as I suspected it hasnt given me the data for the products which have variants which is most of them. I wonder if you would be kind enough to advise what sort of selector i should use to get data from a page such as
When i manually select the different sizes. I get the SKU and quantity but the URL doesnt change. How can i capture this data using Web Scraper.
Url: http://www.roseandcompanyshop.co.uk
Sitemap:
Sitemap:
{"_id":"roseproducts","startUrl":["https://www.roseandcompanyshop.co.uk"],"selectors":[{"id":"Category Selector","parentSelectors":["_root"],"type":"SelectorLink","selector":"li:nth-of-type(9) > a","multiple":true,"delay":0},{"id":"Sub Category Selector","parentSelectors":["Category Selector"],"type":"SelectorLink","selector":".item-name a","multiple":true,"delay":0},{"id":"2nd level sub category","parentSelectors":["Sub Category Selector"],"type":"SelectorLink","selector":".item-name a","multiple":true,"delay":0},{"id":"3rd level Sub Category","parentSelectors":["2nd level sub category"],"type":"SelectorLink","selector":".item-name a","multiple":true,"delay":0},{"id":"Product Link","parentSelectors":["3rd level Sub Category"],"type":"SelectorLink","selector":".item-name a","multiple":true,"delay":0},{"id":"Product SKU","parentSelectors":["Product Link"],"type":"SelectorText","selector":"span#_EKM_PRODUCTCODE","multiple":false,"delay":0,"regex":""},{"id":"Product Qty","parentSelectors":["Product Link"],"type":"SelectorText","selector":"span#_EKM_PRODUCTSTOCK","multiple":false,"delay":0,"regex":""}]}