# Image SEO Audit for E-commerce Product Pages

**Use case:** 

Scrape high-resolution product images for key e-commerce search queries to identify competitive visual content. This helps benchmark and improve your own produc

## Input

```json
{
  "query": "best running shoes 2024 new balance",
  "maxResults": 200,
  "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.