# Track AI Google Search Summaries

**Use case:** 

Track mentions of brands across daily queries in software, home, travel, finance, and fitness. Get insights on brand and competitor citations.

## Input

```json
{
  "queries": [
    "best crm for small business",
    "how to remove water stains from wood",
    "best time to visit japan",
    "is a heloc a good idea right now",
    "best hiit workout for beginners"
  ],
  "targetBrand": "HubSpot",
  "targetDomain": "hubspot.com",
  "brandAliases": [
    "Hub Spot ",
    "hubspot"
  ],
  "competitors": [
    "Salesforce|salesforce.com"
  ],
  "countryCode": "us",
  "languageCode": "en",
  "includeOrganicResults": false,
  "maxRetries": 3,
  "maxConcurrency": 2,
  "debugHtml": true
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "aiOverview.present": {
    "label": "AIO present",
    "format": "boolean"
  },
  "brandMatch.mentionedInText": {
    "label": "Brand in answer",
    "format": "boolean"
  },
  "brandMatch.citedAsSource": {
    "label": "Brand cited",
    "format": "boolean"
  },
  "citations": {
    "label": "Citations",
    "format": "array"
  },
  "checkedAt": {
    "label": "Checked at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Track Google Search AI mentions of your brand and competitors](https://apify.com/netm8_solutions/google-aio-brand-tracker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/netm8_solutions/google-aio-brand-tracker) to learn more, explore other use cases, and run it yourself.