# Brand Icon Enrichment Workflow

**Use case:** 

Enrich customer, partner, or competitor domain lists with favicon URLs for dashboards, CRMs, directories, and data products.

## Input

```json
{
  "urls": [
    "https://stripe.com",
    "https://shopify.com",
    "https://salesforce.com",
    "https://slack.com"
  ]
}
```

## Output

```json
{
  "url": {
    "label": "URL"
  },
  "faviconCount": {
    "label": "Favicons"
  },
  "defaultFavicon": {
    "label": "Default"
  },
  "appleTouchIcon": {
    "label": "Apple Touch"
  },
  "svgIcon": {
    "label": "SVG"
  },
  "hasFavicon": {
    "label": "Has Favicon"
  },
  "error": {
    "label": "Error"
  }
}
```

## About this Actor

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