# Competitor Website Font Audit

**Use case:** 

Analyze competitor web pages to discover the font families and web font files used in their designs.

## Input

```json
{
  "urls": [
    "https://www.apple.com",
    "https://www.microsoft.com",
    "https://www.shopify.com"
  ]
}
```

## Output

```json
{
  "url": {
    "label": "URL"
  },
  "fontCount": {
    "label": "Total Fonts"
  },
  "googleFontCount": {
    "label": "Google Fonts"
  },
  "customFontCount": {
    "label": "Custom Fonts"
  },
  "error": {
    "label": "Error"
  }
}
```

## About this Actor

This example demonstrates how to use [Font Detector](https://apify.com/automation-lab/font-detector) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/font-detector) to learn more, explore other use cases, and run it yourself.