Zenith
(Zenith)
1
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?
gulshiyaa
(gulshiyaa )
2
Hi @Zenith
Because image address is different url is different
Regards,
gulshiyaa
gulshiyaa
(gulshiyaa )
3
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
Zenith
(Zenith)
4
This is getting only 1 url
How do I get a list of image url from each page
gulshiyaa
(gulshiyaa )
5
Its simple First Scrape the image using data scrap Next go to this
and open Change “href” as “src”
like this

then it will change as image url

If you find it useful mark it as solution and close the thread.
cool
Regards
gulshiyaa
1 Like
bahar
(Bahar)
6
how aboutn scraping a list of video URLs?