# Google Images Monitor for Creative Research

**Use case:** 

Collect filtered Google Images results by color, size, and query to support design research and visual trend monitoring.

## Input

```json
{
  "queries": [
    "minimalist packaging design",
    "eco friendly packaging"
  ],
  "maxResultsPerQuery": 40,
  "imageSize": "large",
  "imageColor": "green",
  "imageType": "",
  "usageRights": "",
  "safeSearch": "moderate",
  "language": "en",
  "country": ""
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image URL",
    "format": "link"
  },
  "imageWidth": {
    "label": "W",
    "format": "number"
  },
  "imageHeight": {
    "label": "H",
    "format": "number"
  },
  "position": {
    "label": "#",
    "format": "number"
  },
  "query": {
    "label": "Query",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Images Scraper](https://apify.com/automation-lab/google-images-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/google-images-scraper) to learn more, explore other use cases, and run it yourself.