Save image file

I parse 3 urls how to save it folder as index 1.jpg 2.jpg &3.jpg


thanks Ruri

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