# Comparison dataset: https://www.nasa.gov

**Use case:** 

Bulk Image Downloader configured for comparison dataset around “https://www.nasa.gov”. The saved input exposes urls, mode, includeSrcset, minWidth,...

## Input

```json
{
  "urls": [
    "https://www.nasa.gov"
  ],
  "mode": "auto",
  "includeSrcset": true,
  "minWidth": 1200,
  "minSizeBytes": 50000,
  "maxImagesPerUrl": 50,
  "dedupByHash": true,
  "stripExif": false,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "source_url": {
    "label": "Source URL",
    "format": "link"
  },
  "image_url": {
    "label": "Image URL",
    "format": "link"
  },
  "filename": {
    "label": "Filename",
    "format": "text"
  },
  "content_type": {
    "label": "Content Type",
    "format": "text"
  },
  "size_bytes": {
    "label": "Size (bytes)",
    "format": "number"
  },
  "width": {
    "label": "Width",
    "format": "number"
  },
  "height": {
    "label": "Height",
    "format": "number"
  },
  "kv_url": {
    "label": "Download",
    "format": "link"
  }
}
```

## About this Actor

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