Product Data needed

Hello

Can anyone help me with the script to get data from the website

and Modern Dining Room Furniture and Tabletop Accessories – House&Hold

I want to

  • Look for all the pages
  • Go into particular products
  • collect data/text like product name, brand price, SKU etc for each product.

I have written the script. but its not giving results

Hi,

Please share the sitemap you have prepared so far. Thanks

{"_id":"Bern_test","startUrl":["Luxury Dining Room Furniture a"},{"id":"MainProduct","parentSelectors":["Pages","MainProduct"],"type":"SelectorElementClick","clickActionType":"real","clickElementSelector":"#product_K1257 img","clickElementUniquenessType":"uniqueText","clickType":"clickOnce","delay":2000,"discardInitialElements":"do-not-discard","multiple":true,"selector":"#product_K1257 img"},{"id":"Product_Name","parentSelectors":["MainProduct"],"type":"SelectorText","selector":".hidden-sm-down h1","multiple":false,"regex":""},{"id":"MSRP","parentSelectors":["MainProduct"],"type":"SelectorText","selector":"div.msrp","multiple":false,"regex":""},{"id":"Dimensions","parentSelectors":["MainProduct"],"type":"SelectorText","selector":"div.dimensions","multiple":false,"regex":""},{"id":"Description","parentSelectors":["MainProduct"],"type":"SelectorText","selector":".text-center p","multiple":false,"regex":""}]}

Please post the sitemap as preformatted text.
code

You can use this file to scrape all products you need

WOW. This is awesome. Thanks for your help.