Image url scraping

How to scrap the product image url.Kindliy anyone help me

@zakmiller Hello, you should be able to scrape the first image URL by using an 'Element attribute' selector - div.image-gallery div.item:nth(0) img with an 'Attribute name' - data-src. Afterwards, you can post-process the data by using the parser feature which is available in the Web Scraper Cloud.

so I can not scrap this through normal scraper.we need to the colud scraper

@zakmiller Data scraping can also be done in the Web Scraper extension, but the data post-processing - in the Web Scraper Cloud.

Through chrome exstion, it is not possible to scrap

what it mean by post processing

@zakmiller It means that you can manipulate/adjust the data by your preference.

For example - the extracted data from image URLs come in this format - /medias/sys_master/images/h0a/h45/34390573482014.jpg which is not a valid URL itself, therefore you can prepend the - https://www.costco.co.uk.

Hope that answers your question.

yes i am getting this data like this. can we handle it chrome exstion

No, appending or prepending text is possible only through the Web Scraper Cloud.