> ## Documentation Index
> Fetch the complete documentation index at: https://docs.markifact.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Llm Mentions Overview

> Count how often each brand, keyword or domain is mentioned in AI answers and the AI search volume behind those mentions, one row per target for side-by-side AI visibility comparison (AEO and GEO), ...

Count how often each brand, keyword or domain is mentioned in AI answers and the AI search volume behind those mentions, one row per target for side-by-side AI visibility comparison (AEO and GEO), with platform, location, cited source and co-mentioned brand breakdowns. Needs the DataForSEO LLM Mentions subscription.

|                      |                                        |
| -------------------- | -------------------------------------- |
| **App**              | DataForSEO                             |
| **Operation ID**     | `dataforseo_get_llm_mentions_overview` |
| **Type**             | Action                                 |
| **Connection**       | `dataforseo` (required)                |
| **Credits per run**  | Free                                   |
| **Agent / MCP tool** | Yes                                    |

## Inputs

| Field                | Type                       | Required | Default      | Description                                                                                                                                                                                                                                                                                                                                               |
| -------------------- | -------------------------- | -------- | ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `domains`            | string or array of string  | No       | -            | Domains that must appear in the AI answer, as a list or newline/comma-separated text (bare domains such as ahrefs.com). Use this to track a brand's website being cited or linked. At least one domain or keyword is required; up to 10 targets in total.                                                                                                 |
| `keywords`           | string or array of string  | No       | -            | Words or phrases that must appear in the AI answer, question or named brands, e.g. a brand name or a product category. List or newline/comma-separated text. All included domains and keywords must match together (AND).                                                                                                                                 |
| `excluded_domains`   | string or array of string  | No       | -            | Domains that must NOT appear in the matched answers, e.g. wikipedia.org.                                                                                                                                                                                                                                                                                  |
| `excluded_keywords`  | string or array of string  | No       | -            | Words or phrases that must NOT appear in the matched answers.                                                                                                                                                                                                                                                                                             |
| `domain_scope`       | string or SelectableOption | No       | `any`        | Where a domain has to appear: 'any' (default), 'sources' (cited in the answer) or 'search\_results' (retrieved by the web search behind the answer; ChatGPT only).                                                                                                                                                                                        |
| `keyword_scope`      | string or SelectableOption | No       | `any`        | Where a keyword has to appear: 'any' (default), 'question' (the user prompt), 'answer' (the AI answer text), 'brand\_entities' (brands named in the answer) or 'fan\_out\_queries' (the follow-up searches the model ran).                                                                                                                                |
| `keyword_match_type` | string or SelectableOption | No       | `word_match` | 'word\_match' (default) matches whole words, so 'light' also matches 'light bulb'; 'partial\_match' matches substrings, so 'light' also matches 'lighting'.                                                                                                                                                                                               |
| `include_subdomains` | boolean                    | No       | `True`       | Also match subdomains of the target domains, which includes the [www](http://www). host most sites are cited under. Defaults to true; turn it off to count only the bare domain.                                                                                                                                                                          |
| `platform`           | string or SelectableOption | No       | `all`        | AI platform: 'all' (default), 'google' (Google AI Overviews and AI Mode) or 'chat\_gpt'. ChatGPT data exists for the United States in English only; every other location and language is Google only.                                                                                                                                                     |
| `location`           | string or SelectableOption | No       | `2840`       | Country or location: a two-letter country code (us, gb, de...), a DataForSEO location code (2840 = United States) or a full location name. Defaults to the United States. Only locations listed by DataForSEO for LLM Mentions have data.                                                                                                                 |
| `language`           | string or SelectableOption | No       | `en`         | Language code of the AI answers, e.g. en, de, es, fr, nl. Defaults to en.                                                                                                                                                                                                                                                                                 |
| `dataset_filters`    | array of FilterItem        | No       | -            | Up to 8 filters applied to the AI answers before they are counted, on ai\_search\_volume, model\_name, platform, location\_code, language\_code, is\_web\_search\_based, first\_response\_at or last\_response\_at, e.g. last\_response\_at GREATER\_THAN 2026-06-01.                                                                                     |
| `top_n`              | integer                    | No       | `5`          | How many entries to keep in each breakdown list (top source domains, brands, locations...), 1 to 10. Defaults to 5.                                                                                                                                                                                                                                       |
| `fields`             | string or array of string  | No       | -            | Result columns to keep: target, total.mentions, total.ai\_search\_volume, platform.chat\_gpt.mentions, platform.chat\_gpt.ai\_search\_volume, platform.google.mentions, platform.google.ai\_search\_volume, location, language, sources\_domain, search\_results\_domain, brand\_entities\_title, brand\_entities\_category. Leave empty for all of them. |

### FilterItem

| Field      | Type                       | Required | Default | Description                                                                                                                                                                                                                                                                                 |
| ---------- | -------------------------- | -------- | ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `field`    | string or SelectableOption | Yes      | -       | The field to filter on, must be one of the current selected metrics or dimensions.                                                                                                                                                                                                          |
| `operator` | string                     | Yes      | -       | The operator to use for filtering. Must be one of the supported values. Use REGEXP\_MATCH to search/filter by multiple OR values like '.*(summer\|holiday).*'                                                                                                                               |
| `value`    | string                     | Yes      | -       | The value to filter by, always as a string: text, a number, or a regex. For IN\_LIST and NOT\_IN\_LIST, pass the values as one comma-separated string such as 'a,b,c', not as an array. For regex values, escape backslashes once in the JSON string: write \b for a word boundary, not \b. |

### SelectableOption

| Field   | Type   | Required | Default | Description |
| ------- | ------ | -------- | ------- | ----------- |
| `value` | string | Yes      | -       |             |
| `label` | string | Yes      | -       |             |

## Output

**Type**: `List[Dict]`

Returns one row per included domain or keyword: target, total.mentions, total.ai\_search\_volume, platform.chat\_gpt.mentions, platform.chat\_gpt.ai\_search\_volume, platform.google.mentions, platform.google.ai\_search\_volume, and the breakdown lists location, language, sources\_domain, search\_results\_domain, brand\_entities\_title, brand\_entities\_category (each a list of key, mentions, ai\_search\_volume limited to top\_n entries).

**Fields**: `target`, `total.mentions`, `total.ai_search_volume`, `platform.chat_gpt.mentions`, `platform.google.mentions`, `sources_domain`, `brand_entities_title`

**Example**:

```json theme={"dark"}
[
  {
    "target": "ahrefs.com",
    "total.mentions": 8106,
    "total.ai_search_volume": 4134243,
    "platform.chat_gpt.mentions": 1950,
    "platform.google.mentions": 6156
  }
]
```
