# Identify Brand Asset Usage on Partner Websites

**Use case:** 

Scan partner or affiliate websites to verify correct and consistent usage of your brand's logos and marketing imagery. This ensures brand guideline adherence an

## Input

```json
{
  "startUrl": "https://www.trustedreviews.com/reviews/google-pixel-8-pro",
  "maxCrawlDepth": 1,
  "maxImagesPerPage": 100,
  "maxTotalImages": 1000,
  "imageExtensions": [
    "png",
    "svg",
    "webp",
    "jpg"
  ],
  "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.