How to scrape images from this website

I want to scrape the URLs of images from this website in a single cell in Excel, separated by commas.
Can someone give me some advice?

{"_id":"OliveYoung","startUrl":["https://global.oliveyoung.com/display/category?ctgrNo=1000000008"],"selectors":[{"id":"url","linkType":"linkFromHref","multiple":true,"parentSelectors":["_root"],"selector":".unit-desc a","type":"SelectorLink"},{"id":"name","multiple":false,"parentSelectors":["url"],"regex":"","selector":".pc-only .prd-brand-info dt","type":"SelectorText"},{"id":"price","multiple":false,"parentSelectors":["url"],"regex":"[0-9]+\\.[0-9]+","selector":".prd-price-info dt","type":"SelectorText"},{"id":"image","multiple":false,"parentSelectors":["url"],"regex":"","selector":".prd-thumb-list div.swiper-wrapper","type":"SelectorHTML"},{"id":"brand","multiple":false,"parentSelectors":["url"],"regex":"","selector":".pc-only h3 a","type":"SelectorText"},{"id":"description","multiple":false,"parentSelectors":["url"],"regex":"","selector":"div.cont","type":"SelectorHTML"},{"id":"categories","multiple":false,"parentSelectors":["url"],"regex":"","selector":"ul.loc_wrap","type":"SelectorText"}]}

check it:

{"_id":"OliveYoung","startUrl":["https://global.oliveyoung.com/display/category?ctgrNo=1000000008"],"selectors":[{"id":"url","linkType":"linkFromHref","multiple":true,"parentSelectors":["_root"],"selector":".unit-desc a","type":"SelectorLink"},{"id":"name","multiple":false,"parentSelectors":["url"],"regex":"","selector":".pc-only .prd-brand-info dt","type":"SelectorText"},{"id":"price","multiple":false,"parentSelectors":["url"],"regex":"[\\d.]{1,}","selector":".prd-price-info dt","type":"SelectorText"},{"extractAttribute":"src","id":"image","parentSelectors":["url"],"selector":".prd-unit-img img","type":"SelectorGroup"},{"id":"brand","multiple":false,"parentSelectors":["url"],"regex":"","selector":".pc-only h3 a","type":"SelectorText"},{"id":"description","multiple":false,"parentSelectors":["url"],"regex":"","selector":"div.cont","type":"SelectorHTML"},{"extractAttribute":"","id":"categories","parentSelectors":["url"],"selector":"span.loc_cat","type":"SelectorGroup"}]}