# Website Favicon URL Lookup

**Use case:** 

Look up favicon URLs from company websites and pages to enrich domain lists with icons and visual brand assets.

## Input

```json
{
  "urls": [
    "https://apify.com",
    "https://github.com",
    "https://developer.mozilla.org"
  ]
}
```

## 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.