# Competitor Visual Content Strategy Analysis

**Use case:** 

Extract image assets used by top-ranking competitors for specific industry keywords to understand their visual content strategy. Gain insights into dominant ima

## Input

```json
{
  "query": "sustainable fashion trends 2024",
  "maxResults": 150,
  "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.