# Visual Trend Research for Marketing Campaigns

**Use case:** 

Scrape trending visual content for emerging keywords to identify popular aesthetics, colors, and themes for upcoming marketing campaigns. Leverage current visua

## Input

```json
{
  "query": "ai art landscape surreal",
  "maxResults": 250,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "string"
  },
  "title": {
    "label": "Page Title",
    "format": "string"
  },
  "origin": {
    "label": "Origin",
    "format": "string"
  },
  "imageUrl": {
    "label": "Image URL",
    "format": "string"
  },
  "imageWidth": {
    "label": "Width",
    "format": "integer"
  },
  "imageHeight": {
    "label": "Height",
    "format": "integer"
  }
}
```

## About this Actor

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