Webscraping with Apify / Make.com - Dynamic Page

Hi.

I’ve been trying to pull images from a real estate company. For this test i’m using this property:

Please click on “billder” and then the button showing gallery.

If you inspect you see the class / id is:

This is only available when clicking these 2 buttons first. When I use a normal GET request either in make.com or Apify it’s returning the images on the front page and not this gallery.

It is very important I get only the gallery images in this “id” “title-image-id-x”
And it need to be in order so id: 1 is = the link for id 1

I really hope someone can help here!

1 Like

Welcome to the Make community!

Yes, that is possible. You’ll need a minimum of four modules:

The best part is that it only requires 4 operations (and no APIFY!)

This is just an example. Your final solution may or may not look like this depending on your requirements.

Hope this helps! Let me know if there are any further questions or issues.

@samliew


P.S.: Did you know, the concepts of about 70% of questions asked on this forum are already covered in the Make Academy. Investing some effort into it will save you lots of time and frustration using Make later!

1 Like

Hi @Sebastian_Thomas_Hol

We have created a video in detail on how to use Text Parser and HTTP module to scrape website. Check here

Regards,
Msquare Automation - Gold Partner of Make

@Msquare_Automation