# Daily monitoring: https://en.wikipedia.org/wiki...

**Use case:** 

Bulk Image Downloader configured for daily monitoring around “https://en.wikipedia.org/wiki...”. The saved input exposes urls, mode, includeSrcset,...

## Input

```json
{
  "urls": [
    "https://en.wikipedia.org/wiki/Web_scraping"
  ],
  "mode": "auto",
  "includeSrcset": true,
  "minWidth": 600,
  "minSizeBytes": 10000,
  "maxImagesPerUrl": 100,
  "dedupByHash": true,
  "stripExif": true,
  "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.