I want to scrape images from the below website. Can we directly get images downloaded to our drive? If yes could you please help getting me the script.
I have written a code, but is not what I want.
{"_id":"SFERRA_Image_test","startUrl":["https://www.sferra.com/collections/towels"],"selectors":[{"id":"Product","linkType":"linkFromHref","multiple":true,"parentSelectors":["_root"],"selector":".card > a","type":"SelectorLink"},{"id":"ProductName","multiple":false,"parentSelectors":["Product"],"regex":"","selector":"h1","type":"SelectorText"},{"id":"Image1","multiple":false,"parentSelectors":["Product"],"selector":"img[srcset='//www.sferra.com/cdn/shop/products/SFERRA-Bello-HandTowel-White-Silo_v1-web.jpg?v=1711396213&width=160 160w']","type":"SelectorImage"},{"id":"Image2","multiple":false,"parentSelectors":["Product"],"selector":".active button img","type":"SelectorImage"},{"id":"Image3","multiple":false,"parentSelectors":["Product"],"selector":"img[srcset='//www.sferra.com/cdn/shop/files/SFERRA_ECOMM_EVERGREEN_BELLO-BATH_WHITE_COMP-OVERHEAD_v3.jpg?v=1711396213&width=160 160w']","type":"SelectorImage"},{"id":"Image4","multiple":false,"parentSelectors":["Product"],"selector":"img[srcset='//www.sferra.com/cdn/shop/files/SFERRA_ECOMM_EVERGREEN_BELLO-BATH_WHITE_STACK_v2.jpg?v=1711396212&width=160 160w']","type":"SelectorImage"}]}