Scrape Image from slick-slider

Dear Scraper expert

I trying to scrap those product images from slick gallery. what I received were only the thumbnail images.

https://nocnoc.com/p/Office-Chairs/Modena-เก้าอี้ผู้บริหาร-รุ่น-M/10212710?area=pdp-shopDetails-10408734&index=3
Could anyone me for the setting of scaping those full size image ?

Thank you in advance

@Gifvity Hi, as it looks like the large size image links are loaded only after a click is performed.

Example:

{"_id":"nocnoc-com","startUrl":["https://nocnoc.com/p/Office-Chairs/Modena-%E0%B9%80%E0%B8%81%E0%B9%89%E0%B8%B2%E0%B8%AD%E0%B8%B5%E0%B9%89%E0%B8%9C%E0%B8%B9%E0%B9%89%E0%B8%9A%E0%B8%A3%E0%B8%B4%E0%B8%AB%E0%B8%B2%E0%B8%A3-%E0%B8%A3%E0%B8%B8%E0%B9%88%E0%B8%99-M/10212710?area=pdp-shopDetails-10408734&index=3"],"selectors":[{"delay":0,"id":"images","multiple":false,"parentSelectors":["image-click"],"selector":".carousel-item > div > img","type":"SelectorImage"},{"delay":0,"id":"image-links","multiple":false,"parentSelectors":["images"],"selector":".carousel-item > div > img","type":"SelectorImage"},{"clickElementSelector":".gallery .slick-slide img","clickElementUniquenessType":"uniqueCSSSelector","clickType":"clickOnce","delay":"1000","discardInitialElements":"discard-when-click-element-exists","id":"image-click","multiple":true,"parentSelectors":["_root"],"selector":"html","type":"SelectorElementClick"}]}

1 Like

@Gifvity You could also easily replace the image link part containing '72x72' with '1200x1200' by using Web Scraper Cloud 'Replace text' parser.

Final results:



1 Like