Scraping Images iin product detail page

Hi I am trying to scrape the product images. I have been trying to get the data for the past 2 days but I havent found any solution yet. Could anybody help me here.

Url:https://www.tokopedia.com/uplife/waterproof-casing-mobile-phone-holder-bag-for-bike-and-motorcycle-merah?src=topads

{"delay":0,"extractAttribute":"src","id":"image","parentSelectors":["tp-product"],"selector":".css-1b60o1a img[crossorigin]","type":"SelectorGroup"}]}

With this I only get the URLs of the thumbnails but I want to get the URLs of the larger product images.

@timmy Hello.

You can extract the small images and later transform the link to a large size using the 'Replace text' parser in Web Scraper Cloud.

Example:

https://images.tokopedia.net/img/cache/100-square/VqbcmM/2021/8/4/12e953f5-d207-4ae1-98cc-b0d3e492940e.jpg.webp?ect=4g

https://images.tokopedia.net/img/cache/700/VqbcmM/2021/8/4/12e953f5-d207-4ae1-98cc-b0d3e492940e.jpg.webp?ect=4g

https://webscraper.io/documentation/web-scraper-cloud/parser

@ViestursWS awesome.works. thanks a lot for your support