# Brand YouTube Enrichment Audit

**Use case:** 

Audit brand YouTube enrichment with confidence, evidence URLs, alternatives, and pages checked for each company input.

## Input

```json
{
  "domainsOrCompanyNames": [
    "ibm.com",
    "microsoft.com",
    "adobe.com",
    "canva.com"
  ],
  "maxPagesPerDomain": 5,
  "searchFallback": true,
  "language": "en",
  "country": "US",
  "requestTimeoutSecs": 20
}
```

## Output

```json
{
  "input": {
    "label": "Input"
  },
  "normalizedDomain": {
    "label": "Domain"
  },
  "companyName": {
    "label": "Company name"
  },
  "status": {
    "label": "Status"
  },
  "resolvedYoutubeUrl": {
    "label": "YouTube URL"
  },
  "channelHandle": {
    "label": "Handle"
  },
  "channelId": {
    "label": "Channel ID"
  },
  "confidence": {
    "label": "Confidence"
  },
  "evidenceSource": {
    "label": "Evidence source"
  },
  "evidenceUrl": {
    "label": "Evidence URL"
  },
  "matchedText": {
    "label": "Matched text"
  },
  "alternativeCandidates": {
    "label": "Alternatives"
  },
  "pagesChecked": {
    "label": "Pages checked"
  },
  "error": {
    "label": "Error"
  },
  "crawledAt": {
    "label": "Crawled at"
  }
}
```

## About this Actor

This example demonstrates how to use [Company Domain to YouTube Channel Resolver](https://apify.com/automation-lab/company-domain-to-youtube-channel-resolver) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/company-domain-to-youtube-channel-resolver) to learn more, explore other use cases, and run it yourself.