# Weekly AI Overview check on the French market

**Use case:** 

Track the same query set on google.fr every week and flag each query where your brand has appeared in or disappeared from the AI Overview answer.

## Input

```json
{
  "brandName": "Apify",
  "brandDomains": [
    "apify.com"
  ],
  "queries": [
    "meilleur outil de web scraping",
    "extraire les données d'un site web"
  ],
  "countryCode": "fr",
  "searchLanguage": "fr",
  "monitorId": "fr-weekly"
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "string"
  },
  "brandVisible": {
    "label": "Brand visible",
    "format": "boolean"
  },
  "brandCitedAsSource": {
    "label": "Brand cited as source",
    "format": "boolean"
  },
  "changeSinceLastRun": {
    "label": "Change since last run",
    "format": "string"
  },
  "checkedAt": {
    "label": "Checked at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Google AI Overview Brand Visibility Tracker](https://apify.com/davidbenittah/google-ai-overview-brand-tracker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/davidbenittah/google-ai-overview-brand-tracker) to learn more, explore other use cases, and run it yourself.