{"id":22405,"date":"2025-10-09T11:24:10","date_gmt":"2025-10-09T11:24:10","guid":{"rendered":"https:\/\/docs.dataforseo.com\/v3\/?page_id=22405"},"modified":"2026-04-01T15:31:52","modified_gmt":"2026-04-01T15:31:52","slug":"ai_optimization-llm_mentions-top_domains-live","status":"publish","type":"page","link":"https:\/\/docs.dataforseo.com\/v3\/ai_optimization-llm_mentions-top_domains-live\/","title":{"rendered":"ai_optimization\/llm_mentions\/top_domains\/live"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row][vc_column][vc_column_text]<\/p>\n<h2>Live LLM Mentions Top Domains<\/h2>\n<p>\u200c\u200c<br \/>\nLive LLM Mentions Top Domains endpoint provides aggregated LLM mentions metrics grouped by the most frequently mentioned domains for the specified <code>target<\/code>. The results are specific to the selected platform (<code>google<\/code> for Google&#8217;s  AI Overview or <code>chat_gpt<\/code> for ChatGPT), location and language parameters (see <a href=\"https:\/\/docs.dataforseo.com\/v3\/ai_optimization\/llm_mentions\/locations_and_languages\" target=\"_blank\" rel=\"noopener noreferrer\">the List of Locations &#038; Languages<\/a>).<\/p>\n<p>[\/vc_column_text]    <div class=\"endpoint\">\n        <img decoding=\"async\" class=\"endpoint__icon\" src=\"https:\/\/docs.dataforseo.com\/v3\/wp-content\/themes\/dataforseo\/assets\/img\/icons\/checked-circle.svg\" alt=\"checked\">\n\n                    POST            <button class=\"btn-reset button-link copy-button\" data-href=\"https:\/\/api.dataforseo.com\/v3\/ai_optimization\/llm_mentions\/top_domains\/live\">\n                https:\/\/api.dataforseo.com\/v3\/ai_optimization\/llm_mentions\/top_domains\/live                <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\">\n                    <use href=\"https:\/\/docs.dataforseo.com\/v3\/wp-content\/themes\/dataforseo\/assets\/img\/icons\/sprite.svg#layers\"><\/use>\n                <\/svg>\n            <\/button>\n            <\/div>\n    \t<article class=\"info-card info-card--yellow\">\n\t\t<header class=\"info-card__header\">\n\t\t\t<div class=\"info-card__icon\">\n\t\t\t\t<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\">\n\t\t\t\t\t<use href=\"https:\/\/docs.dataforseo.com\/v3\/wp-content\/themes\/dataforseo\/assets\/img\/icons\/sprite.svg#label\"><\/use>\n\t\t\t\t<\/svg>\n\t\t\t<\/div>\n\t\t\t<div class=\"info-card__title\">Pricing<\/div>\n\t\t<\/header>\n\t\t<div class=\"info-card__content\">\n\t\t\t<p>The cost of the task can be calculated on the <a href=\"https:\/\/dataforseo.com\/pricing\/ai-optimization\/llm-mentions\" target=\"_blank\">Pricing page<\/a><\/a>. <\/p>\n\t\t<\/div>\n\t<\/article>\n\t[vc_column_text]All POST data should be sent in the <a href=\"https:\/\/en.wikipedia.org\/wiki\/JSON\">JSON<\/a> format (UTF-8 encoding). The task setting is done using the POST method. When setting a task, you should send all task parameters in the task array of the generic POST array. You can send up to 2000 API calls per minute, each Live LLM Mentions API call can contain only one task.<\/p>\n<p><strong>Execution time for tasks set with the Live LLM Mentions endpoint is currently up to 120 seconds.<\/strong><\/p>\n<p>Below you will find a detailed description of the fields you can use for setting a task.<\/p>\n<p><strong>Description of the fields for setting a task:<\/strong><br \/>\n<div class=\"dfs-doc-container dfs-doc-request\"><table><thead><tr><th>Field name<\/th><th>Type<\/th><th>Description<\/th><\/tr><\/thead><tbody><tr data-doc-id=\"target\"><td><strong><code>target<\/code><\/strong><\/td><td>array<\/td><td><p><em>array of objects containing target entities<\/em><br><strong>required field<\/strong><br>you can specify <strong>up to 10 entities (objects)<\/strong> in the <code>target<\/code> field<br>one target entity can contain either one <code>domain<\/code> or one <code>keyword<\/code> and related parameters<p>examples: <p>target array with a domain entity<br><code>[{\"domain\": \"en.wikipedia.org\", \"search_filter\": \"exclude\"}]<\/code><br>target array with a keyword entity<br><code>[{\"keyword\": \"bmw\", \"search_scope\": [\"question\"], \"match_type \": \"partial_match\"}]<\/code><br>target array with multiple entities<br><code>[{\"domain\": \"en.wikipedia.org\", \"search_filter\": \"exclude\"}, {\"keyword\": \"bmw\", \"match_type \": \"partial_match\", \"search_scope\": [\"answer\"]}]<\/code><\/p><\/td><\/tr><tr data-doc-id=\"target-domain_entity\"><td>&nbsp;&nbsp;&nbsp;&nbsp;<strong><code>domain_entity<\/code><\/strong><\/td><td>object<\/td><td><p><em>domain entity in the target array<\/em><br>example:<br><code>{\"domain\": \"en.wikipedia.org\", \"search_filter\": \"exclude\", \"search_scope\": [\"sources\"]}<\/code><\/p><\/td><\/tr><tr data-doc-id=\"target-domain_entity-domain\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>domain<\/code><\/td><td>string<\/td><td><p><em>target domain<\/em><br><strong>required field if you don't specify <code>keyword<\/code><\/strong><br>you can specify <strong>up to 63 characters<\/strong> in the <code>domain<\/code> field;<br>a domain should be specified without <code>https:\/\/<\/code> and <code>www.<\/code><\/p><\/td><\/tr><tr data-doc-id=\"target-domain_entity-search_filter\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>search_filter<\/code><\/td><td>string<\/td><td><p><em>target domain search filter<\/em><br>optional field<br>possible values:<br><code>include<\/code>, <code>exclude<\/code><br>default value: <code>include<\/code><\/p><\/td><\/tr><tr data-doc-id=\"target-domain_entity-search_scope\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>search_scope<\/code><\/td><td>array<\/td><td><p><em>target domain search scope<\/em><br>optional field<br>possible values:<br><code>any<\/code>, <code>sources<\/code>, <code>search_results<\/code><br>default value: <code>any<\/code><\/p><\/td><\/tr><tr data-doc-id=\"target-domain_entity-include_subdomains\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>include_subdomains<\/code><\/td><td>boolean<\/td><td><p><em>indicates if the subdomains of the target <code>domain<\/code> will be included in the search<\/em><br>optional field<br>if set to <code>true<\/code>, the subdomains will be included in the search<br>default value: <code>false<\/code><\/p><\/td><\/tr><tr data-doc-id=\"target-keyword_entity\"><td>&nbsp;&nbsp;&nbsp;&nbsp;<strong><code>keyword_entity<\/code><\/strong><\/td><td>object<\/td><td><p><em>keyword entity in the target array<\/em><br>example:<br><code>{\"keyword\": \"bmw\", \"search_filter\": \"include\", \"search_scope\": [\"question\"], \"match_type \": \"partial_match\"}<\/code><\/p><\/td><\/tr><tr data-doc-id=\"target-keyword_entity-keyword\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>keyword<\/code><\/td><td>string<\/td><td><p><em>target keyword<\/em><br><strong>required field if you don't specify <code>domain<\/code><\/strong><br>you can specify <strong>up to 250 characters<\/strong> in the <code>keyword<\/code> field<br>all %## will be decoded (plus character \u2018+\u2019 will be decoded to a space character)<br>if you need to use the \u201c%\u201d character for your <code>keyword<\/code>, please specify it as \u201c%25\u201d;<br>if you need to use the \u201c+\u201d character for your <code>keyword<\/code>, please specify it as \u201c%2B\u201d<p>learn more about rules and limitations of <code>keyword<\/code> and <code>keywords<\/code> fields in DataForSEO APIs in this <a href=\"https:\/\/dataforseo.com\/help-center\/rules-and-limitations-of-keyword-and-keywords-fields-in-dataforseo-apis\" rel=\"noopener noreferrer\" target=\"_blank\">Help Center article<\/a><\/p><\/td><\/tr><tr data-doc-id=\"target-keyword_entity-search_filter\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>search_filter<\/code><\/td><td>string<\/td><td><p><em>target keyword search filter<\/em><br>optional field<br>possible values:<br><code>include<\/code>, <code>exclude<\/code><br>default value: <code>include<\/code><\/p><\/td><\/tr><tr data-doc-id=\"target-keyword_entity-search_scope\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>search_scope<\/code><\/td><td>array<\/td><td><p><em>target keyword search scope<\/em><br>optional field<br>possible values:<br><code>any<\/code>, <code>question<\/code>, <code>answer<\/code>, <code>brand_entities<\/code>, <code>fan_out_queries<\/code><br>default value: <code>any<\/code><\/p><\/td><\/tr><tr data-doc-id=\"target-keyword_entity-match_type\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>match_type<\/code><\/td><td>string<\/td><td><p><em>target keyword match type<\/em><br>optional field<br>possible values:<br><code>word_match<\/code>, <code>partial_match<\/code><br><code>word_match<\/code> - full-text search for terms that match the specified seed keyword with additional words included before, after, or within the seed key phrase.<br><code>partial_match<\/code> - searches for any occurrence of the keyword or its parts within the content<br>default value: <code>word_match<\/code><\/p><\/td><\/tr><tr data-doc-id=\"location_name\"><td><code>location_name<\/code><\/td><td>string<\/td><td><p><em>full name of search location<\/em><br>optional field<br>if you use this field, you don't need to specify <code>location_code<\/code><br>if you don't specify this field, the <code>location_code<\/code> with <code class=\"long-string\">2840<\/code> value will be used by default;<br>you can receive the list of available locations of the search engine with their <code>location_name<\/code> by making a separate request to the <code><a href=\"https:\/\/api.dataforseo.com\/v3\/ai_optimization\/llm_mentions\/locations_and_languages\">https:\/\/api.dataforseo.com\/v3\/ai_optimization\/llm_mentions\/locations_and_languages<\/a><\/code><br><strong>Note: <code>chat_gpt<\/code> data is available for <code class=\"long-string\">United States<\/code> only<\/p><\/td><\/tr><tr data-doc-id=\"location_code\"><td><code>location_code<\/code><\/td><td>integer<\/td><td><p><em>search location code<\/em><br>optional field<br>if you use this field, you don't need to specify <code>location_name<\/code><br>you can receive the list of available locations of the search engine with their <code>location_code<\/code> by making a separate request to the <code><a href=\"https:\/\/api.dataforseo.com\/v3\/ai_optimization\/llm_mentions\/locations_and_languages\">https:\/\/api.dataforseo.com\/v3\/ai_optimization\/llm_mentions\/locations_and_languages<\/a><\/code><br>default value: <code class=\"long-string\">2840<\/code><br><strong>Note: <code>chat_gpt<\/code> data is available for <code class=\"long-string\">2840<\/code> only<\/p><\/td><\/tr><tr data-doc-id=\"language_name\"><td><code>language_name<\/code><\/td><td>string<\/td><td><p><em>full name of search language<\/em><br>optional field<br>if you use this field, you don't need to specify <code>language_code<\/code>;<br>if you don't specify this field, the <code>language_code<\/code> with <code class=\"long-string\">en<\/code> value will be used by default;<br>you can receive the list of available languages of the search engine with their <code>language_name<\/code> by making a separate request to the <code><a href=\"https:\/\/api.dataforseo.com\/v3\/ai_optimization\/llm_mentions\/locations_and_languages\">https:\/\/api.dataforseo.com\/v3\/ai_optimization\/llm_mentions\/locations_and_languages<\/a><\/code><br><strong>Note: <code>chat_gpt<\/code> data is available for <code class=\"long-string\">English<\/code> only<\/p><\/td><\/tr><tr data-doc-id=\"language_code\"><td><code>language_code<\/code><\/td><td>string<\/td><td><p><em>search language code<\/em><br>optional field<br>if you use this field, you don't need to specify <code>language_name<\/code>;<br>you can receive the list of available languages of the search engine with their <code>language_code<\/code>_by making a separate request to the <code><a href=\"https:\/\/api.dataforseo.com\/v3\/ai_optimization\/llm_mentions\/locations_and_languages\">https:\/\/api.dataforseo.com\/v3\/ai_optimization\/llm_mentions\/locations_and_languages<\/a><\/code><br>default value: <code class=\"long-string\">en<\/code><br><strong>Note: <code>chat_gpt<\/code> data is available for <code class=\"long-string\">en<\/code> onlyn<\/p><\/td><\/tr><tr data-doc-id=\"platform\"><td><code>platform<\/code><\/td><td>string<\/td><td><p><em>target platform<\/em><br>optional field<br>possible values:<br><code>chat_gpt<\/code>, <code>google<\/code><br>default value: <code class=\"long-string\">google<\/code><br><strong>Note:<\/strong> the data returned depends on the selected platform<br><strong>Note #2:<\/strong><code>chat_gpt<\/code> data is available for the <code>United States<\/code> and <code>English<\/code> only<\/p><\/td><\/tr><tr data-doc-id=\"links_scope\"><td><code>links_scope<\/code><\/td><td>string<\/td><td><p><em>links source scope<\/em><br>optional field<br>this parameter specifies which links will be used to extract domains and aggregation data<br>possible values: <code>sources<\/code>, <code>search_results<\/code><br>default value: <code>sources<\/code><\/p><\/td><\/tr><tr data-doc-id=\"initial_dataset_filters\"><td><code>initial_dataset_filters<\/code><\/td><td>array<\/td><td><p><em>array of filter expressions applied before aggregation<\/em><br>optional field<br>you can use this array to filter expressions applied to the raw mentions database before aggregation to limit the rows contributing to the result;<p><strong>you can add several filters at once (8 filters maximum)<\/strong><br>you should set a logical operator <code>and<\/code>, <code>or<\/code> between the conditions<br>the following operators are supported:<br><code>=<\/code>, <code><><\/code>, <code>in<\/code>, <code>not_in<\/code>, <code>like<\/code>, <code>not_like<\/code>, <code>ilike<\/code>, <code>not_ilike<\/code>, <code>match<\/code>, <code>not_match<\/code><br>you can use the <code>%<\/code> operator with <code>like<\/code> and <code>not_like<\/code> to match any string of zero or more characters<br>example:<br><code>[\"ai_search_volume\",\">\",\"1000\"]<\/code><p>The full list of possible filters is available <a href=\"\/v3\/ai_optimization\/llm_mentions\/filters\" rel=\"noopener noreferrer\" target=\"_blank\">here.<\/a><\/p><\/td><\/tr><tr data-doc-id=\"items_list_limit\"><td><code>items_list_limit<\/code><\/td><td>integer<\/td><td><p><em>maximum number of results in the items array<\/em><br>optional field<br>you can use this parameter to limit the number of data objects you receive in the <code>items<\/code> array<br>minimum value: <code>1<\/code><br>maximum value: <code>10<\/code><br>default value: <code>5<\/code><\/p><\/td><\/tr><tr data-doc-id=\"internal_list_limit\"><td><code>internal_list_limit<\/code><\/td><td>integer<\/td><td><p><em>maximum number of elements within internal arrays<\/em><br>optional field<br>you can use this field to limit the number of elements within the following arrays:<br><code>sources_domain<\/code><br><code>search_results_domain<\/code><br>minimum value: <code>1<\/code><br>maximum value: <code>10<\/code><br>default value: <code>5<\/code><\/p><\/td><\/tr><tr data-doc-id=\"tag\"><td><code>tag<\/code><\/td><td>string<\/td><td><p><em>user-defined task identifier<\/em><br>optional field<br><em>the character limit is 255<\/em><br>you can use this parameter to identify the task and match it with the result<br>you will find the specified <code>tag<\/code> value in the <code>data<\/code> object of the response<\/p><\/td><\/tr><\/tbody><\/table><\/div><br \/>\n\u200c<br \/>\n\u200c\u200cAs a response of the API server, you will receive <a href=\"https:\/\/en.wikipedia.org\/wiki\/JSON\">JSON<\/a>-encoded data containing a <code>tasks<\/code> array with the information specific to the set tasks.<br \/>\n\u200c<br \/>\n<strong>Description of the fields in the results array:<\/strong><br \/>\n<div class=\"dfs-doc-container dfs-doc-response\"><div class=\"api-block-main\"><div class=\"api-section\"><table><thead><tr><th>Field name<\/th><th>Type<\/th><th>Description<\/th><\/tr><\/thead><tbody><tr data-doc-id=\"version\"><td><code>version<\/code><\/td><td>string<\/td><td><p><em>the current version of the API<\/em><\/p><\/td><\/tr><tr data-doc-id=\"status_code\"><td><code>status_code<\/code><\/td><td>integer<\/td><td><p><i>general status code<\/i><br>you can find the full list of the response codes <a href=\"\/v3\/appendix\/errors\">here<\/a><br><strong>Note:<\/strong> we strongly recommend designing a necessary system for handling related exceptional or error conditions<\/p><\/td><\/tr><tr data-doc-id=\"status_message\"><td><code>status_message<\/code><\/td><td>string<\/td><td><p><em>general informational message<\/em><br>you can find the full list of general informational messages <a href=\"\/v3\/appendix\/errors\">here<\/a><\/p><\/td><\/tr><tr data-doc-id=\"time\"><td><code>time<\/code><\/td><td>string<\/td><td><p><em>execution time, seconds<\/em><\/p><\/td><\/tr><tr data-doc-id=\"cost\"><td><code>cost<\/code><\/td><td>float<\/td><td><p><em>total tasks cost, USD<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks_count\"><td><code>tasks_count<\/code><\/td><td>integer<\/td><td><p><em>the number of tasks in the <strong><code>tasks<\/code><\/strong> array<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks_error\"><td><code>tasks_error<\/code><\/td><td>integer<\/td><td><p><em>the number of tasks in the <strong><code>tasks<\/code><\/strong> array returned with an error<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks\"><td><strong><code>tasks<\/code><\/strong><\/td><td>array<\/td><td><p><em>array of tasks<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-id\"><td>&nbsp;&nbsp;&nbsp;&nbsp;<code>id<\/code><\/td><td>string<\/td><td><p><em>task identifier<\/em><br><strong>unique task identifier in our system in the <a href=\"https:\/\/en.wikipedia.org\/wiki\/Universally_unique_identifier\">UUID<\/a> format<\/strong><\/p><\/td><\/tr><tr data-doc-id=\"tasks-status_code\"><td>&nbsp;&nbsp;&nbsp;&nbsp;<code>status_code<\/code><\/td><td>integer<\/td><td><p><em>status code of the task<\/em><br>generated by DataForSEO; can be within the following range: 10000-60000<br>you can find the full list of the response codes <a href=\"\/v3\/appendix\/errors\">here<\/a><\/p><\/td><\/tr><tr data-doc-id=\"tasks-status_message\"><td>&nbsp;&nbsp;&nbsp;&nbsp;<code>status_message<\/code><\/td><td>string<\/td><td><p><em>informational message of the task<\/em><br>you can find the full list of general informational messages <a href=\"\/v3\/appendix\/errors\">here<\/a><\/p><\/td><\/tr><tr data-doc-id=\"tasks-time\"><td>&nbsp;&nbsp;&nbsp;&nbsp;<code>time<\/code><\/td><td>string<\/td><td><p><em>execution time, seconds<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-cost\"><td>&nbsp;&nbsp;&nbsp;&nbsp;<code>cost<\/code><\/td><td>float<\/td><td><p><em>cost of the task, USD<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result_count\"><td>&nbsp;&nbsp;&nbsp;&nbsp;<code>result_count<\/code><\/td><td>integer<\/td><td><p><em>number of elements in the <code>result<\/code> array<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-path\"><td>&nbsp;&nbsp;&nbsp;&nbsp;<code>path<\/code><\/td><td>array<\/td><td><p><em>URL path<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-data\"><td>&nbsp;&nbsp;&nbsp;&nbsp;<code>data<\/code><\/td><td>object<\/td><td><p><em>contains the same parameters that you specified in the POST request<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result\"><td>&nbsp;&nbsp;&nbsp;&nbsp;<strong><code>result<\/code><\/strong><\/td><td>array<\/td><td><p><em>array of results<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-total\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong><code>total<\/code><\/strong><\/td><td>object<\/td><td><p><em>aggregated mentions metrics summary<\/em><br>contains overall aggregated LLM mention metrics across all found domains, grouped by various dimensions<\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-total-location\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong><code>location<\/code><\/strong><\/td><td>array<\/td><td><p><em>location-based grouping<\/em><br>array of objects containing mention metrics segmented by geographical location<\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-total-location-type\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>type<\/code><\/td><td>string<\/td><td><p><em>type of the element = '<strong>group_element<\/strong>'<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-total-location-key\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>key<\/code><\/td><td>string<\/td><td><p><em>grouping identifier<\/em><br>the specific identifier for the grouping dimension<\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-total-location-mentions\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>mentions<\/code><\/td><td>integer<\/td><td><p><em>total LLM mentions count<\/em><br>the number of times the target keyword or domain were mentioned in relation to this specific grouping key<\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-total-location-ai_search_volume\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>ai_search_volume<\/code><\/td><td>integer<\/td><td><p><em>current AI search volume rate of a keyword<\/em><br>learn more about this metric <a href=\"https:\/\/dataforseo.com\/help-center\/how-the-ai-search-volume-metric-works-in-llm-mentions\" rel=\"noopener noreferrer\" target=\"_blank\">here<\/a><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-total-location-impressions\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>impressions<\/code><\/td><td>integer<\/td><td><p><em>current AI impressions rate of a keyword<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-total-language\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong><code>language<\/code><\/strong><\/td><td>array<\/td><td><p><em>language-based grouping<\/em><br>array of objects containing mention metrics segmented by content language<\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-total-language-type\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>type<\/code><\/td><td>string<\/td><td><p><em>type of the element = '<strong>group_element<\/strong>'<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-total-language-key\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>key<\/code><\/td><td>string<\/td><td><p><em>grouping identifier<\/em><br>the specific identifier for the grouping dimension<\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-total-language-mentions\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>mentions<\/code><\/td><td>integer<\/td><td><p><em>total LLM mentions count<\/em><br>the number of times the target keyword or domain were mentioned in relation to this specific grouping key<\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-total-language-ai_search_volume\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>ai_search_volume<\/code><\/td><td>integer<\/td><td><p><em>current AI search volume rate of a keyword<\/em><br>learn more about this metric <a href=\"https:\/\/dataforseo.com\/help-center\/how-the-ai-search-volume-metric-works-in-llm-mentions\" rel=\"noopener noreferrer\" target=\"_blank\">here<\/a><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-total-language-impressions\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>impressions<\/code><\/td><td>integer<\/td><td><p><em>current AI impressions rate of a keyword<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-total-platform\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong><code>platform<\/code><\/strong><\/td><td>array<\/td><td><p><em>platform-based grouping<\/em><br>array of group elements containing mention metrics segmented by AI platform<\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-total-platform-type\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>type<\/code><\/td><td>string<\/td><td><p><em>type of the element = '<strong>group_element<\/strong>'<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-total-platform-key\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>key<\/code><\/td><td>string<\/td><td><p><em>grouping identifier<\/em><br>the specific identifier for the grouping dimension<\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-total-platform-mentions\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>mentions<\/code><\/td><td>integer<\/td><td><p><em>total LLM mentions count<\/em><br>the number of times the target keyword or domain were mentioned in relation to this specific grouping key<\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-total-platform-ai_search_volume\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>ai_search_volume<\/code><\/td><td>integer<\/td><td><p><em>current AI search volume rate of a keyword<\/em><br>learn more about this metric <a href=\"https:\/\/dataforseo.com\/help-center\/how-the-ai-search-volume-metric-works-in-llm-mentions\" rel=\"noopener noreferrer\" target=\"_blank\">here<\/a><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-total-platform-impressions\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>impressions<\/code><\/td><td>integer<\/td><td><p><em>current AI impressions rate of a keyword<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-total-sources_domain\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong><code>sources_domain<\/code><\/strong><\/td><td>array<\/td><td><p><em>found top source domains relevant to the target<\/em><br>array of objects containing data on top domains that are cited as sources in LLM responses<\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-total-sources_domain-type\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>type<\/code><\/td><td>string<\/td><td><p><em>type of the element = '<strong>group_element<\/strong>'<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-total-sources_domain-key\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>key<\/code><\/td><td>string<\/td><td><p><em>grouping identifier<\/em><br>the specific identifier for the grouping dimension<br>in this case the field displays a found domain name<\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-total-sources_domain-mentions\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>mentions<\/code><\/td><td>integer<\/td><td><p><em>total LLM mentions count<\/em><br>the number of times the target keyword or domain were mentioned in relation to the specific domain<\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-total-sources_domain-ai_search_volume\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>ai_search_volume<\/code><\/td><td>integer<\/td><td><p><em>current AI search volume rate of a keyword<\/em><br>learn more about this metric <a href=\"https:\/\/dataforseo.com\/help-center\/how-the-ai-search-volume-metric-works-in-llm-mentions\" rel=\"noopener noreferrer\" target=\"_blank\">here<\/a><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-total-sources_domain-impressions\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>impressions<\/code><\/td><td>integer<\/td><td><p><em>current AI impressions rate of a keyword<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-total-search_results_domain\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong><code>search_results_domain<\/code><\/strong><\/td><td>array<\/td><td><p><em>found top search results domains relevant to the target<\/em><br>array of objects containing data on top domains that appear in search results related to LLM queries<\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-total-search_results_domain-type\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>type<\/code><\/td><td>string<\/td><td><p><em>type of the element = '<strong>group_element<\/strong>'<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-total-search_results_domain-key\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>key<\/code><\/td><td>string<\/td><td><p><em>grouping identifier<\/em><br>the specific identifier for the grouping dimension<br>in this case the field displays a found domain name<\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-total-search_results_domain-mentions\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>mentions<\/code><\/td><td>integer<\/td><td><p><em>total LLM mentions count<\/em><br>the number of times the target keyword or domain were mentioned in relation to the specific domain<\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-total-search_results_domain-ai_search_volume\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>ai_search_volume<\/code><\/td><td>integer<\/td><td><p><em>current AI search volume rate of a keyword<\/em><br>learn more about this metric <a href=\"https:\/\/dataforseo.com\/help-center\/how-the-ai-search-volume-metric-works-in-llm-mentions\" rel=\"noopener noreferrer\" target=\"_blank\">here<\/a><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-total-search_results_domain-impressions\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>impressions<\/code><\/td><td>integer<\/td><td><p><em>current AI impressions rate of a keyword<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-total-brand_entities_title\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong><code>brand_entities_title<\/code><\/strong><\/td><td>array<\/td><td><p><em>data on brand entities relevant to the target<\/em><br>array of objects containing data on brand entity titles that appear in search results related to LLM queries<\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-total-brand_entities_title-type\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>type<\/code><\/td><td>string<\/td><td><p><em>type of the element = '<strong>group_element<\/strong>'<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-total-brand_entities_title-key\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>key<\/code><\/td><td>string<\/td><td><p><em>grouping identifier<\/em><br>the specific identifier for the grouping dimension<br>in this case the field displays a found brand entity title<\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-total-brand_entities_title-mentions\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>mentions<\/code><\/td><td>integer<\/td><td><p><em>total LLM mentions count<\/em><br>the number of times the target keyword or domain were mentioned in relation to the specific domain<\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-total-brand_entities_title-ai_search_volume\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>ai_search_volume<\/code><\/td><td>integer<\/td><td><p><em>current AI search volume rate of a keyword<\/em><br>learn more about this metric <a href=\"https:\/\/dataforseo.com\/help-center\/how-the-ai-search-volume-metric-works-in-llm-mentions\" rel=\"noopener noreferrer\" target=\"_blank\">here<\/a><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-total-brand_entities_title-impressions\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>impressions<\/code><\/td><td>integer<\/td><td><p><em>current AI impressions rate of a keyword<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-total-brand_entities_category\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong><code>brand_entities_category<\/code><\/strong><\/td><td>array<\/td><td><p><em>data on brand entities relevant to the target<\/em><br>array of objects containing data on brand entity categories that appear in search results related to LLM queries<\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-total-brand_entities_category-type\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>type<\/code><\/td><td>string<\/td><td><p><em>type of the element = '<strong>group_element<\/strong>'<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-total-brand_entities_category-key\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>key<\/code><\/td><td>string<\/td><td><p><em>grouping identifier<\/em><br>the specific identifier for the grouping dimension<br>in this case the field displays a found brand entity category<\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-total-brand_entities_category-mentions\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>mentions<\/code><\/td><td>integer<\/td><td><p><em>total LLM mentions count<\/em><br>the number of times the target keyword or domain were mentioned in relation to the specific domain<\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-total-brand_entities_category-ai_search_volume\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>ai_search_volume<\/code><\/td><td>integer<\/td><td><p><em>current AI search volume rate of a keyword<\/em><br>learn more about this metric <a href=\"https:\/\/dataforseo.com\/help-center\/how-the-ai-search-volume-metric-works-in-llm-mentions\" rel=\"noopener noreferrer\" target=\"_blank\">here<\/a><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-total-brand_entities_category-impressions\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>impressions<\/code><\/td><td>integer<\/td><td><p><em>current AI impressions rate of a keyword<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong><code>items<\/code><\/strong><\/td><td>array<\/td><td><p><em>individual domain results<\/em><br>array containing detailed mention metrics for each of the found top domains<\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-key\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>key<\/code><\/td><td>string<\/td><td><p><em>domain name<\/em><br>the domain name of the website found in LLM mentions for the specified target<\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-location\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong><code>location<\/code><\/strong><\/td><td>array<\/td><td><p><em>location-based grouping<\/em><br>array of objects containing domain mention metrics segmented by geographical location<\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-location-type\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>type<\/code><\/td><td>string<\/td><td><p><em>type of the element = '<strong>group_element<\/strong>'<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-location-key\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>key<\/code><\/td><td>string<\/td><td><p><em>grouping identifier<\/em><br>the specific identifier for the grouping dimension<\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-location-mentions\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>mentions<\/code><\/td><td>integer<\/td><td><p><em>total LLM mentions count<\/em><br>the number of times the target keyword or domain were mentioned in relation to this specific grouping key<\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-location-ai_search_volume\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>ai_search_volume<\/code><\/td><td>integer<\/td><td><p><em>current AI search volume rate of a keyword<\/em><br>learn more about this metric <a href=\"https:\/\/dataforseo.com\/help-center\/how-the-ai-search-volume-metric-works-in-llm-mentions\" rel=\"noopener noreferrer\" target=\"_blank\">here<\/a><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-location-impressions\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>impressions<\/code><\/td><td>integer<\/td><td><p><em>current AI impressions rate of a keyword<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-language\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong><code>language<\/code><\/strong><\/td><td>array<\/td><td><p><em>language-based grouping<\/em><br>array of objects containing domain mention metrics segmented by content language<\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-language-type\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>type<\/code><\/td><td>string<\/td><td><p><em>type of the element = '<strong>group_element<\/strong>'<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-language-key\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>key<\/code><\/td><td>string<\/td><td><p><em>grouping identifier<\/em><br>the specific identifier for the grouping dimension<\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-language-mentions\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>mentions<\/code><\/td><td>integer<\/td><td><p><em>total LLM mentions count<\/em><br>the number of times the target keyword or domain were mentioned in relation to this specific grouping key<\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-language-ai_search_volume\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>ai_search_volume<\/code><\/td><td>integer<\/td><td><p><em>current AI search volume rate of a keyword<\/em><br>learn more about this metric <a href=\"https:\/\/dataforseo.com\/help-center\/how-the-ai-search-volume-metric-works-in-llm-mentions\" rel=\"noopener noreferrer\" target=\"_blank\">here<\/a><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-language-impressions\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>impressions<\/code><\/td><td>integer<\/td><td><p><em>current AI impressions rate of a keyword<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-platform\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong><code>platform<\/code><\/strong><\/td><td>array<\/td><td><p><em>platform-based grouping<\/em><br>array of group elements containing domain mention metrics segmented by AI platform<\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-platform-type\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>type<\/code><\/td><td>string<\/td><td><p><em>type of the element = '<strong>group_element<\/strong>'<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-platform-key\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>key<\/code><\/td><td>string<\/td><td><p><em>grouping identifier<\/em><br>the specific identifier for the grouping dimension<\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-platform-mentions\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>mentions<\/code><\/td><td>integer<\/td><td><p><em>total LLM mentions count<\/em><br>the number of times the target keyword or domain were mentioned in relation to this specific grouping key<\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-platform-ai_search_volume\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>ai_search_volume<\/code><\/td><td>integer<\/td><td><p><em>current AI search volume rate of a keyword<\/em><br>learn more about this metric <a href=\"https:\/\/dataforseo.com\/help-center\/how-the-ai-search-volume-metric-works-in-llm-mentions\" rel=\"noopener noreferrer\" target=\"_blank\">here<\/a><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-platform-impressions\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>impressions<\/code><\/td><td>integer<\/td><td><p><em>current AI impressions rate of a keyword<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-sources_domain\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong><code>sources_domain<\/code><\/strong><\/td><td>array<\/td><td><p><em>source domains relevant to the specific top domain<\/em><br>array of objects containing data on domains that are cited as sources in LLM responses<\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-sources_domain-type\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>type<\/code><\/td><td>string<\/td><td><p><em>type of the element = '<strong>group_element<\/strong>'<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-sources_domain-key\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>key<\/code><\/td><td>string<\/td><td><p><em>grouping identifier<\/em><br>the specific identifier for the grouping dimension<br>in this case the field displays a found domain name<\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-sources_domain-mentions\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>mentions<\/code><\/td><td>integer<\/td><td><p><em>total LLM mentions count<\/em><br>the number of times the target keyword or domain were mentioned in relation to the specific domain<\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-sources_domain-ai_search_volume\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>ai_search_volume<\/code><\/td><td>integer<\/td><td><p><em>current AI search volume rate of a keyword<\/em><br>learn more about this metric <a href=\"https:\/\/dataforseo.com\/help-center\/how-the-ai-search-volume-metric-works-in-llm-mentions\" rel=\"noopener noreferrer\" target=\"_blank\">here<\/a><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-sources_domain-impressions\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>impressions<\/code><\/td><td>integer<\/td><td><p><em>current AI impressions rate of a keyword<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-search_results_domain\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong><code>search_results_domain<\/code><\/strong><\/td><td>array<\/td><td><p><em>search results domains relevant to the specific top domain<\/em><br>array of objects containing data on domains that appear in search results related to LLM queries<\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-search_results_domain-type\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>type<\/code><\/td><td>string<\/td><td><p><em>type of the element = '<strong>group_element<\/strong>'<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-search_results_domain-key\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>key<\/code><\/td><td>string<\/td><td><p><em>grouping identifier<\/em><br>the specific identifier for the grouping dimension<br>in this case the field displays a found domain name<\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-search_results_domain-mentions\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>mentions<\/code><\/td><td>integer<\/td><td><p><em>total LLM mentions count<\/em><br>the number of times the target keyword or domain were mentioned in relation to the specific domain<\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-search_results_domain-ai_search_volume\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>ai_search_volume<\/code><\/td><td>integer<\/td><td><p><em>current AI search volume rate of a keyword<\/em><br>learn more about this metric <a href=\"https:\/\/dataforseo.com\/help-center\/how-the-ai-search-volume-metric-works-in-llm-mentions\" rel=\"noopener noreferrer\" target=\"_blank\">here<\/a><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-search_results_domain-impressions\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>impressions<\/code><\/td><td>integer<\/td><td><p><em>current AI impressions rate of a keyword<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-brand_entities_title\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong><code>brand_entities_title<\/code><\/strong><\/td><td>array<\/td><td><p><em>data on brand entities relevant to the target<\/em><br>array of objects containing data on brand entity titles that appear in search results related to LLM queries<\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-brand_entities_title-type\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>type<\/code><\/td><td>string<\/td><td><p><em>type of the element = '<strong>group_element<\/strong>'<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-brand_entities_title-key\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>key<\/code><\/td><td>string<\/td><td><p><em>grouping identifier<\/em><br>the specific identifier for the grouping dimension<br>in this case the field displays a found brand entity title<\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-brand_entities_title-mentions\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>mentions<\/code><\/td><td>integer<\/td><td><p><em>total LLM mentions count<\/em><br>the number of times the target keyword or domain were mentioned in relation to the specific domain<\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-brand_entities_title-ai_search_volume\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>ai_search_volume<\/code><\/td><td>integer<\/td><td><p><em>current AI search volume rate of a keyword<\/em><br>learn more about this metric <a href=\"https:\/\/dataforseo.com\/help-center\/how-the-ai-search-volume-metric-works-in-llm-mentions\" rel=\"noopener noreferrer\" target=\"_blank\">here<\/a><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-brand_entities_title-impressions\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>impressions<\/code><\/td><td>integer<\/td><td><p><em>current AI impressions rate of a keyword<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-brand_entities_category\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong><code>brand_entities_category<\/code><\/strong><\/td><td>array<\/td><td><p><em>data on brand entities relevant to the target<\/em><br>array of objects containing data on brand entity categories that appear in search results related to LLM queries<\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-brand_entities_category-type\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>type<\/code><\/td><td>string<\/td><td><p><em>type of the element = '<strong>group_element<\/strong>'<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-brand_entities_category-key\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>key<\/code><\/td><td>string<\/td><td><p><em>grouping identifier<\/em><br>the specific identifier for the grouping dimension<br>in this case the field displays a found brand entity category<\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-brand_entities_category-mentions\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>mentions<\/code><\/td><td>integer<\/td><td><p><em>total LLM mentions count<\/em><br>the number of times the target keyword or domain were mentioned in relation to the specific domain<\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-brand_entities_category-ai_search_volume\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>ai_search_volume<\/code><\/td><td>integer<\/td><td><p><em>current AI search volume rate of a keyword<\/em><br>learn more about this metric <a href=\"https:\/\/dataforseo.com\/help-center\/how-the-ai-search-volume-metric-works-in-llm-mentions\" rel=\"noopener noreferrer\" target=\"_blank\">here<\/a><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-brand_entities_category-impressions\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>impressions<\/code><\/td><td>integer<\/td><td><p><em>current AI impressions rate of a keyword<\/em><\/p><\/td><\/tr><\/tbody><\/table><\/div><\/div><\/div><br \/>\n\u200c\u200c[\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n<blockquote><p>Instead of \u2018login\u2019 and \u2018password\u2019 use your credentials from https:\/\/app.dataforseo.com\/api-access<\/p><\/blockquote><div id=\"curl\" class=\"tab-content example__content\"><div class=\"example__code\"><pre><code class=\"language-bash hljs\"># Instead of &#039;login&#039; and &#039;password&#039; use your credentials from https:\/\/app.dataforseo.com\/api-access \r\nlogin=&quot;login&quot; \r\npassword=&quot;password&quot; \r\ncred=&quot;$(printf ${login}:${password} | base64)&quot; \r\ncurl --location --request POST &quot;https:\/\/api.dataforseo.com\/v3\/ai_optimization\/llm_mentions\/top_domains\/live&quot; \r\n--header &quot;Authorization: Basic ${cred}&quot;  \r\n--header &quot;Content-Type: application\/json&quot; \r\n--data-raw &#039;[\r\n  {\r\n    &quot;language_code&quot;: &quot;en&quot;,\r\n    &quot;location_code&quot;: 2840,\r\n    &quot;platform&quot;: &quot;chat_gpt&quot;,\r\n    &quot;target&quot;: [\r\n      {\r\n        &quot;keyword&quot;: &quot;bmw&quot;,\r\n        &quot;search_scope&quot;: [\r\n          &quot;answer&quot;\r\n        ]\r\n      },\r\n      {\r\n        &quot;keyword&quot;: &quot;auto&quot;,\r\n        &quot;search_scope&quot;: [\r\n          &quot;question&quot;\r\n        ],\r\n        &quot;match_type&quot;: &quot;partial_match&quot;\r\n      }\r\n    ],\r\n    &quot;links_scope&quot;: &quot;sources&quot;,\r\n    &quot;initial_dataset_filters&quot;: [\r\n      [\r\n        &quot;ai_search_volume&quot;,\r\n        &quot;&gt;&quot;,\r\n        10\r\n      ]\r\n    ],\r\n    &quot;items_list_limit&quot;: 3,\r\n    &quot;internal_list_limit&quot;: 2\r\n  }\r\n]&#039;<\/code><\/pre><\/div><\/div><div id=\"php\" class=\"tab-content example__content\"><div class=\"example__code\"><pre><code class=\"language-php hljs\">&lt;?php\r\n\r\n\/**\r\n * Method: POST\r\n * Endpoint: https:\/\/api.dataforseo.com\/v3\/ai_optimization\/llm_mentions\/top_domains\/live\r\n * @see https:\/\/docs.dataforseo.com\/v3\/ai_optimization\/llm_mentions\/top_domains\/live\r\n *\/\r\n\r\nrequire_once __DIR__ . &#039;\/..\/..\/..\/..\/..\/lib\/RestClient.php&#039;;\r\n$config = require __DIR__ . &#039;\/..\/..\/..\/..\/..\/lib\/config.php&#039;;\r\n\r\n$client = new RestClient($config[&#039;base_url&#039;], null, $config[&#039;login&#039;], $config[&#039;password&#039;]);\r\n\r\n$data = [\r\n    [\r\n        &#039;language_code&#039; =&gt; &#039;en&#039;,\r\n        &#039;location_code&#039; =&gt; 2840,\r\n        &#039;platform&#039; =&gt; &#039;chat_gpt&#039;,\r\n        &#039;target&#039; =&gt; [\r\n            [\r\n                &#039;keyword&#039; =&gt; &#039;bmw&#039;,\r\n                &#039;search_scope&#039; =&gt; [\r\n                    &#039;answer&#039;,\r\n                ],\r\n            ],\r\n            [\r\n                &#039;keyword&#039; =&gt; &#039;auto&#039;,\r\n                &#039;search_scope&#039; =&gt; [\r\n                    &#039;question&#039;,\r\n                ],\r\n                &#039;match_type&#039; =&gt; &#039;partial_match&#039;,\r\n            ],\r\n        ],\r\n        &#039;links_scope&#039; =&gt; &#039;sources&#039;,\r\n        &#039;initial_dataset_filters&#039; =&gt; [\r\n            [\r\n                &#039;ai_search_volume&#039;,\r\n                &#039;&gt;&#039;,\r\n                10,\r\n            ],\r\n        ],\r\n        &#039;items_list_limit&#039; =&gt; 5,\r\n        &#039;internal_list_limit&#039; =&gt; 2,\r\n    ],\r\n];\r\ntry {\r\n    $result = $client-&gt;post(&#039;\/v3\/ai_optimization\/llm_mentions\/top_domains\/live&#039;, $data);\r\n    print_r($result);\r\n    \/\/ do something with post result\r\n} catch (RestClientException $e) {\r\n    printf(\r\n        &quot;HTTP code: %dnError code: %dnMessage: %snTrace: %sn&quot;,\r\n        $e-&gt;getHttpCode(),\r\n        $e-&gt;getCode(),\r\n        $e-&gt;getMessage(),\r\n        $e-&gt;getTraceAsString()\r\n    );\r\n}\r\n?&gt;<\/code><\/pre><\/div><\/div><div id=\"javascript\" class=\"tab-content example__content\"><div class=\"example__code\"><pre><code class=\"language-javascript hljs\">const axios = require(&#039;axios&#039;);\r\naxios({\r\n    method: &#039;post&#039;,\r\n    url: &#039;https:\/\/api.dataforseo.com\/v3\/ai_optimization\/llm_mentions\/top_domains\/live&#039;,\r\n    auth: {\r\n        username: &#039;login&#039;,\r\n        password: &#039;password&#039;\r\n    },\r\n    data: [\r\n        {\r\n            &quot;language_code&quot;: &quot;en&quot;,\r\n            &quot;location_code&quot;: 2840,\r\n            &quot;platform&quot;: &quot;chat_gpt&quot;,\r\n            &quot;target&quot;: [\r\n                {\r\n                    &quot;keyword&quot;: &quot;bmw&quot;,\r\n                    &quot;search_scope&quot;: [\r\n                        &quot;answer&quot;\r\n                    ]\r\n                },\r\n                {\r\n                    &quot;keyword&quot;: &quot;auto&quot;,\r\n                    &quot;search_scope&quot;: [\r\n                        &quot;question&quot;\r\n                    ],\r\n                    &quot;match_type&quot;: &quot;partial_match&quot;\r\n                }\r\n            ],\r\n            &quot;links_scope&quot;: &quot;sources&quot;,\r\n            &quot;initial_dataset_filters&quot;: [\r\n                [\r\n                    &quot;ai_search_volume&quot;,\r\n                    &quot;&gt;&quot;,\r\n                    10\r\n                ]\r\n            ],\r\n            &quot;items_list_limit&quot;: 3,\r\n            &quot;internal_list_limit&quot;: 2\r\n        }\r\n    ],\r\n    headers: {\r\n        &#039;content-type&#039;: &#039;application\/json&#039;\r\n    }\r\n}).then(function (response) {\r\n    var result = response[&#039;data&#039;][&#039;tasks&#039;];\r\n    \/\/ Result data\r\n    console.log(result);\r\n}).catch(function (error) {\r\n    console.log(error);\r\n});<\/code><\/pre><\/div><\/div><div id=\"python\" class=\"tab-content example__content\"><div class=\"example__code\"><pre><code class=\"language-python hljs\">&quot;&quot;&quot;\r\nMethod: POST\r\nEndpoint: https:\/\/api.dataforseo.com\/v3\/ai_optimization\/llm_mentions\/top_domains\/live\r\n@see https:\/\/docs.dataforseo.com\/v3\/ai_optimization\/llm_mentions\/top_domains\/live\r\n&quot;&quot;&quot;\r\n\r\nimport sys\r\nimport os\r\nsys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), &#039;..\/..\/..\/..\/..\/&#039;)))\r\nfrom lib.client import RestClient\r\nfrom lib.config import username, password\r\nclient = RestClient(username, password)\r\n\r\npost_data = []\r\npost_data.append({\r\n        &#039;language_code&#039;: &#039;en&#039;,\r\n        &#039;location_code&#039;: 2840,\r\n        &#039;platform&#039;: &#039;chat_gpt&#039;,\r\n        &#039;target&#039;: [\r\n            {\r\n                &#039;keyword&#039;: &#039;bmw&#039;,\r\n                &#039;search_scope&#039;: [\r\n                    &#039;answer&#039;\r\n                ]\r\n            },\r\n            {\r\n                &#039;keyword&#039;: &#039;auto&#039;,\r\n                &#039;search_scope&#039;: [\r\n                    &#039;question&#039;\r\n                ],\r\n                &#039;match_type&#039;: &#039;partial_match&#039;\r\n            }\r\n        ],\r\n        &#039;links_scope&#039;: &#039;sources&#039;,\r\n        &#039;initial_dataset_filters&#039;: [\r\n            [\r\n                &#039;ai_search_volume&#039;,\r\n                &#039;&gt;&#039;,\r\n                10\r\n            ]\r\n        ],\r\n        &#039;items_list_limit&#039;: 5,\r\n        &#039;internal_list_limit&#039;: 2\r\n    })\r\ntry:\r\n    response = client.post(&#039;\/v3\/ai_optimization\/llm_mentions\/top_domains\/live&#039;, post_data)\r\n    print(response)\r\n    # do something with post result\r\nexcept Exception as e:\r\n    print(f&#039;An error occurred: {e}&#039;)<\/code><\/pre><\/div><\/div><div id=\"csharp\" class=\"tab-content example__content\"><div class=\"example__code\"><pre><code class=\"language-csharp hljs\">using System;\r\nusing System.Linq;\r\nusing System.Net.Http;\r\nusing System.Net.Http.Headers;\r\nusing System.Text;\r\nusing System.Collections.Generic;\r\nusing System.Threading.Tasks;\r\nusing Newtonsoft.Json;\r\nnamespace DataForSeoSdk;\r\n\r\npublic class AiOptimization\r\n{\r\n\r\n    private static readonly HttpClient _httpClient;\r\n    \r\n    static AiOptimization()\r\n    {\r\n        _httpClient = new HttpClient\r\n        {\r\n            BaseAddress = new Uri(&quot;https:\/\/api.dataforseo.com\/&quot;)\r\n        };\r\n        _httpClient.DefaultRequestHeaders.Authorization =\r\n            new AuthenticationHeaderValue(&quot;Basic&quot;, ApiConfig.Base64Auth);\r\n    }\r\n    \r\n    \/\/\/ &lt;summary&gt;\r\n    \/\/\/ Method: POST\r\n    \/\/\/ Endpoint: https:\/\/api.dataforseo.com\/v3\/ai_optimization\/llm_mentions\/top_domains\/live\r\n    \/\/\/ &lt;\/summary&gt;\r\n    \/\/\/ &lt;see href=&quot;https:\/\/docs.dataforseo.com\/v3\/ai_optimization\/llm_mentions\/top_domains\/live&quot;\/&gt;\r\n    \r\n    public static async Task LlmMentionsTopDomainsLive()\r\n    {\r\n        var postData = new List&lt;object&gt;();\r\n        \/\/ a simple way to set a task, the full list of possible parameters is available in documentation\r\n        postData.Add(new\r\n        {\r\n            language_code = &quot;en&quot;,\r\n            location_code = 2840,\r\n            platform = &quot;chat_gpt&quot;,\r\n            target = new object[]\r\n            {\r\n                new\r\n                {\r\n                    keyword = &quot;bmw&quot;,\r\n                    search_scope = new object[]\r\n                    {\r\n                        &quot;answer&quot;\r\n                    }\r\n                },\r\n                new\r\n                {\r\n                    keyword = &quot;auto&quot;,\r\n                    search_scope = new object[]\r\n                    {\r\n                        &quot;question&quot;\r\n                    },\r\n                    match_type = &quot;partial_match&quot;\r\n                }\r\n            },\r\n            links_scope = &quot;sources&quot;,\r\n            initial_dataset_filters = new object[]\r\n            {\r\n                new object[]\r\n                {\r\n                    &quot;ai_search_volume&quot;,\r\n                    &quot;&gt;&quot;,\r\n                    10\r\n                }\r\n            },\r\n            items_list_limit = 5,\r\n            internal_list_limit = 2\r\n        });\r\n\r\n        var content = new StringContent(JsonConvert.SerializeObject(postData), Encoding.UTF8, &quot;application\/json&quot;);\r\n        using var response = await _httpClient.PostAsync(&quot;\/v3\/ai_optimization\/llm_mentions\/top_domains\/live&quot;, content);\r\n        var result = JsonConvert.DeserializeObject&lt;dynamic&gt;(await response.Content.ReadAsStringAsync());\r\n        \/\/ you can find the full list of the response codes here https:\/\/docs.dataforseo.com\/v3\/appendix\/errors\r\n        if (result.status_code == 20000)\r\n        {\r\n            \/\/ do something with result\r\n            Console.WriteLine(result);\r\n        }\r\n        else\r\n            Console.WriteLine($&quot;error. Code: {result.status_code} Message: {result.status_message}&quot;);\r\n    }<\/code><\/pre><\/div><\/div><blockquote><p>The above command returns JSON structured like this:<\/p><\/blockquote><div class=\"example example--json\"><div class=\"example__content\"><div class=\"example__code example__code-json\"><pre><code class=\"language-json hljs\">{\r\n  &quot;version&quot;: &quot;0.1.20251208&quot;,\r\n  &quot;status_code&quot;: 20000,\r\n  &quot;status_message&quot;: &quot;Ok.&quot;,\r\n  &quot;time&quot;: &quot;1.9150 sec.&quot;,\r\n  &quot;cost&quot;: 0.101,\r\n  &quot;tasks_count&quot;: 1,\r\n  &quot;tasks_error&quot;: 0,\r\n  &quot;tasks&quot;: [\r\n    {\r\n      &quot;id&quot;: &quot;12121250-1535-0637-0000-d0556baae1e5&quot;,\r\n      &quot;status_code&quot;: 20000,\r\n      &quot;status_message&quot;: &quot;Ok.&quot;,\r\n      &quot;time&quot;: &quot;1.8471 sec.&quot;,\r\n      &quot;cost&quot;: 0.101,\r\n      &quot;result_count&quot;: 1,\r\n      &quot;path&quot;: [\r\n        &quot;v3&quot;,\r\n        &quot;ai_optimization&quot;,\r\n        &quot;llm_mentions&quot;,\r\n        &quot;top_domains&quot;,\r\n        &quot;live&quot;\r\n      ],\r\n      &quot;data&quot;: {\r\n        &quot;api&quot;: &quot;ai_optimization&quot;,\r\n        &quot;function&quot;: &quot;top_domains&quot;,\r\n        &quot;language_code&quot;: &quot;en&quot;,\r\n        &quot;location_code&quot;: 2840,\r\n        &quot;platform&quot;: &quot;chat_gpt&quot;,\r\n        &quot;target&quot;: [\r\n          {\r\n            &quot;keyword&quot;: &quot;bmw&quot;,\r\n            &quot;search_scope&quot;: [\r\n              &quot;any&quot;\r\n            ]\r\n          },\r\n          {\r\n            &quot;keyword&quot;: &quot;auto&quot;,\r\n            &quot;search_scope&quot;: [\r\n              &quot;any&quot;\r\n            ],\r\n            &quot;match_type&quot;: &quot;partial_match&quot;\r\n          }\r\n        ],\r\n        &quot;links_scope&quot;: &quot;sources&quot;,\r\n        &quot;initial_dataset_filters&quot;: [\r\n          [\r\n            &quot;ai_search_volume&quot;,\r\n            &quot;&gt;&quot;,\r\n            10\r\n          ]\r\n        ],\r\n        &quot;items_list_limit&quot;: 5,\r\n        &quot;internal_list_limit&quot;: 2\r\n      },\r\n      &quot;result&quot;: [\r\n        {\r\n          &quot;total&quot;: {\r\n            &quot;location&quot;: [\r\n              {\r\n                &quot;type&quot;: &quot;group_element&quot;,\r\n                &quot;key&quot;: &quot;2840&quot;,\r\n                &quot;mentions&quot;: 2115,\r\n                &quot;ai_search_volume&quot;: 95412,\r\n                &quot;impressions&quot;: 201796380\r\n              }\r\n            ],\r\n            &quot;language&quot;: [\r\n              {\r\n                &quot;type&quot;: &quot;group_element&quot;,\r\n                &quot;key&quot;: &quot;en&quot;,\r\n                &quot;mentions&quot;: 2115,\r\n                &quot;ai_search_volume&quot;: 95412,\r\n                &quot;impressions&quot;: 201796380\r\n              }\r\n            ],\r\n            &quot;platform&quot;: [\r\n              {\r\n                &quot;type&quot;: &quot;group_element&quot;,\r\n                &quot;key&quot;: &quot;chat_gpt&quot;,\r\n                &quot;mentions&quot;: 2115,\r\n                &quot;ai_search_volume&quot;: 95412,\r\n                &quot;impressions&quot;: 201796380\r\n              }\r\n            ],\r\n            &quot;sources_domain&quot;: [\r\n              {\r\n                &quot;type&quot;: &quot;group_element&quot;,\r\n                &quot;key&quot;: &quot;www.reddit.com&quot;,\r\n                &quot;mentions&quot;: 542,\r\n                &quot;ai_search_volume&quot;: 20395,\r\n                &quot;impressions&quot;: 11054090\r\n              },\r\n              {\r\n                &quot;type&quot;: &quot;group_element&quot;,\r\n                &quot;key&quot;: &quot;en.wikipedia.org&quot;,\r\n                &quot;mentions&quot;: 304,\r\n                &quot;ai_search_volume&quot;: 10579,\r\n                &quot;impressions&quot;: 3216016\r\n              }\r\n            ],\r\n            &quot;search_results_domain&quot;: [\r\n              {\r\n                &quot;type&quot;: &quot;group_element&quot;,\r\n                &quot;key&quot;: &quot;www.bmwblog.com&quot;,\r\n                &quot;mentions&quot;: 261,\r\n                &quot;ai_search_volume&quot;: 11268,\r\n                &quot;impressions&quot;: 2940948\r\n              },\r\n              {\r\n                &quot;type&quot;: &quot;group_element&quot;,\r\n                &quot;key&quot;: &quot;www.edmunds.com&quot;,\r\n                &quot;mentions&quot;: 264,\r\n                &quot;ai_search_volume&quot;: 14945,\r\n                &quot;impressions&quot;: 3945480\r\n              }\r\n            ],\r\n            &quot;brand_entities_title&quot;: [\r\n              {\r\n                &quot;type&quot;: &quot;group_element&quot;,\r\n                &quot;key&quot;: &quot;BMW&quot;,\r\n                &quot;mentions&quot;: 237,\r\n                &quot;ai_search_volume&quot;: 13445,\r\n                &quot;impressions&quot;: 3186465\r\n              },\r\n              {\r\n                &quot;type&quot;: &quot;group_element&quot;,\r\n                &quot;key&quot;: &quot;Mercedes-Benz&quot;,\r\n                &quot;mentions&quot;: 46,\r\n                &quot;ai_search_volume&quot;: 1671,\r\n                &quot;impressions&quot;: 76866\r\n              }\r\n            ],\r\n            &quot;brand_entities_category&quot;: [\r\n              {\r\n                &quot;type&quot;: &quot;group_element&quot;,\r\n                &quot;key&quot;: &quot;car&quot;,\r\n                &quot;mentions&quot;: 920,\r\n                &quot;ai_search_volume&quot;: 43543,\r\n                &quot;impressions&quot;: 40059560\r\n              },\r\n              {\r\n                &quot;type&quot;: &quot;group_element&quot;,\r\n                &quot;key&quot;: &quot;brand&quot;,\r\n                &quot;mentions&quot;: 631,\r\n                &quot;ai_search_volume&quot;: 32053,\r\n                &quot;impressions&quot;: 20225443\r\n              }\r\n            ]\r\n          },\r\n          &quot;items&quot;: [\r\n            {\r\n              &quot;key&quot;: &quot;www.reddit.com&quot;,\r\n              &quot;location&quot;: [\r\n                {\r\n                  &quot;type&quot;: &quot;group_element&quot;,\r\n                  &quot;key&quot;: &quot;2840&quot;,\r\n                  &quot;mentions&quot;: 542,\r\n                  &quot;ai_search_volume&quot;: 20395,\r\n                  &quot;impressions&quot;: 11054090\r\n                }\r\n              ],\r\n              &quot;language&quot;: [\r\n                {\r\n                  &quot;type&quot;: &quot;group_element&quot;,\r\n                  &quot;key&quot;: &quot;en&quot;,\r\n                  &quot;mentions&quot;: 542,\r\n                  &quot;ai_search_volume&quot;: 20395,\r\n                  &quot;impressions&quot;: 11054090\r\n                }\r\n              ],\r\n              &quot;platform&quot;: [\r\n                {\r\n                  &quot;type&quot;: &quot;group_element&quot;,\r\n                  &quot;key&quot;: &quot;chat_gpt&quot;,\r\n                  &quot;mentions&quot;: 542,\r\n                  &quot;ai_search_volume&quot;: 20395,\r\n                  &quot;impressions&quot;: 11054090\r\n                }\r\n              ],\r\n              &quot;sources_domain&quot;: [\r\n                {\r\n                  &quot;type&quot;: &quot;group_element&quot;,\r\n                  &quot;key&quot;: &quot;www.reddit.com&quot;,\r\n                  &quot;mentions&quot;: 542,\r\n                  &quot;ai_search_volume&quot;: 20395,\r\n                  &quot;impressions&quot;: 11054090\r\n                },\r\n                {\r\n                  &quot;type&quot;: &quot;group_element&quot;,\r\n                  &quot;key&quot;: &quot;www.kbb.com&quot;,\r\n                  &quot;mentions&quot;: 65,\r\n                  &quot;ai_search_volume&quot;: 2435,\r\n                  &quot;impressions&quot;: 158275\r\n                }\r\n              ],\r\n              &quot;search_results_domain&quot;: [\r\n                {\r\n                  &quot;type&quot;: &quot;group_element&quot;,\r\n                  &quot;key&quot;: &quot;www.edmunds.com&quot;,\r\n                  &quot;mentions&quot;: 79,\r\n                  &quot;ai_search_volume&quot;: 3231,\r\n                  &quot;impressions&quot;: 255249\r\n                },\r\n                {\r\n                  &quot;type&quot;: &quot;group_element&quot;,\r\n                  &quot;key&quot;: &quot;www.kbb.com&quot;,\r\n                  &quot;mentions&quot;: 60,\r\n                  &quot;ai_search_volume&quot;: 2436,\r\n                  &quot;impressions&quot;: 146160\r\n                }\r\n              ],\r\n              &quot;brand_entities_title&quot;: [\r\n                {\r\n                  &quot;type&quot;: &quot;group_element&quot;,\r\n                  &quot;key&quot;: &quot;BMW&quot;,\r\n                  &quot;mentions&quot;: 17,\r\n                  &quot;ai_search_volume&quot;: 439,\r\n                  &quot;impressions&quot;: 7463\r\n                },\r\n                {\r\n                  &quot;type&quot;: &quot;group_element&quot;,\r\n                  &quot;key&quot;: &quot;Mercedes-Benz&quot;,\r\n                  &quot;mentions&quot;: 7,\r\n                  &quot;ai_search_volume&quot;: 149,\r\n                  &quot;impressions&quot;: 1043\r\n                }\r\n              ],\r\n              &quot;brand_entities_category&quot;: [\r\n                {\r\n                  &quot;type&quot;: &quot;group_element&quot;,\r\n                  &quot;key&quot;: &quot;car&quot;,\r\n                  &quot;mentions&quot;: 192,\r\n                  &quot;ai_search_volume&quot;: 7958,\r\n                  &quot;impressions&quot;: 1527936\r\n                },\r\n                {\r\n                  &quot;type&quot;: &quot;group_element&quot;,\r\n                  &quot;key&quot;: &quot;brand&quot;,\r\n                  &quot;mentions&quot;: 136,\r\n                  &quot;ai_search_volume&quot;: 5534,\r\n                  &quot;impressions&quot;: 752624\r\n                }\r\n              ]\r\n            },\r\n            {\r\n              &quot;key&quot;: &quot;en.wikipedia.org&quot;,\r\n              &quot;location&quot;: [\r\n                {\r\n                  &quot;type&quot;: &quot;group_element&quot;,\r\n                  &quot;key&quot;: &quot;2840&quot;,\r\n                  &quot;mentions&quot;: 307,\r\n                  &quot;ai_search_volume&quot;: 10801,\r\n                  &quot;impressions&quot;: 3315907\r\n                }\r\n              ],\r\n              &quot;language&quot;: [\r\n                {\r\n                  &quot;type&quot;: &quot;group_element&quot;,\r\n                  &quot;key&quot;: &quot;en&quot;,\r\n                  &quot;mentions&quot;: 307,\r\n                  &quot;ai_search_volume&quot;: 10801,\r\n                  &quot;impressions&quot;: 3315907\r\n                }\r\n              ],\r\n              &quot;platform&quot;: [\r\n                {\r\n                  &quot;type&quot;: &quot;group_element&quot;,\r\n                  &quot;key&quot;: &quot;chat_gpt&quot;,\r\n                  &quot;mentions&quot;: 307,\r\n                  &quot;ai_search_volume&quot;: 10801,\r\n                  &quot;impressions&quot;: 3315907\r\n                }\r\n              ],\r\n              &quot;sources_domain&quot;: [\r\n                {\r\n                  &quot;type&quot;: &quot;group_element&quot;,\r\n                  &quot;key&quot;: &quot;en.wikipedia.org&quot;,\r\n                  &quot;mentions&quot;: 307,\r\n                  &quot;ai_search_volume&quot;: 10801,\r\n                  &quot;impressions&quot;: 3315907\r\n                },\r\n                {\r\n                  &quot;type&quot;: &quot;group_element&quot;,\r\n                  &quot;key&quot;: &quot;www.reddit.com&quot;,\r\n                  &quot;mentions&quot;: 37,\r\n                  &quot;ai_search_volume&quot;: 1405,\r\n                  &quot;impressions&quot;: 51985\r\n                }\r\n              ],\r\n              &quot;search_results_domain&quot;: [\r\n                {\r\n                  &quot;type&quot;: &quot;group_element&quot;,\r\n                  &quot;key&quot;: &quot;www.bmwblog.com&quot;,\r\n                  &quot;mentions&quot;: 43,\r\n                  &quot;ai_search_volume&quot;: 1678,\r\n                  &quot;impressions&quot;: 72154\r\n                },\r\n                {\r\n                  &quot;type&quot;: &quot;group_element&quot;,\r\n                  &quot;key&quot;: &quot;www.motortrend.com&quot;,\r\n                  &quot;mentions&quot;: 28,\r\n                  &quot;ai_search_volume&quot;: 957,\r\n                  &quot;impressions&quot;: 26796\r\n                }\r\n              ],\r\n              &quot;brand_entities_title&quot;: [\r\n                {\r\n                  &quot;type&quot;: &quot;group_element&quot;,\r\n                  &quot;key&quot;: &quot;BMW&quot;,\r\n                  &quot;mentions&quot;: 48,\r\n                  &quot;ai_search_volume&quot;: 1766,\r\n                  &quot;impressions&quot;: 84768\r\n                },\r\n                {\r\n                  &quot;type&quot;: &quot;group_element&quot;,\r\n                  &quot;key&quot;: &quot;Mercedes-Benz&quot;,\r\n                  &quot;mentions&quot;: 18,\r\n                  &quot;ai_search_volume&quot;: 845,\r\n                  &quot;impressions&quot;: 15210\r\n                }\r\n              ],\r\n              &quot;brand_entities_category&quot;: [\r\n                {\r\n                  &quot;type&quot;: &quot;group_element&quot;,\r\n                  &quot;key&quot;: &quot;brand&quot;,\r\n                  &quot;mentions&quot;: 126,\r\n                  &quot;ai_search_volume&quot;: 4600,\r\n                  &quot;impressions&quot;: 579600\r\n                },\r\n                {\r\n                  &quot;type&quot;: &quot;group_element&quot;,\r\n                  &quot;key&quot;: &quot;car&quot;,\r\n                  &quot;mentions&quot;: 128,\r\n                  &quot;ai_search_volume&quot;: 4689,\r\n                  &quot;impressions&quot;: 600192\r\n                }\r\n              ]\r\n            },\r\n            {\r\n              &quot;key&quot;: &quot;www.bmwblog.com&quot;,\r\n              &quot;location&quot;: [\r\n                {\r\n                  &quot;type&quot;: &quot;group_element&quot;,\r\n                  &quot;key&quot;: &quot;2840&quot;,\r\n                  &quot;mentions&quot;: 181,\r\n                  &quot;ai_search_volume&quot;: 9753,\r\n                  &quot;impressions&quot;: 1765293\r\n                }\r\n              ],\r\n              &quot;language&quot;: [\r\n                {\r\n                  &quot;type&quot;: &quot;group_element&quot;,\r\n                  &quot;key&quot;: &quot;en&quot;,\r\n                  &quot;mentions&quot;: 181,\r\n                  &quot;ai_search_volume&quot;: 9753,\r\n                  &quot;impressions&quot;: 1765293\r\n                }\r\n              ],\r\n              &quot;platform&quot;: [\r\n                {\r\n                  &quot;type&quot;: &quot;group_element&quot;,\r\n                  &quot;key&quot;: &quot;chat_gpt&quot;,\r\n                  &quot;mentions&quot;: 181,\r\n                  &quot;ai_search_volume&quot;: 9753,\r\n                  &quot;impressions&quot;: 1765293\r\n                }\r\n              ],\r\n              &quot;sources_domain&quot;: [\r\n                {\r\n                  &quot;type&quot;: &quot;group_element&quot;,\r\n                  &quot;key&quot;: &quot;www.bmwblog.com&quot;,\r\n                  &quot;mentions&quot;: 181,\r\n                  &quot;ai_search_volume&quot;: 9753,\r\n                  &quot;impressions&quot;: 1765293\r\n                },\r\n                {\r\n                  &quot;type&quot;: &quot;group_element&quot;,\r\n                  &quot;key&quot;: &quot;www.press.bmwgroup.com&quot;,\r\n                  &quot;mentions&quot;: 38,\r\n                  &quot;ai_search_volume&quot;: 1176,\r\n                  &quot;impressions&quot;: 44688\r\n                }\r\n              ],\r\n              &quot;search_results_domain&quot;: [\r\n                {\r\n                  &quot;type&quot;: &quot;group_element&quot;,\r\n                  &quot;key&quot;: &quot;www.bmwblog.com&quot;,\r\n                  &quot;mentions&quot;: 105,\r\n                  &quot;ai_search_volume&quot;: 5037,\r\n                  &quot;impressions&quot;: 528885\r\n                },\r\n                {\r\n                  &quot;type&quot;: &quot;group_element&quot;,\r\n                  &quot;key&quot;: &quot;www.press.bmwgroup.com&quot;,\r\n                  &quot;mentions&quot;: 25,\r\n                  &quot;ai_search_volume&quot;: 1199,\r\n                  &quot;impressions&quot;: 29975\r\n                }\r\n              ],\r\n              &quot;brand_entities_title&quot;: [\r\n                {\r\n                  &quot;type&quot;: &quot;group_element&quot;,\r\n                  &quot;key&quot;: &quot;BMW&quot;,\r\n                  &quot;mentions&quot;: 26,\r\n                  &quot;ai_search_volume&quot;: 839,\r\n                  &quot;impressions&quot;: 21814\r\n                },\r\n                {\r\n                  &quot;type&quot;: &quot;group_element&quot;,\r\n                  &quot;key&quot;: &quot;BMW 3 Series&quot;,\r\n                  &quot;mentions&quot;: 5,\r\n                  &quot;ai_search_volume&quot;: 959,\r\n                  &quot;impressions&quot;: 4795\r\n                }\r\n              ],\r\n              &quot;brand_entities_category&quot;: [\r\n                {\r\n                  &quot;type&quot;: &quot;group_element&quot;,\r\n                  &quot;key&quot;: &quot;car&quot;,\r\n                  &quot;mentions&quot;: 99,\r\n                  &quot;ai_search_volume&quot;: 7343,\r\n                  &quot;impressions&quot;: 726957\r\n                },\r\n                {\r\n                  &quot;type&quot;: &quot;group_element&quot;,\r\n                  &quot;key&quot;: &quot;brand&quot;,\r\n                  &quot;mentions&quot;: 59,\r\n                  &quot;ai_search_volume&quot;: 1727,\r\n                  &quot;impressions&quot;: 101893\r\n                }\r\n              ]\r\n            },\r\n            {\r\n              &quot;key&quot;: &quot;www.kbb.com&quot;,\r\n              &quot;location&quot;: [\r\n                {\r\n                  &quot;type&quot;: &quot;group_element&quot;,\r\n                  &quot;key&quot;: &quot;2840&quot;,\r\n                  &quot;mentions&quot;: 213,\r\n                  &quot;ai_search_volume&quot;: 8816,\r\n                  &quot;impressions&quot;: 1877808\r\n                }\r\n              ],\r\n              &quot;language&quot;: [\r\n                {\r\n                  &quot;type&quot;: &quot;group_element&quot;,\r\n                  &quot;key&quot;: &quot;en&quot;,\r\n                  &quot;mentions&quot;: 213,\r\n                  &quot;ai_search_volume&quot;: 8816,\r\n                  &quot;impressions&quot;: 1877808\r\n                }\r\n              ],\r\n              &quot;platform&quot;: [\r\n                {\r\n                  &quot;type&quot;: &quot;group_element&quot;,\r\n                  &quot;key&quot;: &quot;chat_gpt&quot;,\r\n                  &quot;mentions&quot;: 213,\r\n                  &quot;ai_search_volume&quot;: 8816,\r\n                  &quot;impressions&quot;: 1877808\r\n                }\r\n              ],\r\n              &quot;sources_domain&quot;: [\r\n                {\r\n                  &quot;type&quot;: &quot;group_element&quot;,\r\n                  &quot;key&quot;: &quot;www.kbb.com&quot;,\r\n                  &quot;mentions&quot;: 213,\r\n                  &quot;ai_search_volume&quot;: 8816,\r\n                  &quot;impressions&quot;: 1877808\r\n                },\r\n                {\r\n                  &quot;type&quot;: &quot;group_element&quot;,\r\n                  &quot;key&quot;: &quot;www.reddit.com&quot;,\r\n                  &quot;mentions&quot;: 69,\r\n                  &quot;ai_search_volume&quot;: 2647,\r\n                  &quot;impressions&quot;: 182643\r\n                }\r\n              ],\r\n              &quot;search_results_domain&quot;: [\r\n                {\r\n                  &quot;type&quot;: &quot;group_element&quot;,\r\n                  &quot;key&quot;: &quot;www.kbb.com&quot;,\r\n                  &quot;mentions&quot;: 110,\r\n                  &quot;ai_search_volume&quot;: 4392,\r\n                  &quot;impressions&quot;: 483120\r\n                },\r\n                {\r\n                  &quot;type&quot;: &quot;group_element&quot;,\r\n                  &quot;key&quot;: &quot;www.edmunds.com&quot;,\r\n                  &quot;mentions&quot;: 84,\r\n                  &quot;ai_search_volume&quot;: 3795,\r\n                  &quot;impressions&quot;: 318780\r\n                }\r\n              ],\r\n              &quot;brand_entities_title&quot;: [\r\n                {\r\n                  &quot;type&quot;: &quot;group_element&quot;,\r\n                  &quot;key&quot;: &quot;BMW&quot;,\r\n                  &quot;mentions&quot;: 13,\r\n                  &quot;ai_search_volume&quot;: 420,\r\n                  &quot;impressions&quot;: 5460\r\n                },\r\n                {\r\n                  &quot;type&quot;: &quot;group_element&quot;,\r\n                  &quot;key&quot;: &quot;BMW X5&quot;,\r\n                  &quot;mentions&quot;: 7,\r\n                  &quot;ai_search_volume&quot;: 211,\r\n                  &quot;impressions&quot;: 1477\r\n                }\r\n              ],\r\n              &quot;brand_entities_category&quot;: [\r\n                {\r\n                  &quot;type&quot;: &quot;group_element&quot;,\r\n                  &quot;key&quot;: &quot;car&quot;,\r\n                  &quot;mentions&quot;: 109,\r\n                  &quot;ai_search_volume&quot;: 5070,\r\n                  &quot;impressions&quot;: 552630\r\n                },\r\n                {\r\n                  &quot;type&quot;: &quot;group_element&quot;,\r\n                  &quot;key&quot;: &quot;organization&quot;,\r\n                  &quot;mentions&quot;: 44,\r\n                  &quot;ai_search_volume&quot;: 2254,\r\n                  &quot;impressions&quot;: 99176\r\n                }\r\n              ]\r\n            },\r\n            {\r\n              &quot;key&quot;: &quot;bimmerboom.com&quot;,\r\n              &quot;location&quot;: [\r\n                {\r\n                  &quot;type&quot;: &quot;group_element&quot;,\r\n                  &quot;key&quot;: &quot;2840&quot;,\r\n                  &quot;mentions&quot;: 157,\r\n                  &quot;ai_search_volume&quot;: 6012,\r\n                  &quot;impressions&quot;: 943884\r\n                }\r\n              ],\r\n              &quot;language&quot;: [\r\n                {\r\n                  &quot;type&quot;: &quot;group_element&quot;,\r\n                  &quot;key&quot;: &quot;en&quot;,\r\n                  &quot;mentions&quot;: 157,\r\n                  &quot;ai_search_volume&quot;: 6012,\r\n                  &quot;impressions&quot;: 943884\r\n                }\r\n              ],\r\n              &quot;platform&quot;: [\r\n                {\r\n                  &quot;type&quot;: &quot;group_element&quot;,\r\n                  &quot;key&quot;: &quot;chat_gpt&quot;,\r\n                  &quot;mentions&quot;: 157,\r\n                  &quot;ai_search_volume&quot;: 6012,\r\n                  &quot;impressions&quot;: 943884\r\n                }\r\n              ],\r\n              &quot;sources_domain&quot;: [\r\n                {\r\n                  &quot;type&quot;: &quot;group_element&quot;,\r\n                  &quot;key&quot;: &quot;bimmerboom.com&quot;,\r\n                  &quot;mentions&quot;: 157,\r\n                  &quot;ai_search_volume&quot;: 6012,\r\n                  &quot;impressions&quot;: 943884\r\n                },\r\n                {\r\n                  &quot;type&quot;: &quot;group_element&quot;,\r\n                  &quot;key&quot;: &quot;www.reddit.com&quot;,\r\n                  &quot;mentions&quot;: 44,\r\n                  &quot;ai_search_volume&quot;: 1393,\r\n                  &quot;impressions&quot;: 61292\r\n                }\r\n              ],\r\n              &quot;search_results_domain&quot;: [\r\n                {\r\n                  &quot;type&quot;: &quot;group_element&quot;,\r\n                  &quot;key&quot;: &quot;bimmerboom.com&quot;,\r\n                  &quot;mentions&quot;: 95,\r\n                  &quot;ai_search_volume&quot;: 3023,\r\n                  &quot;impressions&quot;: 287185\r\n                },\r\n                {\r\n                  &quot;type&quot;: &quot;group_element&quot;,\r\n                  &quot;key&quot;: &quot;www.edmunds.com&quot;,\r\n                  &quot;mentions&quot;: 29,\r\n                  &quot;ai_search_volume&quot;: 693,\r\n                  &quot;impressions&quot;: 20097\r\n                }\r\n              ],\r\n              &quot;brand_entities_title&quot;: [\r\n                {\r\n                  &quot;type&quot;: &quot;group_element&quot;,\r\n                  &quot;key&quot;: &quot;BMW&quot;,\r\n                  &quot;mentions&quot;: 7,\r\n                  &quot;ai_search_volume&quot;: 1088,\r\n                  &quot;impressions&quot;: 7616\r\n                },\r\n                {\r\n                  &quot;type&quot;: &quot;group_element&quot;,\r\n                  &quot;key&quot;: &quot;RepairPal&quot;,\r\n                  &quot;mentions&quot;: 3,\r\n                  &quot;ai_search_volume&quot;: 109,\r\n                  &quot;impressions&quot;: 327\r\n                }\r\n              ],\r\n              &quot;brand_entities_category&quot;: [\r\n                {\r\n                  &quot;type&quot;: &quot;group_element&quot;,\r\n                  &quot;key&quot;: &quot;car&quot;,\r\n                  &quot;mentions&quot;: 83,\r\n                  &quot;ai_search_volume&quot;: 2704,\r\n                  &quot;impressions&quot;: 224432\r\n                },\r\n                {\r\n                  &quot;type&quot;: &quot;group_element&quot;,\r\n                  &quot;key&quot;: &quot;brand&quot;,\r\n                  &quot;mentions&quot;: 20,\r\n                  &quot;ai_search_volume&quot;: 1385,\r\n                  &quot;impressions&quot;: 27700\r\n                }\r\n              ]\r\n            }\r\n          ]\r\n        }\r\n      ]\r\n    }\r\n  ]\r\n}<\/code><\/pre><\/div><\/div><\/div><\/div>","protected":false},"excerpt":{"rendered":"<p>[vc_row][vc_column][vc_column_text] Live LLM Mentions Top Domains \u200c\u200c Live LLM Mentions Top Domains endpoint provides aggregated LLM mentions metrics grouped by the most frequently mentioned domains for the specified target. The results are specific to the selected platform (google for Google&#8217;s AI Overview or chat_gpt for ChatGPT), location and language parameters (see the List of Locations [&hellip;]<\/p>\n","protected":false},"author":14,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template.php","meta":{"apibase_doc_request_yaml":"parameters:\n  - name: target\n    type: array\n    description: |\n      <em>array of objects containing target entities<\/em><br><strong>required field<\/strong><br>you can specify <strong>up to 10 entities (objects)<\/strong> in the <code>target<\/code> field<br>one target entity can contain either one <code>domain<\/code> or one <code>keyword<\/code> and related parameters<p>examples: <p>target array with a domain entity<br><code>[{\"domain\": \"en.wikipedia.org\", \"search_filter\": \"exclude\"}]<\/code><br>target array with a keyword entity<br><code>[{\"keyword\": \"bmw\", \"search_scope\": [\"question\"], \"match_type \": \"partial_match\"}]<\/code><br>target array with multiple entities<br><code>[{\"domain\": \"en.wikipedia.org\", \"search_filter\": \"exclude\"}, {\"keyword\": \"bmw\", \"match_type \": \"partial_match\", \"search_scope\": [\"answer\"]}]<\/code>\n    items:\n      children:\n        - name: domain_entity\n          type: object\n          description: |\n            <em>domain entity in the target array<\/em><br>example:<br><code>{\"domain\": \"en.wikipedia.org\", \"search_filter\": \"exclude\", \"search_scope\": [\"sources\"]}<\/code>\n          children:\n            - name: domain\n              type: string\n              description: |\n                <em>target domain<\/em><br><strong>required field if you don't specify <code>keyword<\/code><\/strong><br>you can specify <strong>up to 63 characters<\/strong> in the <code>domain<\/code> field;<br>a domain should be specified without <code>https:\/\/<\/code> and <code>www.<\/code>\n            - name: search_filter\n              type: string\n              description: |\n                <em>target domain search filter<\/em><br>optional field<br>possible values:<br><code>include<\/code>, <code>exclude<\/code><br>default value: <code>include<\/code>\n            - name: search_scope\n              type: array\n              description: |\n                <em>target domain search scope<\/em><br>optional field<br>possible values:<br><code>any<\/code>, <code>sources<\/code>, <code>search_results<\/code><br>default value: <code>any<\/code>\n            - name: include_subdomains\n              type: boolean\n              description: |\n                <em>indicates if the subdomains of the target <code>domain<\/code> will be included in the search<\/em><br>optional field<br>if set to <code>true<\/code>, the subdomains will be included in the search<br>default value: <code>false<\/code>\n        - name: keyword_entity\n          type: object\n          description: |\n            <em>keyword entity in the target array<\/em><br>example:<br><code>{\"keyword\": \"bmw\", \"search_filter\": \"include\", \"search_scope\": [\"question\"], \"match_type \": \"partial_match\"}<\/code>\n          children:\n            - name: keyword\n              type: string\n              description: |\n                <em>target keyword<\/em><br><strong>required field if you don't specify <code>domain<\/code><\/strong><br>you can specify <strong>up to 250 characters<\/strong> in the <code>keyword<\/code> field<br>all %## will be decoded (plus character \u2018+\u2019 will be decoded to a space character)<br>if you need to use the \u201c%\u201d character for your <code>keyword<\/code>, please specify it as \u201c%25\u201d;<br>if you need to use the \u201c+\u201d character for your <code>keyword<\/code>, please specify it as \u201c%2B\u201d<p>learn more about rules and limitations of <code>keyword<\/code> and <code>keywords<\/code> fields in DataForSEO APIs in this <a href=\"https:\/\/dataforseo.com\/help-center\/rules-and-limitations-of-keyword-and-keywords-fields-in-dataforseo-apis\" rel=\"noopener noreferrer\" target=\"_blank\">Help Center article<\/a>\n            - name: search_filter\n              type: string\n              description: |\n                <em>target keyword search filter<\/em><br>optional field<br>possible values:<br><code>include<\/code>, <code>exclude<\/code><br>default value: <code>include<\/code>\n            - name: search_scope\n              type: array\n              description: |\n                <em>target keyword search scope<\/em><br>optional field<br>possible values:<br><code>any<\/code>, <code>question<\/code>, <code>answer<\/code>, <code>brand_entities<\/code>, <code>fan_out_queries<\/code><br>default value: <code>any<\/code>\n            - name: match_type\n              type: string\n              description: |\n                <em>target keyword match type<\/em><br>optional field<br>possible values:<br><code>word_match<\/code>, <code>partial_match<\/code><br><code>word_match<\/code> - full-text search for terms that match the specified seed keyword with additional words included before, after, or within the seed key phrase.<br><code>partial_match<\/code> - searches for any occurrence of the keyword or its parts within the content<br>default value: <code>word_match<\/code>\n  - name: location_name\n    type: string\n    description: |\n      <em>full name of search location<\/em><br>optional field<br>if you use this field, you don't need to specify <code>location_code<\/code><br>if you don't specify this field, the <code>location_code<\/code> with <code class=\"long-string\">2840<\/code> value will be used by default;<br>you can receive the list of available locations of the search engine with their <code>location_name<\/code> by making a separate request to the <code>https:\/\/api.dataforseo.com\/v3\/ai_optimization\/llm_mentions\/locations_and_languages<\/code><br><strong>Note: <code>chat_gpt<\/code> data is available for <code class=\"long-string\">United States<\/code> only\n  - name: location_code\n    type: integer\n    description: |\n      <em>search location code<\/em><br>optional field<br>if you use this field, you don't need to specify <code>location_name<\/code><br>you can receive the list of available locations of the search engine with their <code>location_code<\/code> by making a separate request to the <code>https:\/\/api.dataforseo.com\/v3\/ai_optimization\/llm_mentions\/locations_and_languages<\/code><br>default value: <code class=\"long-string\">2840<\/code><br><strong>Note: <code>chat_gpt<\/code> data is available for <code class=\"long-string\">2840<\/code> only\n  - name: language_name\n    type: string\n    description: |\n      <em>full name of search language<\/em><br>optional field<br>if you use this field, you don't need to specify <code>language_code<\/code>;<br>if you don't specify this field, the <code>language_code<\/code> with <code class=\"long-string\">en<\/code> value will be used by default;<br>you can receive the list of available languages of the search engine with their <code>language_name<\/code> by making a separate request to the <code>https:\/\/api.dataforseo.com\/v3\/ai_optimization\/llm_mentions\/locations_and_languages<\/code><br><strong>Note: <code>chat_gpt<\/code> data is available for <code class=\"long-string\">English<\/code> only\n  - name: language_code\n    type: string\n    description: \"<em>search language code<\/em><br>optional field<br>if you use this field, you don't need to specify <code>language_name<\/code>;<br>you can receive the list of available languages of the search engine with their <code>language_code<\/code>_by making a separate request to the <code>https:\/\/api.dataforseo.com\/v3\/ai_optimization\/llm_mentions\/locations_and_languages<\/code><br>default value: <code class=\"long-string\">en<\/code><br><strong>Note: <code>chat_gpt<\/code> data is available for <code class=\"long-string\">en<\/code> onlyn\"\n  - name: platform\n    type: string\n    description: |\n      <em>target platform<\/em><br>optional field<br>possible values:<br><code>chat_gpt<\/code>, <code>google<\/code><br>default value: <code class=\"long-string\">google<\/code><br><strong>Note:<\/strong> the data returned depends on the selected platform<br><strong>Note #2:<\/strong><code>chat_gpt<\/code> data is available for the <code>United States<\/code> and <code>English<\/code> only\n  - name: links_scope\n    type: string\n    description: |\n      <em>links source scope<\/em><br>optional field<br>this parameter specifies which links will be used to extract domains and aggregation data<br>possible values: <code>sources<\/code>, <code>search_results<\/code><br>default value: <code>sources<\/code>\n  - name: initial_dataset_filters\n    type: array\n    description: |\n      <em>array of filter expressions applied before aggregation<\/em><br>optional field<br>you can use this array to filter expressions applied to the raw mentions database before aggregation to limit the rows contributing to the result;<p><strong>you can add several filters at once (8 filters maximum)<\/strong><br>you should set a logical operator <code>and<\/code>, <code>or<\/code> between the conditions<br>the following operators are supported:<br><code>=<\/code>, <code>&lt;&gt;<\/code>, <code>in<\/code>, <code>not_in<\/code>, <code>like<\/code>, <code>not_like<\/code>, <code>ilike<\/code>, <code>not_ilike<\/code>, <code>match<\/code>, <code>not_match<\/code><br>you can use the <code>%<\/code> operator with <code>like<\/code> and <code>not_like<\/code> to match any string of zero or more characters<br>example:<br><code>[\"ai_search_volume\",\"&gt;\",\"1000\"]<\/code><p>The full list of possible filters is available <a href=\"\/v3\/ai_optimization\/llm_mentions\/filters\" rel=\"noopener noreferrer\" target=\"_blank\">here.<\/a>\n  - name: items_list_limit\n    type: integer\n    description: |\n      <em>maximum number of results in the items array<\/em><br>optional field<br>you can use this parameter to limit the number of data objects you receive in the <code>items<\/code> array<br>minimum value: <code>1<\/code><br>maximum value: <code>10<\/code><br>default value: <code>5<\/code>\n  - name: internal_list_limit\n    type: integer\n    description: |\n      <em>maximum number of elements within internal arrays<\/em><br>optional field<br>you can use this field to limit the number of elements within the following arrays:<br><code>sources_domain<\/code><br><code>search_results_domain<\/code><br>minimum value: <code>1<\/code><br>maximum value: <code>10<\/code><br>default value: <code>5<\/code>\n  - name: tag\n    type: string\n    description: |\n      <em>user-defined task identifier<\/em><br>optional field<br><em>the character limit is 255<\/em><br>you can use this parameter to identify the task and match it with the result<br>you will find the specified <code>tag<\/code> value in the <code>data<\/code> object of the response","apibase_doc_request_additional_yaml":"","apibase_doc_response_yaml":"parameters:\n  - name: version\n    type: string\n    description: |\n      <em>the current version of the API<\/em>\n  - name: status_code\n    type: integer\n    description: |\n      <i>general status code<\/i><br>you can find the full list of the response codes <a href=\"\/v3\/appendix\/errors\">here<\/a><br><strong>Note:<\/strong> we strongly recommend designing a necessary system for handling related exceptional or error conditions\n  - name: status_message\n    type: string\n    description: |\n      <em>general informational message<\/em><br>you can find the full list of general informational messages <a href=\"\/v3\/appendix\/errors\">here<\/a>\n  - name: time\n    type: string\n    description: |\n      <em>execution time, seconds<\/em>\n  - name: cost\n    type: float\n    description: |\n      <em>total tasks cost, USD<\/em>\n  - name: tasks_count\n    type: integer\n    description: |\n      <em>the number of tasks in the <strong><code>tasks<\/code><\/strong> array<\/em>\n  - name: tasks_error\n    type: integer\n    description: |\n      <em>the number of tasks in the <strong><code>tasks<\/code><\/strong> array returned with an error<\/em>\n  - name: tasks\n    type: array\n    description: |\n      <em>array of tasks<\/em>\n    items:\n      children:\n        - name: id\n          type: string\n          description: |\n            <em>task identifier<\/em><br><strong>unique task identifier in our system in the <a href=\"https:\/\/en.wikipedia.org\/wiki\/Universally_unique_identifier\">UUID<\/a> format<\/strong>\n        - name: status_code\n          type: integer\n          description: |\n            <em>status code of the task<\/em><br>generated by DataForSEO; can be within the following range: 10000-60000<br>you can find the full list of the response codes <a href=\"\/v3\/appendix\/errors\">here<\/a>\n        - name: status_message\n          type: string\n          description: |\n            <em>informational message of the task<\/em><br>you can find the full list of general informational messages <a href=\"\/v3\/appendix\/errors\">here<\/a>\n        - name: time\n          type: string\n          description: |\n            <em>execution time, seconds<\/em>\n        - name: cost\n          type: float\n          description: |\n            <em>cost of the task, USD<\/em>\n        - name: result_count\n          type: integer\n          description: |\n            <em>number of elements in the <code>result<\/code> array<\/em>\n        - name: path\n          type: array\n          description: |\n            <em>URL path<\/em>\n        - name: data\n          type: object\n          description: |\n            <em>contains the same parameters that you specified in the POST request<\/em>\n        - name: result\n          type: array\n          description: |\n            <em>array of results<\/em>\n          items:\n            children:\n              - name: total\n                type: object\n                description: |\n                  <em>aggregated mentions metrics summary<\/em><br>contains overall aggregated LLM mention metrics across all found domains, grouped by various dimensions\n                children:\n                  - name: location\n                    type: array\n                    description: |\n                      <em>location-based grouping<\/em><br>array of objects containing mention metrics segmented by geographical location\n                    items:\n                      children:\n                        - name: type\n                          type: string\n                          description: |\n                            <em>type of the element = '<strong>group_element<\/strong>'<\/em>\n                        - name: key\n                          type: string\n                          description: |\n                            <em>grouping identifier<\/em><br>the specific identifier for the grouping dimension\n                        - name: mentions\n                          type: integer\n                          description: |\n                            <em>total LLM mentions count<\/em><br>the number of times the target keyword or domain were mentioned in relation to this specific grouping key\n                        - name: ai_search_volume\n                          type: integer\n                          description: |\n                            <em>current AI search volume rate of a keyword<\/em><br>learn more about this metric <a href=\"https:\/\/dataforseo.com\/help-center\/how-the-ai-search-volume-metric-works-in-llm-mentions\" rel=\"noopener noreferrer\" target=\"_blank\">here<\/a>\n                        - name: impressions\n                          type: integer\n                          description: |\n                            <em>current AI impressions rate of a keyword<\/em>\n                  - name: language\n                    type: array\n                    description: |\n                      <em>language-based grouping<\/em><br>array of objects containing mention metrics segmented by content language\n                    items:\n                      children:\n                        - name: type\n                          type: string\n                          description: |\n                            <em>type of the element = '<strong>group_element<\/strong>'<\/em>\n                        - name: key\n                          type: string\n                          description: |\n                            <em>grouping identifier<\/em><br>the specific identifier for the grouping dimension\n                        - name: mentions\n                          type: integer\n                          description: |\n                            <em>total LLM mentions count<\/em><br>the number of times the target keyword or domain were mentioned in relation to this specific grouping key\n                        - name: ai_search_volume\n                          type: integer\n                          description: |\n                            <em>current AI search volume rate of a keyword<\/em><br>learn more about this metric <a href=\"https:\/\/dataforseo.com\/help-center\/how-the-ai-search-volume-metric-works-in-llm-mentions\" rel=\"noopener noreferrer\" target=\"_blank\">here<\/a>\n                        - name: impressions\n                          type: integer\n                          description: |\n                            <em>current AI impressions rate of a keyword<\/em>\n                  - name: platform\n                    type: array\n                    description: |\n                      <em>platform-based grouping<\/em><br>array of group elements containing mention metrics segmented by AI platform\n                    items:\n                      children:\n                        - name: type\n                          type: string\n                          description: |\n                            <em>type of the element = '<strong>group_element<\/strong>'<\/em>\n                        - name: key\n                          type: string\n                          description: |\n                            <em>grouping identifier<\/em><br>the specific identifier for the grouping dimension\n                        - name: mentions\n                          type: integer\n                          description: |\n                            <em>total LLM mentions count<\/em><br>the number of times the target keyword or domain were mentioned in relation to this specific grouping key\n                        - name: ai_search_volume\n                          type: integer\n                          description: |\n                            <em>current AI search volume rate of a keyword<\/em><br>learn more about this metric <a href=\"https:\/\/dataforseo.com\/help-center\/how-the-ai-search-volume-metric-works-in-llm-mentions\" rel=\"noopener noreferrer\" target=\"_blank\">here<\/a>\n                        - name: impressions\n                          type: integer\n                          description: |\n                            <em>current AI impressions rate of a keyword<\/em>\n                  - name: sources_domain\n                    type: array\n                    description: |\n                      <em>found top source domains relevant to the target<\/em><br>array of objects containing data on top domains that are cited as sources in LLM responses\n                    items:\n                      children:\n                        - name: type\n                          type: string\n                          description: |\n                            <em>type of the element = '<strong>group_element<\/strong>'<\/em>\n                        - name: key\n                          type: string\n                          description: |\n                            <em>grouping identifier<\/em><br>the specific identifier for the grouping dimension<br>in this case the field displays a found domain name\n                        - name: mentions\n                          type: integer\n                          description: |\n                            <em>total LLM mentions count<\/em><br>the number of times the target keyword or domain were mentioned in relation to the specific domain\n                        - name: ai_search_volume\n                          type: integer\n                          description: |\n                            <em>current AI search volume rate of a keyword<\/em><br>learn more about this metric <a href=\"https:\/\/dataforseo.com\/help-center\/how-the-ai-search-volume-metric-works-in-llm-mentions\" rel=\"noopener noreferrer\" target=\"_blank\">here<\/a>\n                        - name: impressions\n                          type: integer\n                          description: |\n                            <em>current AI impressions rate of a keyword<\/em>\n                  - name: search_results_domain\n                    type: array\n                    description: |\n                      <em>found top search results domains relevant to the target<\/em><br>array of objects containing data on top domains that appear in search results related to LLM queries\n                    items:\n                      children:\n                        - name: type\n                          type: string\n                          description: |\n                            <em>type of the element = '<strong>group_element<\/strong>'<\/em>\n                        - name: key\n                          type: string\n                          description: |\n                            <em>grouping identifier<\/em><br>the specific identifier for the grouping dimension<br>in this case the field displays a found domain name\n                        - name: mentions\n                          type: integer\n                          description: |\n                            <em>total LLM mentions count<\/em><br>the number of times the target keyword or domain were mentioned in relation to the specific domain\n                        - name: ai_search_volume\n                          type: integer\n                          description: |\n                            <em>current AI search volume rate of a keyword<\/em><br>learn more about this metric <a href=\"https:\/\/dataforseo.com\/help-center\/how-the-ai-search-volume-metric-works-in-llm-mentions\" rel=\"noopener noreferrer\" target=\"_blank\">here<\/a>\n                        - name: impressions\n                          type: integer\n                          description: |\n                            <em>current AI impressions rate of a keyword<\/em>\n                  - name: brand_entities_title\n                    type: array\n                    description: |\n                      <em>data on brand entities relevant to the target<\/em><br>array of objects containing data on brand entity titles that appear in search results related to LLM queries\n                    items:\n                      children:\n                        - name: type\n                          type: string\n                          description: |\n                            <em>type of the element = '<strong>group_element<\/strong>'<\/em>\n                        - name: key\n                          type: string\n                          description: |\n                            <em>grouping identifier<\/em><br>the specific identifier for the grouping dimension<br>in this case the field displays a found brand entity title\n                        - name: mentions\n                          type: integer\n                          description: |\n                            <em>total LLM mentions count<\/em><br>the number of times the target keyword or domain were mentioned in relation to the specific domain\n                        - name: ai_search_volume\n                          type: integer\n                          description: |\n                            <em>current AI search volume rate of a keyword<\/em><br>learn more about this metric <a href=\"https:\/\/dataforseo.com\/help-center\/how-the-ai-search-volume-metric-works-in-llm-mentions\" rel=\"noopener noreferrer\" target=\"_blank\">here<\/a>\n                        - name: impressions\n                          type: integer\n                          description: |\n                            <em>current AI impressions rate of a keyword<\/em>\n                  - name: brand_entities_category\n                    type: array\n                    description: |\n                      <em>data on brand entities relevant to the target<\/em><br>array of objects containing data on brand entity categories that appear in search results related to LLM queries\n                    items:\n                      children:\n                        - name: type\n                          type: string\n                          description: |\n                            <em>type of the element = '<strong>group_element<\/strong>'<\/em>\n                        - name: key\n                          type: string\n                          description: |\n                            <em>grouping identifier<\/em><br>the specific identifier for the grouping dimension<br>in this case the field displays a found brand entity category\n                        - name: mentions\n                          type: integer\n                          description: |\n                            <em>total LLM mentions count<\/em><br>the number of times the target keyword or domain were mentioned in relation to the specific domain\n                        - name: ai_search_volume\n                          type: integer\n                          description: |\n                            <em>current AI search volume rate of a keyword<\/em><br>learn more about this metric <a href=\"https:\/\/dataforseo.com\/help-center\/how-the-ai-search-volume-metric-works-in-llm-mentions\" rel=\"noopener noreferrer\" target=\"_blank\">here<\/a>\n                        - name: impressions\n                          type: integer\n                          description: |\n                            <em>current AI impressions rate of a keyword<\/em>\n              - name: items\n                type: array\n                description: |\n                  <em>individual domain results<\/em><br>array containing detailed mention metrics for each of the found top domains\n                items:\n                  children:\n                    - name: key\n                      type: string\n                      description: |\n                        <em>domain name<\/em><br>the domain name of the website found in LLM mentions for the specified target\n                    - name: location\n                      type: array\n                      description: |\n                        <em>location-based grouping<\/em><br>array of objects containing domain mention metrics segmented by geographical location\n                      items:\n                        children:\n                          - name: type\n                            type: string\n                            description: |\n                              <em>type of the element = '<strong>group_element<\/strong>'<\/em>\n                          - name: key\n                            type: string\n                            description: |\n                              <em>grouping identifier<\/em><br>the specific identifier for the grouping dimension\n                          - name: mentions\n                            type: integer\n                            description: |\n                              <em>total LLM mentions count<\/em><br>the number of times the target keyword or domain were mentioned in relation to this specific grouping key\n                          - name: ai_search_volume\n                            type: integer\n                            description: |\n                              <em>current AI search volume rate of a keyword<\/em><br>learn more about this metric <a href=\"https:\/\/dataforseo.com\/help-center\/how-the-ai-search-volume-metric-works-in-llm-mentions\" rel=\"noopener noreferrer\" target=\"_blank\">here<\/a>\n                          - name: impressions\n                            type: integer\n                            description: |\n                              <em>current AI impressions rate of a keyword<\/em>\n                    - name: language\n                      type: array\n                      description: |\n                        <em>language-based grouping<\/em><br>array of objects containing domain mention metrics segmented by content language\n                      items:\n                        children:\n                          - name: type\n                            type: string\n                            description: |\n                              <em>type of the element = '<strong>group_element<\/strong>'<\/em>\n                          - name: key\n                            type: string\n                            description: |\n                              <em>grouping identifier<\/em><br>the specific identifier for the grouping dimension\n                          - name: mentions\n                            type: integer\n                            description: |\n                              <em>total LLM mentions count<\/em><br>the number of times the target keyword or domain were mentioned in relation to this specific grouping key\n                          - name: ai_search_volume\n                            type: integer\n                            description: |\n                              <em>current AI search volume rate of a keyword<\/em><br>learn more about this metric <a href=\"https:\/\/dataforseo.com\/help-center\/how-the-ai-search-volume-metric-works-in-llm-mentions\" rel=\"noopener noreferrer\" target=\"_blank\">here<\/a>\n                          - name: impressions\n                            type: integer\n                            description: |\n                              <em>current AI impressions rate of a keyword<\/em>\n                    - name: platform\n                      type: array\n                      description: |\n                        <em>platform-based grouping<\/em><br>array of group elements containing domain mention metrics segmented by AI platform\n                      items:\n                        children:\n                          - name: type\n                            type: string\n                            description: |\n                              <em>type of the element = '<strong>group_element<\/strong>'<\/em>\n                          - name: key\n                            type: string\n                            description: |\n                              <em>grouping identifier<\/em><br>the specific identifier for the grouping dimension\n                          - name: mentions\n                            type: integer\n                            description: |\n                              <em>total LLM mentions count<\/em><br>the number of times the target keyword or domain were mentioned in relation to this specific grouping key\n                          - name: ai_search_volume\n                            type: integer\n                            description: |\n                              <em>current AI search volume rate of a keyword<\/em><br>learn more about this metric <a href=\"https:\/\/dataforseo.com\/help-center\/how-the-ai-search-volume-metric-works-in-llm-mentions\" rel=\"noopener noreferrer\" target=\"_blank\">here<\/a>\n                          - name: impressions\n                            type: integer\n                            description: |\n                              <em>current AI impressions rate of a keyword<\/em>\n                    - name: sources_domain\n                      type: array\n                      description: |\n                        <em>source domains relevant to the specific top domain<\/em><br>array of objects containing data on domains that are cited as sources in LLM responses\n                      items:\n                        children:\n                          - name: type\n                            type: string\n                            description: |\n                              <em>type of the element = '<strong>group_element<\/strong>'<\/em>\n                          - name: key\n                            type: string\n                            description: |\n                              <em>grouping identifier<\/em><br>the specific identifier for the grouping dimension<br>in this case the field displays a found domain name\n                          - name: mentions\n                            type: integer\n                            description: |\n                              <em>total LLM mentions count<\/em><br>the number of times the target keyword or domain were mentioned in relation to the specific domain\n                          - name: ai_search_volume\n                            type: integer\n                            description: |\n                              <em>current AI search volume rate of a keyword<\/em><br>learn more about this metric <a href=\"https:\/\/dataforseo.com\/help-center\/how-the-ai-search-volume-metric-works-in-llm-mentions\" rel=\"noopener noreferrer\" target=\"_blank\">here<\/a>\n                          - name: impressions\n                            type: integer\n                            description: |\n                              <em>current AI impressions rate of a keyword<\/em>\n                    - name: search_results_domain\n                      type: array\n                      description: |\n                        <em>search results domains relevant to the specific top domain<\/em><br>array of objects containing data on domains that appear in search results related to LLM queries\n                      items:\n                        children:\n                          - name: type\n                            type: string\n                            description: |\n                              <em>type of the element = '<strong>group_element<\/strong>'<\/em>\n                          - name: key\n                            type: string\n                            description: |\n                              <em>grouping identifier<\/em><br>the specific identifier for the grouping dimension<br>in this case the field displays a found domain name\n                          - name: mentions\n                            type: integer\n                            description: |\n                              <em>total LLM mentions count<\/em><br>the number of times the target keyword or domain were mentioned in relation to the specific domain\n                          - name: ai_search_volume\n                            type: integer\n                            description: |\n                              <em>current AI search volume rate of a keyword<\/em><br>learn more about this metric <a href=\"https:\/\/dataforseo.com\/help-center\/how-the-ai-search-volume-metric-works-in-llm-mentions\" rel=\"noopener noreferrer\" target=\"_blank\">here<\/a>\n                          - name: impressions\n                            type: integer\n                            description: |\n                              <em>current AI impressions rate of a keyword<\/em>\n                    - name: brand_entities_title\n                      type: array\n                      description: |\n                        <em>data on brand entities relevant to the target<\/em><br>array of objects containing data on brand entity titles that appear in search results related to LLM queries\n                      items:\n                        children:\n                          - name: type\n                            type: string\n                            description: |\n                              <em>type of the element = '<strong>group_element<\/strong>'<\/em>\n                          - name: key\n                            type: string\n                            description: |\n                              <em>grouping identifier<\/em><br>the specific identifier for the grouping dimension<br>in this case the field displays a found brand entity title\n                          - name: mentions\n                            type: integer\n                            description: |\n                              <em>total LLM mentions count<\/em><br>the number of times the target keyword or domain were mentioned in relation to the specific domain\n                          - name: ai_search_volume\n                            type: integer\n                            description: |\n                              <em>current AI search volume rate of a keyword<\/em><br>learn more about this metric <a href=\"https:\/\/dataforseo.com\/help-center\/how-the-ai-search-volume-metric-works-in-llm-mentions\" rel=\"noopener noreferrer\" target=\"_blank\">here<\/a>\n                          - name: impressions\n                            type: integer\n                            description: |\n                              <em>current AI impressions rate of a keyword<\/em>\n                    - name: brand_entities_category\n                      type: array\n                      description: |\n                        <em>data on brand entities relevant to the target<\/em><br>array of objects containing data on brand entity categories that appear in search results related to LLM queries\n                      items:\n                        children:\n                          - name: type\n                            type: string\n                            description: |\n                              <em>type of the element = '<strong>group_element<\/strong>'<\/em>\n                          - name: key\n                            type: string\n                            description: |\n                              <em>grouping identifier<\/em><br>the specific identifier for the grouping dimension<br>in this case the field displays a found brand entity category\n                          - name: mentions\n                            type: integer\n                            description: |\n                              <em>total LLM mentions count<\/em><br>the number of times the target keyword or domain were mentioned in relation to the specific domain\n                          - name: ai_search_volume\n                            type: integer\n                            description: |\n                              <em>current AI search volume rate of a keyword<\/em><br>learn more about this metric <a href=\"https:\/\/dataforseo.com\/help-center\/how-the-ai-search-volume-metric-works-in-llm-mentions\" rel=\"noopener noreferrer\" target=\"_blank\">here<\/a>\n                          - name: impressions\n                            type: integer\n                            description: |\n                              <em>current AI impressions rate of a keyword<\/em>","footnotes":""},"class_list":["post-22405","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/docs.dataforseo.com\/v3\/wp-json\/wp\/v2\/pages\/22405","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/docs.dataforseo.com\/v3\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/docs.dataforseo.com\/v3\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/docs.dataforseo.com\/v3\/wp-json\/wp\/v2\/users\/14"}],"replies":[{"embeddable":true,"href":"https:\/\/docs.dataforseo.com\/v3\/wp-json\/wp\/v2\/comments?post=22405"}],"version-history":[{"count":40,"href":"https:\/\/docs.dataforseo.com\/v3\/wp-json\/wp\/v2\/pages\/22405\/revisions"}],"predecessor-version":[{"id":24187,"href":"https:\/\/docs.dataforseo.com\/v3\/wp-json\/wp\/v2\/pages\/22405\/revisions\/24187"}],"wp:attachment":[{"href":"https:\/\/docs.dataforseo.com\/v3\/wp-json\/wp\/v2\/media?parent=22405"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}