How can I get this slider image links?

Hello everyone,
I tried many selectors to get all images links, it worked only for 3 first images when I used "grouped" as selector but it's not enough.
Can someone help to get all images in one column and one row as in this sitemap I mad but as I said, I only get 3 images for each row

{"_id":"montecarlo","startUrl":["https://www.sarouty.ma/fr/broker/immo-monte-carlo-121?properties[page]=[1-17]&properties[order_by]=-featured"],"selectors":[{"id":"link","parentSelectors":["_root","pages"],"type":"SelectorLink","selector":"a.card","multiple":true,"delay":0},{"id":"price","parentSelectors":["link"],"type":"SelectorText","selector":".column--secondary div.agent-contact__currency-change-value","multiple":false,"delay":0,"regex":""},{"id":"title","parentSelectors":["link"],"type":"SelectorText","selector":"h1","multiple":false,"delay":0,"regex":""},{"id":"locdept","parentSelectors":["link"],"type":"SelectorText","selector":"a.breadcrumb__link:nth-of-type(2)","multiple":false,"delay":0,"regex":""},{"id":"loccity","parentSelectors":["link"],"type":"SelectorText","selector":"a.breadcrumb__link:nth-of-type(1)","multiple":false,"delay":0,"regex":""},{"id":"ref","parentSelectors":["link"],"type":"SelectorText","selector":"div.property-header__reference","multiple":false,"delay":0,"regex":""},{"id":"type","parentSelectors":["link"],"type":"SelectorText","selector":"h2.property-header__sub-title","multiple":false,"delay":0,"regex":""},{"id":"description","parentSelectors":["link"],"type":"SelectorText","selector":"div.text-trim","multiple":false,"delay":0,"regex":""},{"id":"price2","parentSelectors":["link"],"type":"SelectorText","selector":"div.facts__list-item:nth-of-type(1)","multiple":false,"delay":0,"regex":""},{"id":"type2","parentSelectors":["link"],"type":"SelectorText","selector":"div.facts__list-item:nth-of-type(2)","multiple":false,"delay":0,"regex":""},{"id":"ref2","parentSelectors":["link"],"type":"SelectorText","selector":"div.facts__list-item:nth-of-type(3)","multiple":false,"delay":0,"regex":""},{"id":"chambres","parentSelectors":["link"],"type":"SelectorText","selector":"div.facts__list-item:nth-of-type(4)","multiple":false,"delay":0,"regex":""},{"id":"salle_de_bain","parentSelectors":["link"],"type":"SelectorText","selector":"div.facts__list-item:nth-of-type(5)","multiple":false,"delay":0,"regex":""},{"id":"mobiliers","parentSelectors":["link"],"type":"SelectorText","selector":"div.facts__list-item:nth-of-type(6)","multiple":false,"delay":0,"regex":""},{"id":"surface","parentSelectors":["link"],"type":"SelectorText","selector":"div.facts__list-item:nth-of-type(7)","multiple":false,"delay":0,"regex":""},{"id":"pics","parentSelectors":["link"],"type":"SelectorGroup","selector":"img.gallery__img","delay":0,"extractAttribute":"src"},{"id":"pages","parentSelectors":["_root"],"type":"SelectorLink","selector":".pagination__links a","multiple":true,"delay":0}]}

Detail page example : https://www.sarouty.ma/louer/villa-a-louer-temara-temara-plage-788743.html
Thank you all.

Anyone to help on this?

This site uses lazy-loading so you would need to click on the rest of the images first or they will not get loaded. Something like:

{"_id":"sarouty-img","startUrl":["https://www.sarouty.ma/louer/villa-a-louer-temara-temara-plage-788743.html"],"selectors":[{"id":"Title","multiple":false,"parentSelectors":["_root"],"regex":"","selector":"div > h1","type":"SelectorText"},{"clickElementSelector":"div.gallery__thumb:nth-of-type(n+2) img","clickElementUniquenessType":"uniqueCSSSelector","clickType":"clickOnce","delay":800,"discardInitialElements":"do-not-discard","id":"Click rest of images","multiple":true,"parentSelectors":["_root"],"selector":"div.gallery__image-container","type":"SelectorElementClick"},{"extractAttribute":"src","id":"Img group","parentSelectors":["_root"],"selector":"ul > li.gallery__item > picture > img","type":"SelectorGroup"}]}

1 Like

Thank you so much, this helped a lot

1 Like