I just created this quick playbook with a list scraper that you can recreate in your own automations. I was able to get all 54 URLs from the Zillow listing example url you’ve provided above with this playbook:
it does work if I run your playbook after pressing the “all photos” button first by myself
I need the higher resolution photos, that can be found in the gallery itself, after pressing on the first photo, it will pop up a new view with one pic at time. those pics are in higher resolution and those are what I need.
@sefibartov oh I see, I was missing the correct navigation to the high resolution photos via clicking the first photo. In this case, here’s what we can do this in two automations:
Execute this first automation from the below URL to add the URL to a GSheet and begin building the final URL to Scrape from to use in the second automation. Also get the total Photo Count:
Step 2 is a tad manual, but doesn’t take long - simply drag and drop the two columns in Sheet 1 in order to equal your total number of photos to grab (54 in this case, but the final photo is always just an add it appears so I’m doing 53): Manual Drag & Drop in GSheet to build URLs
Execute the final Automation to scrape the high resolution photo urls in the background of the built URLs from GSheet:
FWIW, I would’ve expected Bardeen to be able to use scrape in the background with a list scraper using pagination via the first URL link to get these results, but for some reason, I was unsuccessful taking this route initially. Therefore, this is my workaround.