Any Help Appriciated

I need to get the data from https://shopharbour.com/products/andre-dining-chair?variant=47163785773304

The product has so many variants.

I want
All the variants and their images

I have many such products. If I get solution, i can replicate for others

Hi,

You can try the setup below. Note that results will only be returned after the scraper has clicked through all variants:

{"_id":"shopharbour","startUrl":["https://shopharbour.com/products/andre-dining-chair?variant=47163785838840"],"selectors":[{"clickActionType":"real","clickElementSelector":"img.CustomizeSwatchStrip__Image","clickElementUniquenessType":"uniqueText","clickType":"clickOnce","delay":0,"discardInitialElements":"do-not-discard","id":"open_variant_view","multiple":true,"parentSelectors":["_root"],"selector":"body","type":"SelectorElementClick"},{"clickActionType":"real","clickElementSelector":"[data-option-name=\"Finish\"]","clickElementUniquenessType":"uniqueCSSSelector","clickType":"clickOnce","delay":1000,"discardInitialElements":"discard-when-click-element-exists","id":"click_finish","multiple":true,"parentSelectors":["_root"],"selector":"body","type":"SelectorElementClick"},{"extractAttribute":"value","id":"finish","multiple":false,"multipleType":"singleColumn","parentSelectors":["click_fabric"],"selector":"[data-option-name=\"Finish\"]:checked","type":"SelectorElementAttribute","version":2},{"clickActionType":"real","clickElementSelector":"div.CylindoVariantSelector__Option:not([style=\"display: none;\"]) [data-option-name=\"Fabric\"]","clickElementUniquenessType":"uniqueCSSSelector","clickType":"clickOnce","delay":3000,"discardInitialElements":"discard-when-click-element-exists","id":"click_fabric","multiple":true,"parentSelectors":["click_finish"],"selector":"_parent_","type":"SelectorElementClick"},{"extractAttribute":"value","id":"fabric","multiple":false,"multipleType":"singleColumn","parentSelectors":["click_fabric"],"selector":"[data-option-name=\"Fabric\"]:checked","type":"SelectorElementAttribute","version":2},{"id":"image","multiple":false,"multipleType":"singleColumn","parentSelectors":["click_fabric"],"selector":".cylindo-viewer-frame-1 img","type":"SelectorImage","version":2},{"id":"all_images","multipleType":"singleColumnWithSeparator","parentSelectors":["click_fabric"],"selector":"[class*=\"cylindo-viewer-frame-\"]:not(.cylindo-img-not-found) img","type":"SelectorImage","version":2}]}

Thank you.
I will try this and let you know.