# Audit Competitor Website Image Assets for SEO & Performance

**Use case:** 

Gain a comprehensive list of all images used on a competitor's website, including background images, to analyze their content strategy and identify high-quality

## Input

```json
{
  "startUrl": "https://www.nike.com/gb/",
  "maxCrawlDepth": 2,
  "maxImagesPerPage": 300,
  "maxTotalImages": 1000,
  "imageExtensions": [
    "jpg",
    "jpeg",
    "png",
    "webp",
    "gif",
    "avif"
  ],
  "includeBackgroundImages": true
}
```

## Output

```json
{
  "url": {
    "label": "Image URL",
    "format": "link"
  },
  "sourcePage": {
    "label": "Source page",
    "format": "link"
  },
  "alt": {
    "label": "Alt text",
    "format": "text"
  },
  "discoveredVia": {
    "label": "Discovered via",
    "format": "text"
  },
  "crawlDepth": {
    "label": "Depth",
    "format": "number"
  },
  "mimeTypeHint": {
    "label": "Type",
    "format": "text"
  }
}
```

## About this Actor

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