# Download & Backup All Images from Your Website in Bulk

**Use case:** 

Download, Extract, Backup and download every image from a list of your web pages into a single ZIP file.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://onescales.com"
    }
  ],
  "resultsType": "zip",
  "includeSrcset": "no",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "fileType": {
    "label": "File Type",
    "format": "text"
  },
  "filename": {
    "label": "Filename",
    "format": "text"
  },
  "fullUrl": {
    "label": "Full URL",
    "format": "link"
  },
  "pageUrl": {
    "label": "Page URL",
    "format": "link"
  },
  "size": {
    "label": "Size (bytes)",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [Bulk Image Downloader](https://apify.com/onescales/bulk-image-downloader) with a specific input configuration. Visit the [Actor detail page](https://apify.com/onescales/bulk-image-downloader) to learn more, explore other use cases, and run it yourself.