I copy and paste a working sitemap from the web extension into the cloud scraper and receive the error: "Sitemap has an invalid selector".
Any ideas on how to resolve this?
See sitemap below:
{"_id":"a_brake_pads_rear_all_fitments_11-08-22","startUrl":["Brake pads in Brake rear - Brooks Barn Motorcycles | Motomike a","multiple":true,"delay":null},{"id":"SKU","parentSelectors":["Part"],"type":"SelectorText","selector":"div.mm_drow:nth-of-type(1) div.mm_right","multiple":false,"delay":0,"regex":""},{"id":"Title","parentSelectors":["Part"],"type":"SelectorText","selector":"div:nth-of-type(2) div.mm_right","multiple":false,"delay":0,"regex":""},{"id":"MPN","parentSelectors":["Part"],"type":"SelectorText","selector":"div.mm_drow:nth-of-type(3) div.mm_right","multiple":false,"delay":0,"regex":""},{"id":"Price Unit","parentSelectors":["Part"],"type":"SelectorText","selector":"div:nth-of-type(4) div.mm_right","multiple":false,"delay":0,"regex":""},{"id":"Minimum Order Quantity","parentSelectors":["Part"],"type":"SelectorText","selector":"div.mm_drow:nth-of-type(5) div.mm_right","multiple":false,"delay":0,"regex":""},{"id":"Retail Price Inc","parentSelectors":["Part"],"type":"SelectorText","selector":"div:nth-of-type(6) div.mm_right","multiple":false,"delay":0,"regex":""},{"id":"Retail Price Ex","parentSelectors":["Part"],"type":"SelectorText","selector":"div:nth-of-type(7) div.mm_right","multiple":false,"delay":0,"regex":""},{"id":"Discount","parentSelectors":["Part"],"type":"SelectorText","selector":"div:nth-of-type(8) div.mm_right","multiple":false,"delay":0,"regex":""},{"id":"Seller Cost","parentSelectors":["Part"],"type":"SelectorText","selector":"div:nth-of-type(9) div.mm_right","multiple":false,"delay":0,"regex":""},{"id":"aDesc","parentSelectors":["Part"],"type":"SelectorHTML","selector":"div.goog_trans_cont","multiple":false,"regex":"","delay":0},{"id":"Image1","parentSelectors":["Part"],"type":"SelectorLink","selector":"a.detail_img","multiple":false,"delay":0},{"id":"Image2","parentSelectors":["Part"],"type":"SelectorLink","selector":"a#\32 -mini","multiple":false,"delay":0},{"id":"Image3","parentSelectors":["Part"],"type":"SelectorLink","selector":"a#\33 -mini","multiple":false,"delay":0},{"id":"Image4","parentSelectors":["Part"],"type":"SelectorLink","selector":"a#\34 -mini","multiple":false,"delay":0},{"id":"Image5","parentSelectors":["Part"],"type":"SelectorLink","selector":"a#\35 -mini","multiple":false,"delay":0},{"id":"MPN2","parentSelectors":["Part"],"type":"SelectorText","selector":"div.mm_drow:nth-of-type(3) div.mm_right","multiple":false,"delay":0,"regex":""},{"id":"Breadcrumbs","parentSelectors":["Part"],"type":"SelectorHTML","selector":"ul#details_productebenen","multiple":false,"regex":"","delay":0},{"id":"Crumb1","parentSelectors":["Part"],"type":"SelectorHTML","selector":"#details_productebenen li:nth-of-type(1)","multiple":false,"regex":"","delay":0},{"id":"Crumb2","parentSelectors":["Part"],"type":"SelectorText","selector":"#details_productebenen li:nth-of-type(2)","multiple":false,"delay":0,"regex":""},{"id":"Crumb3","parentSelectors":["Part"],"type":"SelectorText","selector":"#details_productebenen li:nth-of-type(3)","multiple":false,"delay":0,"regex":""},{"id":"Crumb4","parentSelectors":["Part"],"type":"SelectorText","selector":"#details_productebenen li:nth-of-type(4)","multiple":false,"delay":0,"regex":""},{"id":"Crumb5","parentSelectors":["Part"],"type":"SelectorText","selector":"#details_productebenen li:nth-of-type(5)","multiple":false,"delay":0,"regex":""},{"id":"Crumb6","parentSelectors":["Part"],"type":"SelectorText","selector":"#details_productebenen li:nth-of-type(6)","multiple":false,"delay":0,"regex":""}]}

