Get the URL of the images :(

Hi guys,

I scraped a ready-to-wear site, and among the information I retrieve it’s URL articles.
Now I browse URLs one by one to retrieve other information such as product description, sizes available …
My problem is that I can not retrieve the URL of the product image contained in an IMG suitcase as you can see on the attached image.

thank you in advance!!!

Try using the Get Attribute (“innerHtml”) of that selector to see if you can access the src of the img tag.

@ali_sd
Have a look here:
How to collect goods href's with image url?

Agreed to @TimK the src info is relevant for you

1 Like

Hi @ali_sd

use get attribute and write “src” so you will get the image address.

If you find it useful mark it as solution and close the thread.

cool,
Regards,
Gulshiyaa

If I do it for a cross platform app? How to do it?