Scrape multiple images from this website

I can't scrape multiple images from this website. Also, it's showing zoomed images when I hover on this but on the thumbnail, it has a smaller version.

I need multiple zoomed images.

@webber
@ViestursWS
Please help me guys

URL: Online Food Shopping | Grocery Delivery | ASDA Groceries

Sitemap:
{"_id":"asda-chilled","startUrl":["https://groceries.asda.com/cat/chilled-food/1215660378320"],"selectors":[{"delay":0,"id":"sub-cat","multiple":true,"parentSelectors":["_root"],"selector":"a.asda-btn--light","type":"SelectorLink"},{"delay":0,"id":"sub-sub-cat","multiple":true,"parentSelectors":["sub-cat"],"selector":"a.asda-btn--light","type":"SelectorLink"},{"delay":0,"id":"b-sub-sub-cat","multiple":true,"parentSelectors":["sub-sub-cat"],"selector":"a.asda-btn--light","type":"SelectorLink"},{"delay":0,"id":"product-link","multiple":true,"parentSelectors":["b-sub-sub-cat"],"selector":"[data-module-id='a38a0e2a-6efe-4790-8da7-69c862486b1f'] .co-product-list__main-cntr > li .co-item__col2--has-icon-list a","type":"SelectorLink"},{"delay":0,"id":"Title","multiple":false,"parentSelectors":["product-link"],"regex":"","selector":"h1","type":"SelectorText"},{"delay":0,"id":"Image","multiple":true,"parentSelectors":["product-link"],"selector":"img.asda-image-zoom__zoomed-image","type":"SelectorImage"},{"delay":0,"id":"SKU","multiple":false,"parentSelectors":["product-link"],"regex":"","selector":"span.pdp-main-details__product-code","type":"SelectorText"},{"delay":0,"id":"Stock","multiple":false,"parentSelectors":["product-link"],"regex":"","selector":"span.asda-pill","type":"SelectorText"},{"delay":0,"id":"Price","multiple":false,"parentSelectors":["product-link"],"regex":"","selector":"strong.pdp-main-details__price","type":"SelectorText"},{"delay":0,"id":"Weight","multiple":false,"parentSelectors":["product-link"],"regex":"","selector":"div.pdp-main-details__weight","type":"SelectorText"},{"delay":0,"id":"Description","multiple":false,"parentSelectors":["product-link"],"regex":"","selector":".pdp-main-details > div > div:nth-of-type(2)","type":"SelectorHTML"},{"delay":0,"id":"Description Text","multiple":false,"parentSelectors":["product-link"],"regex":"","selector":".pdp-main-details > div > div:nth-of-type(2)","type":"SelectorText"}]}

@tanim5420 Hi, it appears that the most viable way to achieve this will require applying additional data-post-processing using the 'Replace text' parser. Learn more: Parser | Web Scraper Documentation

Example:

{"_id":"asda-chilledw","startUrl":["https://groceries.asda.com/product/grated-sliced-cheese/asda-grated-mozzarella-cheese/910001330995"],"selectors":[{"delay":0,"id":"product-page","multiple":true,"parentSelectors":["_root"],"selector":"body:has(h1.pdp-main-details__title)","type":"SelectorElement"},{"delay":0,"id":"Title","multiple":false,"parentSelectors":["product-page"],"regex":"","selector":"h1","type":"SelectorText"},{"delay":0,"id":"Image","multiple":false,"parentSelectors":["product-page"],"selector":"div.product-detail-page__zoomed-image-container img","type":"SelectorImage"},{"delay":0,"id":"SKU","multiple":false,"parentSelectors":["product-page"],"regex":"","selector":"span.pdp-main-details__product-code","type":"SelectorText"},{"delay":0,"id":"Stock","multiple":false,"parentSelectors":["product-page"],"regex":"","selector":"span.asda-pill","type":"SelectorText"},{"delay":0,"id":"Price","multiple":false,"parentSelectors":["product-page"],"regex":"","selector":"strong.pdp-main-details__price","type":"SelectorText"},{"delay":0,"id":"Weight","multiple":false,"parentSelectors":["product-page"],"regex":"","selector":"div.pdp-main-details__weight","type":"SelectorText"},{"delay":0,"id":"Description","multiple":false,"parentSelectors":["product-page"],"regex":"","selector":".pdp-main-details > div > div:nth-of-type(2)","type":"SelectorHTML"},{"delay":0,"id":"Description Text","multiple":false,"parentSelectors":["product-page"],"regex":"","selector":".pdp-main-details > div > div:nth-of-type(2)","type":"SelectorText"}]}

@ViestursWS
I am using the free browser extension

@ViestursWS
@webber

Please help me.
Images are not scraping perfectly. Some products images are missing.