# Collect mobile AI Overview answers for questions

**Use case:** 

Review how Google answers a question set on mobile search results and which sources it cites!&nbsp;| Use case: product, UX, and search research.

## Input

```json
{
  "queries": [
    "what is a knowledge graph",
    "how to choose a crm"
  ],
  "targetDomain": "apify.com",
  "countryCode": "us",
  "languageCode": "en",
  "device": "mobile",
  "maxRetries": 2,
  "forceSerpapi": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "string"
  },
  "aioPresent": {
    "label": "AIO?",
    "format": "boolean"
  },
  "sourceCount": {
    "label": "Sources",
    "format": "integer"
  },
  "uniqueDomainCount": {
    "label": "Domains",
    "format": "integer"
  },
  "brandMatch": {
    "label": "Brand match",
    "format": "object"
  },
  "source": {
    "label": "Path",
    "format": "string"
  },
  "serpUrl": {
    "label": "SERP",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Google AI Overviews Scraper](https://apify.com/khadinakbar/google-ai-overviews-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/khadinakbar/google-ai-overviews-scraper) to learn more, explore other use cases, and run it yourself.