How to extract Image URL from entire a product page on the website

Hello Everyone,

I am currently working on automating a website where I have to extract Image URLs from images that are on the website. Currently I have tried extracting the data using the “Table Extraction” Activity in UiPath studio, and the Get Attribute Activity. Unfortunately none of the mentioned activities succeeded in obtaining the Image URL’s. Can someone please suggest any solutions on how this can be tackled.

Website/Page I am trying obtain all product images: BAILE LL ION Sports Sunglasses | Free Shipping and Returns | Dragon Alliance

Thanks in Advance :slight_smile:

Hi @Zionspartan ,

Use get attribute activity and open the selector in UiExplorer. Choose src and in get attribute also write src. It will work.

Attached the workflow for you.
Example.xaml (6.4 KB)

Hi,

Can you try as the following?

Run DataScraping Wizard, then choose images as first and second element.
Preview Window will be shown, click “Edit definition”
Modify “text” to “src” at attr attribute as the following.

Regards,