# Competitor Share of Voice in Google AI Answers

**Use case:** 

Compare your brand against competitors in Google AI Overviews — per-competitor citation matrix plus a share-of-voice score for every query.

## Input

```json
{
  "queries": [
    "best crm for small business",
    "hubspot vs pipedrive",
    "top rated crm software"
  ],
  "engines": [
    "aiOverview"
  ],
  "brandName": "HubSpot",
  "brandDomain": "hubspot.com",
  "competitorDomains": [
    "pipedrive.com",
    "zoho.com"
  ],
  "countryCode": "us",
  "languageCode": "en",
  "device": "desktop",
  "maxQueries": 100,
  "includeAnswerHtml": false
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "string"
  },
  "engine": {
    "label": "Engine",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "aiAnswerPresent": {
    "label": "AI answer?",
    "format": "boolean"
  },
  "brandCited": {
    "label": "Brand cited?",
    "format": "boolean"
  },
  "brandMentioned": {
    "label": "Brand mentioned?",
    "format": "boolean"
  },
  "shareOfVoice": {
    "label": "Share of voice",
    "format": "number"
  },
  "answerText": {
    "label": "Answer",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Checked at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [AI Search Visibility Tracker: AI Overviews & AI Mode Citations](https://apify.com/jaybird/ai-search-visibility-tracker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jaybird/ai-search-visibility-tracker) to learn more, explore other use cases, and run it yourself.