Hi everybody and good day,
I am trying to scrape the URL which you will find below.
As you can see on this URL, there are 6 pictures in a slider.
What I am trying to do, with no success, is to get a single line when scraping this page, with all the URLs of these 6 pictures, within the same cell, separated by a comma.
Url:
Sitemap:
{"_id":"SeLogerMaisons3","startUrl":["https://www.seloger.com/annonces/achat/maison/eybens-38/sud-est/203538717.htm?projects=2,5&types=2&natures=1,2,4&places=[{"inseeCodes":[380158]}]&price=NaN/400000&mandatorycommodities=0&enterprise=0&qsVersion=1.0&m=search_to_detail&lv=S"],"selectors":[{"id":"titre","multiple":false,"parentSelectors":["_root"],"regex":"","selector":"div.Summarystyled__Title-sc-1u9xobv-4","type":"SelectorText"},{"id":"prix","multiple":false,"parentSelectors":["_root"],"regex":"","selector":".Summarystyled__PriceText-sc-1u9xobv-8 span","type":"SelectorText"},{"id":"pieces","multiple":false,"parentSelectors":["_root"],"regex":"","selector":"div.Tags__TagContainer-sc-edpl7u-0:nth-of-type(1)","type":"SelectorText"},{"id":"chambres","multiple":false,"parentSelectors":["_root"],"regex":"","selector":"div.Tags__TagContainer-sc-edpl7u-0:nth-of-type(2)","type":"SelectorText"},{"id":"surface","multiple":false,"parentSelectors":["_root"],"regex":"","selector":"div.Tags__TagContainer-sc-edpl7u-0:nth-of-type(3)","type":"SelectorText"},{"id":"caracteristiques","multiple":false,"parentSelectors":["_root"],"regex":"","selector":"div.Showcasestyled__ExtendableContainer-sc-936klb-5","type":"SelectorText"},{"id":"description","multiple":false,"parentSelectors":["_root"],"regex":"","selector":"div.Descriptionstyled__StyledShowMoreText-sc-1uunii4-2","type":"SelectorText"},{"clickActionType":"real","clickElementSelector":".gCeukc span","clickElementUniquenessType":"uniqueText","clickType":"clickMore","delay":2000,"discardInitialElements":"do-not-discard","id":"slider","multiple":true,"parentSelectors":["_root"],"selector":".kFGTHA img[data-test='high-res-image']","type":"SelectorElementClick"},{"id":"link","multiple":false,"parentSelectors":["slider"],"selector":"parent","type":"SelectorImage"}]}
Do you know if it is possible and would have an idea on how to do it?
Thank you in advance for your help
Have a good day