Download images from a specific site

Hello Guys,

I would like to download all the images of a property from a link from a specific website and add them to their own google drive folder.
[28 Dean Swift Road, Glasnevin, Dublin 11 - MOVEHOME ESTATE AGENTS - 4708114 - MyHome.ie Residential](https://this is an example of the link i would be using)

So step one would be to take the link in.

I would use Tripetto for this. a simply put the link in a form and submit it.

Step 2, go to the link that was inputted, get the images in the album, and send them to google drive for downloading.

My Issue is how do I do step 2? Is there a way to do a http request, view the source HTML file, find images, and then send them to google drive?

any help would be great.

cheers!!

Welcome to the Make community!

You’ll want to use a Scraping app like ScrapingBee or ScrapeNinja to extract all the image elements on the page.

Then iterate through each link and use the HTTP “Get a File” module to download the image.

Then use Google Drive “Upload a File”.


Links

Here are some useful links and guides to help you get started and learn more on how to use the Make platform, apps, and app modules —

General

Help Center Basics

Articles & Videos

2 Likes