Scraping a list of Image URLs

Hi, I encounter a website that I can’t extract the list of image URLs using the data scraping feature. The website is as below.

http://udemycoupon.discountsglobal.com/

I tried to select the first image and second image, it extracted this URL below

udemycoupon.discountsglobal.com/store/udemy-coupons/

When I tried to right click and click on copy image adddress it can copy… such as

i.udemycdn.com/course/480x270/2678220_996e.jpg

Anyone knows how to do it?

Hi @Zenith

Because image address is different url is different

Regards,
gulshiyaa

Hi @Zenith

Use get attributes activity and select “src” so you can get image address

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

cool,
regards,
Gulshiya

This is getting only 1 url

How do I get a list of image url from each page

Its simple First Scrape the image using data scrap Next go to this

and open Change “href” as “src”

like this
image

then it will change as image url

image

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

cool
Regards
gulshiyaa

1 Like

how aboutn scraping a list of video URLs?