Save image file

You should really take a look at this Scraping config example
In short:

  1. Make a foreach loop on those URLs
  2. Make a GET request on each
  3. Feed data.RAWSOURCE to a File Write Bytes block
2 Likes