{"id":24557,"date":"2026-06-05T14:07:00","date_gmt":"2026-06-05T14:07:00","guid":{"rendered":"https:\/\/docs.dataforseo.com\/v3\/?page_id=24557"},"modified":"2026-07-07T09:21:36","modified_gmt":"2026-07-07T09:21:36","slug":"ai_optimization-llm_mentions-search_mentions-live","status":"publish","type":"page","link":"https:\/\/docs.dataforseo.com\/v3\/ai_optimization-llm_mentions-search_mentions-live\/","title":{"rendered":"ai_optimization\/llm_mentions\/search_mentions\/live"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row][vc_column][vc_column_text]<\/p>\n<h2>Live LLM Mentions Search Mentions<\/h2>\n<p>\u200c\u200c<br \/>\nLive LLM Mentions Search endpoint provides mention data and related metrics from AI searches. The results are specific to the selected platform (<code>google<\/code> for Google&#8217;s  AI Overview or <code>chat_gpt<\/code> for ChatGPT), as well as 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\/search_mentions\/live\">\n                https:\/\/api.dataforseo.com\/v3\/ai_optimization\/llm_mentions\/search_mentions\/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><br><strong>Note:<\/strong> requests must include at least one <code>domain_entity<\/code> or <code>keyword_entity<\/code> with <code>\"search_filter\": \"include\"<\/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>defines how the specified keyword is matched<br>optional field<br>possible values:<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 key phrase (e.g., search for \"light\" will return results with \"light bulb\", \"light switch\");<br><code>partial_match<\/code> - substring search that finds all instances containing the specified sequence of characters, even if it appears inside a longer word (e.g., search for \"light\" will return results with \"lighting\", \"highlight\");<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> only<\/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><strong>Note:<\/strong> if the <code>platform<\/code> is not specified, the data is returned for both platforms<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=\"filters\"><td><code>filters<\/code><\/td><td>array<\/td><td><p><em>array of results filtering parameters<\/em><br>optional field<br><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=\"order_by\"><td><code>order_by<\/code><\/td><td>array<\/td><td><p><em>results sorting rules<\/em><br>optional field<br>you can use the same values as in the <code>filters<\/code> array to sort the results<br>possible sorting types:<br><code>asc<\/code> - results will be sorted in the ascending order<br><code>desc<\/code> - results will be sorted in the descending order<br>you should use a comma to set up a sorting type<br>example:<br><code>[\"ai_search_volume,desc\"]<\/code><br><strong>Note:<\/strong> you can set no more than three sorting rules in a single request<br>you should use a comma to separate several sorting rules<\/p><\/td><\/tr><tr data-doc-id=\"offset\"><td><code>offset<\/code><\/td><td>integer<\/td><td><p><em>offset in the results array of the returned mentions data<\/em><br>optional field<p>default value: <code>0<\/code><br>example: if you specify the <code>10<\/code> value, the first ten mentions objects in the results array will be omitted and the data will be provided for the successive objects;<br><strong>Note:<\/strong> the maximum value is <code>1000000<\/code>, use the <code>search_after_token<\/code> if you would like to offset more results<\/p><\/td><\/tr><tr data-doc-id=\"search_after_token\"><td><code>search_after_token<\/code><\/td><td>string<\/td><td><p><em>token for subsequent requests<\/em><br>optional field<br>provided in the identical filed of the response to each request;<br>use this parameter to avoid timeouts while trying to obtain over <code>1000<\/code> results in a single request;<br>by specifying the unique <code>search_after_token<\/code> value from the response array, you will get the subsequent results of the initial task;<br><code>search_after_token<\/code> values are unique for each subsequent task ;<br><strong>Note:<\/strong> if the <code>search_after_token<\/code> is specified in the request, all other parameters should be identical to the previous request<\/p><\/td><\/tr><tr data-doc-id=\"limit\"><td><code>limit<\/code><\/td><td>integer<\/td><td><p><em>the maximum number of returned objects<\/em><br>optional field<p>default value: <code>100<\/code><br>maximum value: <code>1000<\/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_count\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>total_count<\/code><\/td><td>integer<\/td><td><p><em>total amount of results relevant the request<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-current_offset\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>current_offset<\/code><\/td><td>integer<\/td><td><p><em>the number of mentions objects that are omitted in the <code>items<\/code> array<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-search_after_token\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>search_after_token<\/code><\/td><td>string<\/td><td><p><em>token for subsequent requests<\/em><br>by specifying the unique <code>search_after_token<\/code> when setting a new task, you will get the subsequent results of the initial task;<br><code>search_after_token<\/code> values are unique for each subsequent task<\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items_count\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>items_count<\/code><\/td><td>integer<\/td><td><p><em>the number of results returned in the <code>items<\/code> array<\/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>contains relevant mentions data<\/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;<code>platform<\/code><\/td><td>string<\/td><td><p><em>platform received in a POST array<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-model_name\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>model_name<\/code><\/td><td>string<\/td><td><p><em>name of the AI model from which the data was retrieved<\/em><br><strong>Note:<\/strong> for the <code>google<\/code> platform type, the value is always <code>google_ai_overview<\/code><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-location_code\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>location_code<\/code><\/td><td>integer<\/td><td><p><em>location code in a POST array<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-language_code\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>language_code<\/code><\/td><td>string<\/td><td><p><em>language code in a POST array<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-question\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>question<\/code><\/td><td>string<\/td><td><p><em>relevant question<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-answer\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>answer<\/code><\/td><td>string<\/td><td><p><em>relevant answer in markdown format<\/em><br>content of the result formatted in the <a href=\"https:\/\/en.wikipedia.org\/wiki\/Markdown\" target=\"_blank\">markdown markup language<\/a><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-sources\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong><code>sources<\/code><\/strong><\/td><td>array<\/td><td><p><em>array of sources<\/em><br>the sources the model cited or relied on in its final answer<br>learn more about the sources and how to retrieve LLM citation data at our <a href=\"https:\/\/dataforseo.com\/help-center\/how-to-get-llm-citation-data-with-llm-mentions-api\" target=\"_blank\">Help Center<\/a><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-sources-snippet\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>snippet<\/code><\/td><td>string<\/td><td><p><em>source description<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-sources-source_name\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>source_name<\/code><\/td><td>string<\/td><td><p><em>source name<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-sources-thumbnail\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>thumbnail<\/code><\/td><td>string<\/td><td><p><em>source thumbnail<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-sources-markdown\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>markdown<\/code><\/td><td>string<\/td><td><p><em>content of the element in markdown format<\/em><br>content of the result formatted in the <a href=\"https:\/\/en.wikipedia.org\/wiki\/Markdown\" target=\"_blank\">markdown markup language<\/a><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-sources-rank\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>rank<\/code><\/td><td>integer<\/td><td><p><em>rank in the results<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-sources-title\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>title<\/code><\/td><td>string<\/td><td><p><em>source title<\/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;&nbsp;&nbsp;&nbsp;&nbsp;<code>domain<\/code><\/td><td>string<\/td><td><p><em>source domain<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-sources-url\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>url<\/code><\/td><td>string<\/td><td><p><em>source URL<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-sources-publication_date\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>publication_date<\/code><\/td><td>string<\/td><td><p><em>date and time when the result was published<\/em><br>in the format: \u201cyear-month-date:minutes:UTC_difference_hours:UTC_difference_minutes\u201d<br>example:<br><code class=\"long-string\">2019-11-15 12:57:46 +00:00<\/code><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-search_results\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong><code>search_results<\/code><\/strong><\/td><td>array<\/td><td><p><em>array of search results<\/em><br>all web search outputs the model retrieved when looking up information, including duplicates and unused entries<\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-search_results-description\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>description<\/code><\/td><td>string<\/td><td><p><em>result description<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-search_results-breadcrumb\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>breadcrumb<\/code><\/td><td>string<\/td><td><p><em>breadcrumb<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-search_results-rank\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>rank<\/code><\/td><td>integer<\/td><td><p><em>rank in the results<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-search_results-title\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>title<\/code><\/td><td>string<\/td><td><p><em>result title<\/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;&nbsp;&nbsp;&nbsp;&nbsp;<code>domain<\/code><\/td><td>string<\/td><td><p><em>result domain<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-search_results-url\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>url<\/code><\/td><td>string<\/td><td><p><em>result URL<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-search_results-publication_date\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>publication_date<\/code><\/td><td>string<\/td><td><p><em>date and time when the result was published<\/em><br>in the format: \u201cyear-month-date:minutes:UTC_difference_hours:UTC_difference_minutes\u201d<br>example:<br><code class=\"long-string\">2019-11-15 12:57:46 +00:00<\/code><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-ai_search_volume\"><td>&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-monthly_searches\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong><code>monthly_searches<\/code><\/strong><\/td><td>array<\/td><td><p><em>monthly AI search volume rates<\/em><br>array of objects with AI search volume rates in a certain month of a year<\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-monthly_searches-year\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>year<\/code><\/td><td>integer<\/td><td><p><em>year<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-monthly_searches-month\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>month<\/code><\/td><td>integer<\/td><td><p><em>month<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-monthly_searches-search_volume\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>search_volume<\/code><\/td><td>integer<\/td><td><p><em>AI search volume rate in a certain month of a year<\/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-first_response_at\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>first_response_at<\/code><\/td><td>string<\/td><td><p><em>date and time when the response data was first recorded<\/em><br>in the UTC format: \u201cyyyy-mm-dd hh-mm-ss +00:00\u201d<br>example:<br><code>2025-10-21 06:25:30 +00:00<\/code><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-last_response_at\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>last_response_at<\/code><\/td><td>string<\/td><td><p><em>date and time when the response data was last updated<\/em><br>in the UTC format: \u201cyyyy-mm-dd hh-mm-ss +00:00\u201d<br>example:<br><code>2025-10-21 06:25:30 +00:00<\/code><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-brand_entities\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong><code>brand_entities<\/code><\/strong><\/td><td>array<\/td><td><p><em>array of brand entities<\/em><br>contains information on brands mentioned in the response<\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-brand_entities-rank\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>rank<\/code><\/td><td>integer<\/td><td><p><em>rank in the results<\/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;&nbsp;&nbsp;&nbsp;&nbsp;<code>title<\/code><\/td><td>string<\/td><td><p><em>name of the brand<\/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;&nbsp;&nbsp;&nbsp;&nbsp;<code>category<\/code><\/td><td>string<\/td><td><p><em>category of the brand<\/em><\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-fan_out_queries\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>fan_out_queries<\/code><\/td><td>array<\/td><td><p><em>array of fan-out queries<\/em><br>contains related search queries derived from the main query to provide a more comprehensive response<\/p><\/td><\/tr><tr data-doc-id=\"tasks-result-items-is_web_search_based\"><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>is_web_search_based<\/code><\/td><td>boolean<\/td><td><p><em>indicates whether the response was generated using web search results<\/em><br>if <code>true<\/code>, the model retrieved live web search results to produce the response<br>if <code>false<\/code>, the response was generated from the model's internal knowledge<\/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\/search_mentions\/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_name&quot;: &quot;English&quot;,\r\n        &quot;location_code&quot;: 2840,\r\n        &quot;target&quot;: [\r\n            {\r\n                &quot;domain&quot;: &quot;dataforseo.com&quot;,\r\n                &quot;search_filter&quot;: &quot;exclude&quot;\r\n            },\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;platform&quot;: &quot;google&quot;,\r\n        &quot;filters&quot;: [\r\n            [\r\n                &quot;ai_search_volume&quot;,\r\n                &quot;&gt;&quot;,\r\n                1000\r\n            ]\r\n        ],\r\n        &quot;order_by&quot;: [\r\n            &quot;ai_search_volume,desc&quot;\r\n        ],\r\n        &quot;offset&quot;: 0,\r\n        &quot;limit&quot;: 3\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\/search_mentions\/live\r\n * @see https:\/\/docs.dataforseo.com\/v3\/ai_optimization\/llm_mentions\/search_mentions\/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_name&#039; =&gt; &#039;English&#039;,\r\n        &#039;location_code&#039; =&gt; 2840,\r\n        &#039;target&#039; =&gt; [\r\n            [\r\n                &#039;domain&#039; =&gt; &#039;dataforseo.com&#039;,\r\n                &#039;search_filter&#039; =&gt; &#039;exclude&#039;,\r\n            ],\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;platform&#039; =&gt; &#039;google&#039;,\r\n        &#039;filters&#039; =&gt; [\r\n            [\r\n                &#039;ai_search_volume&#039;,\r\n                &#039;&gt;&#039;,\r\n                1000,\r\n            ],\r\n        ],\r\n        &#039;order_by&#039; =&gt; [\r\n            &#039;ai_search_volume,desc&#039;,\r\n        ],\r\n        &#039;limit&#039; =&gt; 3,\r\n    ],\r\n];\r\ntry {\r\n    $result = $client-&gt;post(&#039;\/v3\/ai_optimization\/llm_mentions\/search_mentions\/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}<\/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\n\r\naxios({\r\n    method: &#039;post&#039;,\r\n    url: &#039;https:\/\/api.dataforseo.com\/v3\/ai_optimization\/llm_mentions\/search_mentions\/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_name&quot;: &quot;English&quot;,\r\n      &quot;location_code&quot;: 2840,\r\n      &quot;target&quot;: [\r\n        {\r\n          &quot;domain&quot;: &quot;dataforseo.com&quot;,\r\n          &quot;search_filter&quot;: &quot;exclude&quot;\r\n        },\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;platform&quot;: &quot;google&quot;,\r\n      &quot;filters&quot;: [\r\n        [\r\n          &quot;ai_search_volume&quot;,\r\n          &quot;&gt;&quot;,\r\n          1000\r\n        ]\r\n      ],\r\n      &quot;order_by&quot;: [\r\n        &quot;ai_search_volume,desc&quot;\r\n      ],\r\n      &quot;offset&quot;: 0,\r\n      &quot;limit&quot;: 3\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\/search_mentions\/live\r\n@see https:\/\/docs.dataforseo.com\/v3\/ai_optimization\/llm_mentions\/search_mentions\/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_name&#039;: &#039;English&#039;,\r\n        &#039;location_code&#039;: 2840,\r\n        &#039;target&#039;: [\r\n            {\r\n                &#039;domain&#039;: &#039;dataforseo.com&#039;,\r\n                &#039;search_filter&#039;: &#039;exclude&#039;\r\n            },\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;platform&#039;: &#039;google&#039;,\r\n        &#039;filters&#039;: [\r\n            [\r\n                &#039;ai_search_volume&#039;,\r\n                &#039;&gt;&#039;,\r\n                1000\r\n            ]\r\n        ],\r\n        &#039;order_by&#039;: [\r\n            &#039;ai_search_volume,desc&#039;\r\n        ],\r\n        &#039;limit&#039;: 3\r\n    })\r\ntry:\r\n    response = client.post(&#039;\/v3\/ai_optimization\/llm_mentions\/search_mentions\/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\">\/\/\/ &lt;summary&gt;\r\n    \/\/\/ Method: POST\r\n    \/\/\/ Endpoint: https:\/\/api.dataforseo.com\/v3\/ai_optimization\/llm_mentions\/search_mentions\/live\r\n    \/\/\/ &lt;\/summary&gt;\r\n    \/\/\/ &lt;see href=&quot;https:\/\/docs.dataforseo.com\/v3\/ai_optimization\/llm_mentions\/search_mentions\/live&quot;\/&gt;\r\n    \r\n    public static async Task LlmMentionsSearchLive()\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_name = &quot;English&quot;,\r\n            location_code = 2840,\r\n            target = new object[]\r\n            {\r\n                new\r\n                {\r\n                    domain = &quot;dataforseo.com&quot;,\r\n                    search_filter = &quot;exclude&quot;\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            },\r\n            platform = &quot;google&quot;,\r\n            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                    1000\r\n                }\r\n            },\r\n            order_by = new object[]\r\n            {\r\n                &quot;ai_search_volume,desc&quot;\r\n            },\r\n            limit = 3\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\/search_mentions\/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.20260610&quot;,\r\n  &quot;status_code&quot;: 20000,\r\n  &quot;status_message&quot;: &quot;Ok.&quot;,\r\n  &quot;time&quot;: &quot;1.5075 sec.&quot;,\r\n  &quot;cost&quot;: 0.103,\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;06101707-1535-0650-0000-076389dafea3&quot;,\r\n      &quot;status_code&quot;: 20000,\r\n      &quot;status_message&quot;: &quot;Ok.&quot;,\r\n      &quot;time&quot;: &quot;1.4546 sec.&quot;,\r\n      &quot;cost&quot;: 0.103,\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;search_mentions&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;search_mentions&quot;,\r\n        &quot;language_name&quot;: &quot;English&quot;,\r\n        &quot;location_code&quot;: 2840,\r\n        &quot;target&quot;: [\r\n          {\r\n            &quot;domain&quot;: &quot;dataforseo.com&quot;,\r\n            &quot;search_filter&quot;: &quot;exclude&quot;\r\n          },\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;platform&quot;: &quot;google&quot;,\r\n        &quot;filters&quot;: [\r\n          [\r\n            &quot;ai_search_volume&quot;,\r\n            &quot;&gt;&quot;,\r\n            1000\r\n          ]\r\n        ],\r\n        &quot;order_by&quot;: [\r\n          &quot;ai_search_volume,desc&quot;\r\n        ],\r\n        &quot;offset&quot;: 0,\r\n        &quot;limit&quot;: 3\r\n      },\r\n      &quot;result&quot;: [\r\n        {\r\n          &quot;total_count&quot;: 11859,\r\n          &quot;offset&quot;: 0,\r\n          &quot;search_after_token&quot;: &quot;eyJDdXJyZW50T2Zmc2V0IjozLCJSYXdSZXF1ZXN0Ijp7InRhcmdldCI6W3sidHlwZSI6ImRvbWFpbiIsImRvbWFpbiI6ImRhdGFmb3JzZW8uY29tIiwic2VhcmNoX3Njb3BlIjpbImFueSJdLCJzZWFyY2hfdHlwZSI6ImV4Y2x1ZGUiLCJpbmNsdWRlX3N1YmRvbWFpbnMiOmZhbHNlfSx7InR5cGUiOiJrZXl3b3JkIiwia2V5d29yZCI6ImJtdyIsInNlYXJjaF9zY29wZSI6WyJhbnN3ZXIiXSwic2VhcmNoX3R5cGUiOiJpbmNsdWRlIiwiZW50cnlfdHlwZSI6IndvcmRfbWF0Y2gifV0sInBsYXRmb3JtIjoiZ29vZ2xlIiwibGFuZ3VhZ2UiOiJlbiIsImxvY2F0aW9uIjoyODQwLCJsaW1pdCI6Mywib2Zmc2V0IjowLCJvcmRlcl9ieSI6eyJvcmRlcl9maWVsZCI6ImFpX3NlYXJjaF92b2x1bWUiLCJvcmRlcl90eXBlIjoiZGVzYyJ9LCJxdWVyeSI6eyJmaWVsZCI6ImFpX3NlYXJjaF92b2x1bWUiLCJ0eXBlIjoiZ3QiLCJ2YWx1ZSI6MTAwMH0sInNlYXJjaF9hZnRlcl90b2tlbiI6bnVsbCwiYWlkIjoxNTM1fSwiU2VhcmNoQWZ0ZXJEYXRhIjp7IlZlcnNpb24iOjEsIlNlYXJjaEFmdGVyVmFsdWVzIjp7ImFpX3NlYXJjaF92b2x1bWUiOjQ1MDAwMCwiZGF0ZSI6IjIwMjYtMDUtMTRUMTg6MjE6MzErMDA6MDAiLCJoYXNoIjoxMTkxNDkzNTE4OTM2ODMxOTEzfSwiVG9rZW5SZWFsT2Zmc2V0IjowfX0=&quot;,\r\n          &quot;items_count&quot;: 3,\r\n          &quot;items&quot;: [\r\n            {\r\n              &quot;platform&quot;: &quot;google&quot;,\r\n              &quot;model_name&quot;: &quot;google_ai_overview&quot;,\r\n              &quot;location_code&quot;: 2840,\r\n              &quot;language_code&quot;: &quot;en&quot;,\r\n              &quot;question&quot;: &quot;bayerische motoren werke&quot;,\r\n              &quot;answer&quot;: &quot;Bayerische Motoren Werke AG, commonly known as **BMW** or Bavarian Motor Works, is `a leading German multinational manufacturer of luxury vehicles and motorcycles` . Headquartered in Munich, Germany, the company produces cars and motorcycles under the BMW, MINI, and Rolls-Royce brands.[](https:\/\/en.wikipedia.org\/wiki\/BMW) [[1]](https:\/\/en.wikipedia.org\/wiki\/BMW)[[2]](https:\/\/www.ebsco.com\/research-starters\/history\/bayerische-motoren-werke-ag-bmw)nn**Key Facts &amp; Information** nn- **Translation:** &quot;Bavarian Motor Works&quot;.n- **Brands:** BMW, MINI, Rolls-Royce, and BMW Motorrad (motorcycles).n- **Headquarters:** Munich, Germany.n- **Foundation:** Established in 1916 (originally as a manufacturer of aircraft engines).n- **Operations:** Operates 31 production and assembly facilities in 15 countries, with over 120,000 employees.[](https:\/\/en.wikipedia.org\/wiki\/BMW) [[1]](https:\/\/en.wikipedia.org\/wiki\/BMW)[[2]](https:\/\/bmwofflorence.com\/what-does-bmw-stand-for)[[3]](https:\/\/www.ebsco.com\/research-starters\/history\/bayerische-motoren-werke-ag-bmw)[[4]](https:\/\/www.bmwofwarwick.com\/manufacturer-information\/who-owns-bmw\/)[[5]](https:\/\/www.majormotorcars.com\/bmw.htm)nn**Company Highlights** nn- **Neue Klasse:** The BMW Group is currently transitioning to its *Neue Klasse* (New Class) era, focusing on next-generation electric vehicle architecture.n- **Performance &amp; Luxury:** Known worldwide for high-quality engineering, premium design, and performance-oriented cars and motorcycles.n- **Electric Mobility:** The company is expanding its EV lineup, including the upcoming BMW i3, with advanced AI technology in battery production.[](https:\/\/bmwgroup.com\/) [[1]](https:\/\/bmwgroup.com\/)[[2]](https:\/\/www.bmwofwarwick.com\/manufacturer-information\/what-does-bmw-stand-for\/)[[3]](https:\/\/www.bmwofwarwick.com\/manufacturer-information\/who-owns-bmw\/)[[4]](https:\/\/www.ebsco.com\/research-starters\/history\/bayerische-motoren-werke-ag-bmw)[[5]](https:\/\/www.instagram.com\/reel\/DMAi4wVIpU-\/?hl=en)nn**2026 Context** nn- As of early 2026, the company continues to innovate with AI in its production processes.n- The 2026 lineup includes models such as the X3 30 xDrive and 330i xDrive Sedan, with promotional offers available in the US market.n- The company, often referred to as BMW AG or the BMW Group, is a publicly traded company.[](https:\/\/www.bmwusa.com\/) [[1]](https:\/\/www.bmwusa.com\/)[[2]](https:\/\/bmwgroup.com\/)[[3]](https:\/\/en.wikipedia.org\/wiki\/BMW)[[4]](https:\/\/www.bmwofwarwick.com\/manufacturer-information\/who-owns-bmw\/)nn*Disclaimer: This information is accurate as of May 14, 2026, based on available search results.*&quot;,\r\n              &quot;sources&quot;: [\r\n                {\r\n                  &quot;snippet&quot;: &quot;2026. X3 30 xDrive. Lease for $599\/month. 39 months with $5,229 due at signing, plus loyalty credit up to $1,000 for qualified buy...&quot;,\r\n                  &quot;source_name&quot;: &quot;BMW USA&quot;,\r\n                  &quot;thumbnail&quot;: null,\r\n                  &quot;markdown&quot;: null,\r\n                  &quot;rank&quot;: 1,\r\n                  &quot;title&quot;: &quot;BMW USA: Luxury SUVs, Sedans, Coupes, Convertibles, and ...&quot;,\r\n                  &quot;domain&quot;: &quot;www.bmwusa.com&quot;,\r\n                  &quot;url&quot;: &quot;https:\/\/www.bmwusa.com\/&quot;,\r\n                  &quot;publication_date&quot;: null\r\n                },\r\n                {\r\n                  &quot;snippet&quot;: &quot;Bayerische Motoren Werke Aktiengesellschaft (BMW AG), trading as BMW Group (commonly abbreviated to BMW (German pronunciation: [\u02ccb...&quot;,\r\n                  &quot;source_name&quot;: &quot;Wikipedia&quot;,\r\n                  &quot;thumbnail&quot;: null,\r\n                  &quot;markdown&quot;: null,\r\n                  &quot;rank&quot;: 2,\r\n                  &quot;title&quot;: &quot;BMW - Wikipedia&quot;,\r\n                  &quot;domain&quot;: &quot;en.wikipedia.org&quot;,\r\n                  &quot;url&quot;: &quot;https:\/\/en.wikipedia.org\/wiki\/BMW&quot;,\r\n                  &quot;publication_date&quot;: null\r\n                },\r\n                {\r\n                  &quot;snippet&quot;: &quot;Neue Klasse: The BMW Group enters a new era. * Innovation 08.05.2026 5 MIN. Advances in battery cell production: How the BMW Group...&quot;,\r\n                  &quot;source_name&quot;: &quot;BMW Group&quot;,\r\n                  &quot;thumbnail&quot;: null,\r\n                  &quot;markdown&quot;: null,\r\n                  &quot;rank&quot;: 3,\r\n                  &quot;title&quot;: &quot;BMW Group&quot;,\r\n                  &quot;domain&quot;: &quot;bmwgroup.com&quot;,\r\n                  &quot;url&quot;: &quot;https:\/\/bmwgroup.com\/&quot;,\r\n                  &quot;publication_date&quot;: null\r\n                },\r\n                {\r\n                  &quot;snippet&quot;: &quot;Bayerische Motoren Werke AG, commonly known as BMW, is a prominent German multinational company in the automotive industry, headqu...&quot;,\r\n                  &quot;source_name&quot;: &quot;EBSCO&quot;,\r\n                  &quot;thumbnail&quot;: null,\r\n                  &quot;markdown&quot;: null,\r\n                  &quot;rank&quot;: 4,\r\n                  &quot;title&quot;: &quot;Bayerische Motoren Werke AG (BMW) | History | Research Starters&quot;,\r\n                  &quot;domain&quot;: &quot;www.ebsco.com&quot;,\r\n                  &quot;url&quot;: &quot;https:\/\/www.ebsco.com\/research-starters\/history\/bayerische-motoren-werke-ag-bmw&quot;,\r\n                  &quot;publication_date&quot;: null\r\n                },\r\n                {\r\n                  &quot;snippet&quot;: &quot;In German, the letters are an acronym for Bayerische Motoren Werke, which translates to Bavarian Motor Works in English.&quot;,\r\n                  &quot;source_name&quot;: &quot;BMW of Florence&quot;,\r\n                  &quot;thumbnail&quot;: null,\r\n                  &quot;markdown&quot;: null,\r\n                  &quot;rank&quot;: 5,\r\n                  &quot;title&quot;: &quot;What Does BMW Stand For? | BMW of Florenceclose carousel&quot;,\r\n                  &quot;domain&quot;: &quot;bmwofflorence.com&quot;,\r\n                  &quot;url&quot;: &quot;https:\/\/bmwofflorence.com\/what-does-bmw-stand-for&quot;,\r\n                  &quot;publication_date&quot;: null\r\n                },\r\n                {\r\n                  &quot;snippet&quot;: &quot;BMW is a great automotive brand that offers power and luxury and reliability to drivers all over the world. However, you might be ...&quot;,\r\n                  &quot;source_name&quot;: &quot;BMW of Warwick&quot;,\r\n                  &quot;thumbnail&quot;: null,\r\n                  &quot;markdown&quot;: null,\r\n                  &quot;rank&quot;: 6,\r\n                  &quot;title&quot;: &quot;What Does BMW Stand For? - BMW of Warwick&quot;,\r\n                  &quot;domain&quot;: &quot;www.bmwofwarwick.com&quot;,\r\n                  &quot;url&quot;: &quot;https:\/\/www.bmwofwarwick.com\/manufacturer-information\/what-does-bmw-stand-for\/&quot;,\r\n                  &quot;publication_date&quot;: null\r\n                },\r\n                {\r\n                  &quot;snippet&quot;: &quot;What is the BMW Group? The BMW Group is known in Germany as BMW AG. Did you know that BMW stands for Bayerische Motoren Werke Akti...&quot;,\r\n                  &quot;source_name&quot;: &quot;BMW of Warwick&quot;,\r\n                  &quot;thumbnail&quot;: null,\r\n                  &quot;markdown&quot;: null,\r\n                  &quot;rank&quot;: 7,\r\n                  &quot;title&quot;: &quot;Who Owns BMW? I Who Makes BMW? - BMW of Warwick&quot;,\r\n                  &quot;domain&quot;: &quot;www.bmwofwarwick.com&quot;,\r\n                  &quot;url&quot;: &quot;https:\/\/www.bmwofwarwick.com\/manufacturer-information\/who-owns-bmw\/&quot;,\r\n                  &quot;publication_date&quot;: null\r\n                }\r\n              ],\r\n              &quot;search_results&quot;: null,\r\n              &quot;ai_search_volume&quot;: 1500000,\r\n              &quot;monthly_searches&quot;: [\r\n                {\r\n                  &quot;year&quot;: 2026,\r\n                  &quot;month&quot;: 3,\r\n                  &quot;search_volume&quot;: 1500000\r\n                },\r\n                {\r\n                  &quot;year&quot;: 2026,\r\n                  &quot;month&quot;: 2,\r\n                  &quot;search_volume&quot;: 1500000\r\n                },\r\n                {\r\n                  &quot;year&quot;: 2026,\r\n                  &quot;month&quot;: 1,\r\n                  &quot;search_volume&quot;: 1500000\r\n                },\r\n                {\r\n                  &quot;year&quot;: 2025,\r\n                  &quot;month&quot;: 12,\r\n                  &quot;search_volume&quot;: 1830000\r\n                },\r\n                {\r\n                  &quot;year&quot;: 2025,\r\n                  &quot;month&quot;: 11,\r\n                  &quot;search_volume&quot;: 1500000\r\n                },\r\n                {\r\n                  &quot;year&quot;: 2025,\r\n                  &quot;month&quot;: 10,\r\n                  &quot;search_volume&quot;: 1500000\r\n                },\r\n                {\r\n                  &quot;year&quot;: 2025,\r\n                  &quot;month&quot;: 9,\r\n                  &quot;search_volume&quot;: 1500000\r\n                },\r\n                {\r\n                  &quot;year&quot;: 2025,\r\n                  &quot;month&quot;: 8,\r\n                  &quot;search_volume&quot;: 1500000\r\n                },\r\n                {\r\n                  &quot;year&quot;: 2025,\r\n                  &quot;month&quot;: 7,\r\n                  &quot;search_volume&quot;: 1220000\r\n                },\r\n                {\r\n                  &quot;year&quot;: 2025,\r\n                  &quot;month&quot;: 6,\r\n                  &quot;search_volume&quot;: 1220000\r\n                },\r\n                {\r\n                  &quot;year&quot;: 2025,\r\n                  &quot;month&quot;: 5,\r\n                  &quot;search_volume&quot;: 1500000\r\n                },\r\n                {\r\n                  &quot;year&quot;: 2025,\r\n                  &quot;month&quot;: 4,\r\n                  &quot;search_volume&quot;: 1500000\r\n                }\r\n              ],\r\n              &quot;first_response_at&quot;: &quot;2025-11-09 04:05:50 +00:00&quot;,\r\n              &quot;last_response_at&quot;: &quot;2026-05-14 18:17:26 +00:00&quot;,\r\n              &quot;brand_entities&quot;: null,\r\n              &quot;fan_out_queries&quot;: null,\r\n              &quot;is_web_search_based&quot;: true\r\n            },\r\n            {\r\n              &quot;platform&quot;: &quot;google&quot;,\r\n              &quot;model_name&quot;: &quot;google_ai_overview&quot;,\r\n              &quot;location_code&quot;: 2840,\r\n              &quot;language_code&quot;: &quot;en&quot;,\r\n              &quot;question&quot;: &quot;glas&quot;,\r\n              &quot;answer&quot;: &quot;&quot;Glas&quot; can refer to several different things, including the German and Dutch word for &quot;glass,&quot; an instrument used to measure ice-sheet topography, a smart home air quality monitoring system, a professional glass cleaner, a debt administration company, a coffeehouse, a vintage car manufacturer, and a book by Jacques Derrida . The meaning depends on the context, which is not provided in the query.[[1]](https:\/\/icesat.gsfc.nasa.gov\/icesat\/glas.php#:~:text=GLAS%20is%20a%20facility%20instrument,Flight%20Center%20in%20Greenbelt%2C%20MD.)[[2]](https:\/\/glas.johnsoncontrols.com\/#:~:text=Monitors%20air%20quality.,air%20quality%20than%20ever%20before.)[[3]](https:\/\/theragcompany.com\/products\/stjarnagloss-glas-glass-cleaner)[[4]](https:\/\/www.glascoffee.com\/#:~:text=Glas%2C%20the%20green%20coffeehouse%2C%20is,lunch%20and%20fresh%20baked%20treats!)[[5]](https:\/\/glas.agency\/us\/#:~:text=SPV%20Corporate%20Services-,GLAS%20US%20is%20a%20regulated%20trust%20company%20by%20the%20state,SPV%20Corporate%20Services)[[6]](https:\/\/en.wikipedia.org\/wiki\/Glas_%28book%29#:~:text=Glas%20%28also%20translated%20as%20Clang,literary%20genre%20and%20of%20writing.)[[7]](https:\/\/en.wikipedia.org\/wiki\/Glas_%28company%29)[[8]](https:\/\/dictionary.cambridge.org\/dictionary\/dutch-english\/glas#:~:text=noun,a%20drinking%20glass%20will%20hold)nnProducts and companiesnn- **GLAS Instrument:** A former NASA instrument on the ICESat satellite that used a laser to measure ice-sheet topography and atmospheric properties.n- **GLAS (Johnson Controls):** A smart home system that monitors indoor and outdoor air quality, including humidity, volatile organic compounds, and CO2 levels.n- **Stjarnagloss Glas:** A professional-grade, solvent-based glass cleaning spray designed to be smear and streak-free.n- **GLAS (Debt Services):** A global loan agency and debt administration services company that provides administrative solutions for complex transactions in the capital markets.n- **Glas Inc. (Vape):** A company that produces premium vape products and devices.n- **Glas Coffee House:** A coffeehouse in Wisconsin, with its name being the Gaelic word for &quot;green&quot;.[[1]](https:\/\/icesat.gsfc.nasa.gov\/icesat\/glas.php#:~:text=GLAS%20is%20a%20facility%20instrument,Flight%20Center%20in%20Greenbelt%2C%20MD.)[[2]](https:\/\/glas.johnsoncontrols.com\/#:~:text=Monitors%20air%20quality.,air%20quality%20than%20ever%20before.)[[3]](https:\/\/theragcompany.com\/products\/stjarnagloss-glas-glass-cleaner)[[4]](https:\/\/glas.agency\/us\/#:~:text=SPV%20Corporate%20Services-,GLAS%20US%20is%20a%20regulated%20trust%20company%20by%20the%20state,SPV%20Corporate%20Services)[[5]](https:\/\/glas.agency\/#:~:text=GLAS%20is%20an%20independent%20agency,of%20restructured%20bonds%20and%20notes.)[[6]](https:\/\/glas.com\/#:~:text=Glas%20%7C%20Experience%20The%20Difference%2C%20Premium%20Vape%20%E2%80%93%20Glas%20Inc)[[7]](https:\/\/glas.com\/collections\/device#:~:text=Note:%20Device%20and%20Pods%20are,IS%20NOT%20DERIVED%20FROM%20TOBACCO.&amp;text=The%20Glas%20device%20is%20the,experience%20that%20lasts%20all%20day.&amp;text=Warning:-,California%20Prop%2065,Warning:)[[8]](https:\/\/www.glascoffee.com\/#:~:text=Glas%2C%20the%20green%20coffeehouse%2C%20is,lunch%20and%20fresh%20baked%20treats!)nnBrands and entitiesnn- **Glas (Car Manufacturer):** A German car manufacturer that was acquired by BMW, and some of its models were sold under the BMW-GLAS name.n- **GLAS Animation:** An animation festival that holds events featuring competitions, panels, and parties.[[1]](https:\/\/en.wikipedia.org\/wiki\/Glas_%28company%29)[[2]](https:\/\/www.glasanimation.com\/#:~:text=dec%206+7,More%20options)[[3]](https:\/\/glas.agency\/us\/#:~:text=SPV%20Corporate%20Services-,GLAS%20US%20is%20a%20regulated%20trust%20company%20by%20the%20state,SPV%20Corporate%20Services)[[4]](https:\/\/en.wikipedia.org\/wiki\/Glas_%28company%29#:~:text=Glas%20%28company%29%20Hans%20Glas%20GmbH%20is%20a,a%20producer%20of%20motor%20scooters%2C%20then%20automobiles.)nnLanguage and literaturenn- **Glas (Dutch\/German word):** The word for &quot;glass&quot; in Dutch and German.n- **Glas (Book):** A 1974 book by French philosopher Jacques Derrida.[[1]](https:\/\/dictionary.cambridge.org\/dictionary\/dutch-english\/glas#:~:text=noun,a%20drinking%20glass%20will%20hold)[[2]](https:\/\/en.wikipedia.org\/wiki\/Glas_%28book%29#:~:text=Glas%20%28also%20translated%20as%20Clang,literary%20genre%20and%20of%20writing.)&quot;,\r\n              &quot;sources&quot;: [\r\n                {\r\n                  &quot;snippet&quot;: &quot;Monitors air quality. GLAS provides you with the information you need to help make your home healthier. The smart thermostat monit...&quot;,\r\n                  &quot;source_name&quot;: &quot;Johnson Controls&quot;,\r\n                  &quot;thumbnail&quot;: null,\r\n                  &quot;markdown&quot;: null,\r\n                  &quot;rank&quot;: 1,\r\n                  &quot;title&quot;: &quot;GLAS - Johnson Controls&quot;,\r\n                  &quot;domain&quot;: &quot;glas.johnsoncontrols.com&quot;,\r\n                  &quot;url&quot;: &quot;https:\/\/glas.johnsoncontrols.com\/#:~:text=Monitors%20air%20quality.,air%20quality%20than%20ever%20before.&quot;,\r\n                  &quot;publication_date&quot;: null\r\n                },\r\n                {\r\n                  &quot;snippet&quot;: &quot;GLAS US is a regulated trust company by the state of New Hampshire. GLAS is a privately owned, conflict free boutique provider of ...&quot;,\r\n                  &quot;source_name&quot;: &quot;glas.agency&quot;,\r\n                  &quot;thumbnail&quot;: null,\r\n                  &quot;markdown&quot;: null,\r\n                  &quot;rank&quot;: 2,\r\n                  &quot;title&quot;: &quot;GLAS USA&quot;,\r\n                  &quot;domain&quot;: &quot;glas.agency&quot;,\r\n                  &quot;url&quot;: &quot;https:\/\/glas.agency\/us\/#:~:text=SPV%20Corporate%20Services-,GLAS%20US%20is%20a%20regulated%20trust%20company%20by%20the%20state,SPV%20Corporate%20Services&quot;,\r\n                  &quot;publication_date&quot;: null\r\n                },\r\n                {\r\n                  &quot;snippet&quot;: &quot;Glas, the green coffeehouse, is a place where you can connect with family, friends and your community. A place with extraordinary ...&quot;,\r\n                  &quot;source_name&quot;: &quot;Glas Coffee House&quot;,\r\n                  &quot;thumbnail&quot;: null,\r\n                  &quot;markdown&quot;: null,\r\n                  &quot;rank&quot;: 3,\r\n                  &quot;title&quot;: &quot;Welcome to Glas Coffee House&quot;,\r\n                  &quot;domain&quot;: &quot;www.glascoffee.com&quot;,\r\n                  &quot;url&quot;: &quot;https:\/\/www.glascoffee.com\/#:~:text=Glas%2C%20the%20green%20coffeehouse%2C%20is,lunch%20and%20fresh%20baked%20treats!&quot;,\r\n                  &quot;publication_date&quot;: null\r\n                },\r\n                {\r\n                  &quot;snippet&quot;: &quot;GLAS is a facility instrument designed to measure ice-sheet topography and associated temporal changes, cloud and atmo...&quot;,\r\n                  &quot;source_name&quot;: &quot;NASA (.gov)&quot;,\r\n                  &quot;thumbnail&quot;: null,\r\n                  &quot;markdown&quot;: null,\r\n                  &quot;rank&quot;: 4,\r\n                  &quot;title&quot;: &quot;ICESat: GLAS Instrument&quot;,\r\n                  &quot;domain&quot;: &quot;icesat.gsfc.nasa.gov&quot;,\r\n                  &quot;url&quot;: &quot;https:\/\/icesat.gsfc.nasa.gov\/icesat\/glas.php#:~:text=GLAS%20is%20a%20facility%20instrument,Flight%20Center%20in%20Greenbelt%2C%20MD.&quot;,\r\n                  &quot;publication_date&quot;: null\r\n                },\r\n                {\r\n                  &quot;snippet&quot;: &quot;Glas (also translated as Clang) is a 1974 book by the French philosopher Jacques Derrida. It combines a reading of Georg Wilhelm F...&quot;,\r\n                  &quot;source_name&quot;: &quot;Wikipedia&quot;,\r\n                  &quot;thumbnail&quot;: null,\r\n                  &quot;markdown&quot;: null,\r\n                  &quot;rank&quot;: 5,\r\n                  &quot;title&quot;: &quot;Glas (book) - Wikipedia&quot;,\r\n                  &quot;domain&quot;: &quot;en.wikipedia.org&quot;,\r\n                  &quot;url&quot;: &quot;https:\/\/en.wikipedia.org\/wiki\/Glas_(book)#:~:text=Glas%20(also%20translated%20as%20Clang,literary%20genre%20and%20of%20writing.&quot;,\r\n                  &quot;publication_date&quot;: null\r\n                },\r\n                {\r\n                  &quot;snippet&quot;: &quot;Glas is a professional-grade glass cleaning spray that is solvent-based. It is designed to be smear and streak-free, and is suitab...&quot;,\r\n                  &quot;source_name&quot;: &quot;The Rag Company&quot;,\r\n                  &quot;thumbnail&quot;: null,\r\n                  &quot;markdown&quot;: null,\r\n                  &quot;rank&quot;: 6,\r\n                  &quot;title&quot;: &quot;Stjarnagloss - Glas Glass Cleaner | The Rag Company&quot;,\r\n                  &quot;domain&quot;: &quot;theragcompany.com&quot;,\r\n                  &quot;url&quot;: &quot;https:\/\/theragcompany.com\/products\/stjarnagloss-glas-glass-cleaner&quot;,\r\n                  &quot;publication_date&quot;: null\r\n                },\r\n                {\r\n                  &quot;snippet&quot;: &quot;Changes under BMW * The 04-type, the GT and the 1700 sedan were given BMW badges in the last year of their production. * The GT wa...&quot;,\r\n                  &quot;source_name&quot;: &quot;Wikipedia&quot;,\r\n                  &quot;thumbnail&quot;: null,\r\n                  &quot;markdown&quot;: null,\r\n                  &quot;rank&quot;: 7,\r\n                  &quot;title&quot;: &quot;Glas (company) - Wikipedia&quot;,\r\n                  &quot;domain&quot;: &quot;en.wikipedia.org&quot;,\r\n                  &quot;url&quot;: &quot;https:\/\/en.wikipedia.org\/wiki\/Glas_(company)&quot;,\r\n                  &quot;publication_date&quot;: null\r\n                },\r\n                {\r\n                  &quot;snippet&quot;: &quot;noun. glass [noun] a hard usually breakable transparent substance. glass [noun] a usually tall hollow object made of g...&quot;,\r\n                  &quot;source_name&quot;: &quot;Cambridge Dictionary&quot;,\r\n                  &quot;thumbnail&quot;: null,\r\n                  &quot;markdown&quot;: null,\r\n                  &quot;rank&quot;: 8,\r\n                  &quot;title&quot;: &quot;GLAS | translate Dutch to English - Cambridge Dictionary&quot;,\r\n                  &quot;domain&quot;: &quot;dictionary.cambridge.org&quot;,\r\n                  &quot;url&quot;: &quot;https:\/\/dictionary.cambridge.org\/dictionary\/dutch-english\/glas#:~:text=noun,a%20drinking%20glass%20will%20hold&quot;,\r\n                  &quot;publication_date&quot;: null\r\n                },\r\n                {\r\n                  &quot;snippet&quot;: &quot;GLAS is an independent agency able to act as the Paying Agent and Fiscal Agent on Reg S and 144A bonds issued through Euroclear, C...&quot;,\r\n                  &quot;source_name&quot;: &quot;glas.agency&quot;,\r\n                  &quot;thumbnail&quot;: null,\r\n                  &quot;markdown&quot;: null,\r\n                  &quot;rank&quot;: 9,\r\n                  &quot;title&quot;: &quot;GLAS | Loan Agency, Debt Administration &amp; Trustee Services&quot;,\r\n                  &quot;domain&quot;: &quot;glas.agency&quot;,\r\n                  &quot;url&quot;: &quot;https:\/\/glas.agency\/#:~:text=GLAS%20is%20an%20independent%20agency,of%20restructured%20bonds%20and%20notes.&quot;,\r\n                  &quot;publication_date&quot;: null\r\n                },\r\n                {\r\n                  &quot;snippet&quot;: &quot;dec 6+7. We&#039;re back! GLAS is returning this winter. For our first year back in person, we&#039;re doing things a little differently: a ...&quot;,\r\n                  &quot;source_name&quot;: &quot;GLAS Animation&quot;,\r\n                  &quot;thumbnail&quot;: null,\r\n                  &quot;markdown&quot;: null,\r\n                  &quot;rank&quot;: 10,\r\n                  &quot;title&quot;: &quot;GLAS Animation&quot;,\r\n                  &quot;domain&quot;: &quot;www.glasanimation.com&quot;,\r\n                  &quot;url&quot;: &quot;https:\/\/www.glasanimation.com\/#:~:text=dec%206+7,More%20options&quot;,\r\n                  &quot;publication_date&quot;: null\r\n                },\r\n                {\r\n                  &quot;snippet&quot;: &quot;Glas | Experience The Difference, Premium Vape \u2013 Glas Inc.&quot;,\r\n                  &quot;source_name&quot;: &quot;Glas Inc&quot;,\r\n                  &quot;thumbnail&quot;: null,\r\n                  &quot;markdown&quot;: null,\r\n                  &quot;rank&quot;: 11,\r\n                  &quot;title&quot;: &quot;Glas Inc: Glas | Experience The Difference, Premium Vape&quot;,\r\n                  &quot;domain&quot;: &quot;glas.com&quot;,\r\n                  &quot;url&quot;: &quot;https:\/\/glas.com\/#:~:text=Glas%20%7C%20Experience%20The%20Difference%2C%20Premium%20Vape%20%E2%80%93%20Glas%20Inc&quot;,\r\n                  &quot;publication_date&quot;: null\r\n                },\r\n                {\r\n                  &quot;snippet&quot;: &quot;Note: Device and Pods are sold separately. *THIS PRODUCT IS NOT DERIVED FROM TOBACCO. ... The Glas device is the pinnacle of mater...&quot;,\r\n                  &quot;source_name&quot;: &quot;Glas Inc&quot;,\r\n                  &quot;thumbnail&quot;: null,\r\n                  &quot;markdown&quot;: null,\r\n                  &quot;rank&quot;: 12,\r\n                  &quot;title&quot;: &quot;Devices - Glas Inc&quot;,\r\n                  &quot;domain&quot;: &quot;glas.com&quot;,\r\n                  &quot;url&quot;: &quot;https:\/\/glas.com\/collections\/device#:~:text=Note:%20Device%20and%20Pods%20are,IS%20NOT%20DERIVED%20FROM%20TOBACCO.&amp;text=The%20Glas%20device%20is%20the,experience%20that%20lasts%20all%20day.&amp;text=Warning:-,California%20Prop%2065,Warning:&quot;,\r\n                  &quot;publication_date&quot;: null\r\n                }\r\n              ],\r\n              &quot;search_results&quot;: null,\r\n              &quot;ai_search_volume&quot;: 550000,\r\n              &quot;monthly_searches&quot;: [\r\n                {\r\n                  &quot;year&quot;: 2025,\r\n                  &quot;month&quot;: 10,\r\n                  &quot;search_volume&quot;: 550000\r\n                },\r\n                {\r\n                  &quot;year&quot;: 2025,\r\n                  &quot;month&quot;: 9,\r\n                  &quot;search_volume&quot;: 550000\r\n                },\r\n                {\r\n                  &quot;year&quot;: 2025,\r\n                  &quot;month&quot;: 8,\r\n                  &quot;search_volume&quot;: 550000\r\n                },\r\n                {\r\n                  &quot;year&quot;: 2025,\r\n                  &quot;month&quot;: 7,\r\n                  &quot;search_volume&quot;: 450000\r\n                },\r\n                {\r\n                  &quot;year&quot;: 2025,\r\n                  &quot;month&quot;: 6,\r\n                  &quot;search_volume&quot;: 450000\r\n                },\r\n                {\r\n                  &quot;year&quot;: 2025,\r\n                  &quot;month&quot;: 5,\r\n                  &quot;search_volume&quot;: 550000\r\n                },\r\n                {\r\n                  &quot;year&quot;: 2025,\r\n                  &quot;month&quot;: 4,\r\n                  &quot;search_volume&quot;: 550000\r\n                },\r\n                {\r\n                  &quot;year&quot;: 2025,\r\n                  &quot;month&quot;: 3,\r\n                  &quot;search_volume&quot;: 550000\r\n                },\r\n                {\r\n                  &quot;year&quot;: 2025,\r\n                  &quot;month&quot;: 2,\r\n                  &quot;search_volume&quot;: 450000\r\n                },\r\n                {\r\n                  &quot;year&quot;: 2025,\r\n                  &quot;month&quot;: 1,\r\n                  &quot;search_volume&quot;: 550000\r\n                },\r\n                {\r\n                  &quot;year&quot;: 2024,\r\n                  &quot;month&quot;: 12,\r\n                  &quot;search_volume&quot;: 550000\r\n                },\r\n                {\r\n                  &quot;year&quot;: 2024,\r\n                  &quot;month&quot;: 11,\r\n                  &quot;search_volume&quot;: 550000\r\n                }\r\n              ],\r\n              &quot;first_response_at&quot;: &quot;2025-12-03 11:18:02 +00:00&quot;,\r\n              &quot;last_response_at&quot;: &quot;2025-12-03 11:18:02 +00:00&quot;,\r\n              &quot;brand_entities&quot;: null,\r\n              &quot;fan_out_queries&quot;: null,\r\n              &quot;is_web_search_based&quot;: true\r\n            },\r\n            {\r\n              &quot;platform&quot;: &quot;google&quot;,\r\n              &quot;model_name&quot;: &quot;google_ai_overview&quot;,\r\n              &quot;location_code&quot;: 2840,\r\n              &quot;language_code&quot;: &quot;en&quot;,\r\n              &quot;question&quot;: &quot;germany&#039;s&quot;,\r\n              &quot;answer&quot;: &quot;Germany (officially the Federal Republic of Germany) is `a leading economic and political power in Western-Central Europe, with over 83 million residents, a capital in Berlin, and a federal parliamentary government` . As of May 2026, it is facing significant economic challenges, including stagnant growth, industrial sector job losses, and a, according to.[](https:\/\/en.wikipedia.org\/wiki\/Germany) [[1]](https:\/\/en.wikipedia.org\/wiki\/Germany)[[2]](https:\/\/european-union.europa.eu\/principles-countries-history\/eu-countries\/germany_en)[[3]](https:\/\/www.youtube.com\/watch?v=kBkbS0wsIu0)[[4]](https:\/\/www.youtube.com\/watch?v=kRBPJhxEb6o&amp;t=25)nn**Key Aspects of Germany (2026):** nn- **Economy in Transition:** Often considered Europe&#039;s industrial engine, Germany is currently struggling with high energy costs (following the loss of cheap Russian gas) and declining competitiveness in sectors like automotive.n- **Government &amp; Politics:** Germany is a federal parliamentary republic. The president is Frank-Walter Steinmeier and Friedrich Merz is noted as a key political figure in 2026, with the government facing pressure over economic decline.n- **Demographics:** Germany has a population of over 83 million, with a demographic crisis marked by a long-term low fertility rate and an aging population, which poses risks to its welfare system.n- **Geography:** Located in central Europe, it spans from the North Sea and Baltic Sea in the north to the Alps in the south.n- **Global Reputation:** Famous for &quot;Made in Germany&quot; engineering (VW, BMW, Mercedes), soccer, and cultural exports like beer and bread, it maintains a strong role in the EU.n- **International Relations:** A long-standing, key ally of the United States, with deep economic ties and close security coordination.[](https:\/\/en.wikipedia.org\/wiki\/Germany) [[1]](https:\/\/en.wikipedia.org\/wiki\/Germany)[[2]](https:\/\/www.youtube.com\/watch?v=kRBPJhxEb6o&amp;t=25)[[3]](https:\/\/www.youtube.com\/watch?v=kBkbS0wsIu0)[[4]](https:\/\/www.youtube.com\/watch?v=n-gYFcVx-8Y)[[5]](https:\/\/www.cbs.de\/en\/blog\/things-germany-is-famous-for)[[6]](https:\/\/european-union.europa.eu\/principles-countries-history\/eu-countries\/germany_en)[[7]](https:\/\/2009-2017.state.gov\/outofdate\/bgn\/germany\/111586.htm)nn**Current Challenges:** nn- **Industry Issues:** Significant job losses in the car industry.n- **Energy Crisis:** The search for a stable energy model remains a strategic challenge.n- **Far-Right Pressure:** Concerns regarding a rising nationalist revolt.[](https:\/\/www.youtube.com\/watch?v=kBkbS0wsIu0) [[1]](https:\/\/www.youtube.com\/watch?v=kBkbS0wsIu0)[[2]](https:\/\/www.youtube.com\/watch?v=kRBPJhxEb6o&amp;t=25)nnFor the latest news and information, refer to German news outlets like Deutsche Welle.[[1]](https:\/\/www.studysmarter.co.uk\/explanations\/german\/german-social-issues\/german-media-landscape\/)[[2]](https:\/\/www.ogn.ox.ac.uk\/teacher-resources)[[3]](https:\/\/www.youtube.com\/watch?v=kRBPJhxEb6o&amp;t=25)&quot;,\r\n              &quot;sources&quot;: [\r\n                {\r\n                  &quot;snippet&quot;: &quot;Germany, officially the Federal Republic of Germany, is a country in Western and Central Europe. It lies between the Baltic Sea an...&quot;,\r\n                  &quot;source_name&quot;: &quot;Wikipedia&quot;,\r\n                  &quot;thumbnail&quot;: null,\r\n                  &quot;markdown&quot;: null,\r\n                  &quot;rank&quot;: 1,\r\n                  &quot;title&quot;: &quot;Germany - Wikipedia&quot;,\r\n                  &quot;domain&quot;: &quot;en.wikipedia.org&quot;,\r\n                  &quot;url&quot;: &quot;https:\/\/en.wikipedia.org\/wiki\/Germany&quot;,\r\n                  &quot;publication_date&quot;: null\r\n                },\r\n                {\r\n                  &quot;snippet&quot;: &quot;Political system. Germany is a federal parliamentary republic with a chancellor who is the head of government, and a president who...&quot;,\r\n                  &quot;source_name&quot;: &quot;european-union.europa.eu&quot;,\r\n                  &quot;thumbnail&quot;: null,\r\n                  &quot;markdown&quot;: null,\r\n                  &quot;rank&quot;: 2,\r\n                  &quot;title&quot;: &quot;Germany \u2013 EU country | European Union&quot;,\r\n                  &quot;domain&quot;: &quot;european-union.europa.eu&quot;,\r\n                  &quot;url&quot;: &quot;https:\/\/european-union.europa.eu\/principles-countries-history\/eu-countries\/germany_en&quot;,\r\n                  &quot;publication_date&quot;: null\r\n                },\r\n                {\r\n                  &quot;snippet&quot;: &quot;Following the September 11, 2001, attacks on the World Trade Center in New York City and the Pentagon in Washington, DC, Germany h...&quot;,\r\n                  &quot;source_name&quot;: &quot;U.S. Department of State (.gov)&quot;,\r\n                  &quot;thumbnail&quot;: null,\r\n                  &quot;markdown&quot;: null,\r\n                  &quot;rank&quot;: 3,\r\n                  &quot;title&quot;: &quot;Germany (11\/08) - State.gov&quot;,\r\n                  &quot;domain&quot;: &quot;2009-2017.state.gov&quot;,\r\n                  &quot;url&quot;: &quot;https:\/\/2009-2017.state.gov\/outofdate\/bgn\/germany\/111586.htm&quot;,\r\n                  &quot;publication_date&quot;: null\r\n                },\r\n                {\r\n                  &quot;snippet&quot;: &quot;Germany faces significant economic challenges, including Volkswagen&#039;s intention to close at least three plants. The country&#039;s econ...&quot;,\r\n                  &quot;source_name&quot;: &quot;YouTube&quot;,\r\n                  &quot;thumbnail&quot;: null,\r\n                  &quot;markdown&quot;: null,\r\n                  &quot;rank&quot;: 4,\r\n                  &quot;title&quot;: &quot;Germany is in big trouble&quot;,\r\n                  &quot;domain&quot;: &quot;www.youtube.com&quot;,\r\n                  &quot;url&quot;: &quot;https:\/\/www.youtube.com\/watch?v=kBkbS0wsIu0&quot;,\r\n                  &quot;publication_date&quot;: null\r\n                },\r\n                {\r\n                  &quot;snippet&quot;: &quot;Global brands including Volkswagen, BMW, Mercedes-Benz, Adidas, Lidl, and Nivea shape the international reputation of \u201cMade in Ger...&quot;,\r\n                  &quot;source_name&quot;: &quot;CBS University of Applied Sciences&quot;,\r\n                  &quot;thumbnail&quot;: null,\r\n                  &quot;markdown&quot;: null,\r\n                  &quot;rank&quot;: 5,\r\n                  &quot;title&quot;: &quot;70 Typical German Things - What is Germany Famous &amp; Known for | CBS&quot;,\r\n                  &quot;domain&quot;: &quot;www.cbs.de&quot;,\r\n                  &quot;url&quot;: &quot;https:\/\/www.cbs.de\/en\/blog\/things-germany-is-famous-for&quot;,\r\n                  &quot;publication_date&quot;: null\r\n                },\r\n                {\r\n                  &quot;snippet&quot;: &quot;Germany faces a significant demographic crisis due to a long-term fertility rate below replacement levels, which began early in th...&quot;,\r\n                  &quot;source_name&quot;: &quot;YouTube&quot;,\r\n                  &quot;thumbnail&quot;: null,\r\n                  &quot;markdown&quot;: null,\r\n                  &quot;rank&quot;: 6,\r\n                  &quot;title&quot;: &quot;GERMANY IS OVER&quot;,\r\n                  &quot;domain&quot;: &quot;www.youtube.com&quot;,\r\n                  &quot;url&quot;: &quot;https:\/\/www.youtube.com\/watch?v=n-gYFcVx-8Y&quot;,\r\n                  &quot;publication_date&quot;: null\r\n                },\r\n                {\r\n                  &quot;snippet&quot;: &quot;Germany&#039;s economic strength is showing warning signs. Exploding costs, collapsing competitiveness, and a growing nationalist revol...&quot;,\r\n                  &quot;source_name&quot;: &quot;YouTube&quot;,\r\n                  &quot;thumbnail&quot;: null,\r\n                  &quot;markdown&quot;: null,\r\n                  &quot;rank&quot;: 7,\r\n                  &quot;title&quot;: &quot;GERMANY IN CRISIS? Merz Warns Of Economic Collapse And ...&quot;,\r\n                  &quot;domain&quot;: &quot;www.youtube.com&quot;,\r\n                  &quot;url&quot;: &quot;https:\/\/www.youtube.com\/watch?v=kRBPJhxEb6o&amp;t=25&quot;,\r\n                  &quot;publication_date&quot;: null\r\n                }\r\n              ],\r\n              &quot;search_results&quot;: null,\r\n              &quot;ai_search_volume&quot;: 450000,\r\n              &quot;monthly_searches&quot;: [\r\n                {\r\n                  &quot;year&quot;: 2026,\r\n                  &quot;month&quot;: 4,\r\n                  &quot;search_volume&quot;: 550000\r\n                },\r\n                {\r\n                  &quot;year&quot;: 2026,\r\n                  &quot;month&quot;: 3,\r\n                  &quot;search_volume&quot;: 550000\r\n                },\r\n                {\r\n                  &quot;year&quot;: 2026,\r\n                  &quot;month&quot;: 2,\r\n                  &quot;search_volume&quot;: 450000\r\n                },\r\n                {\r\n                  &quot;year&quot;: 2026,\r\n                  &quot;month&quot;: 1,\r\n                  &quot;search_volume&quot;: 450000\r\n                },\r\n                {\r\n                  &quot;year&quot;: 2025,\r\n                  &quot;month&quot;: 12,\r\n                  &quot;search_volume&quot;: 450000\r\n                },\r\n                {\r\n                  &quot;year&quot;: 2025,\r\n                  &quot;month&quot;: 11,\r\n                  &quot;search_volume&quot;: 450000\r\n                },\r\n                {\r\n                  &quot;year&quot;: 2025,\r\n                  &quot;month&quot;: 10,\r\n                  &quot;search_volume&quot;: 450000\r\n                },\r\n                {\r\n                  &quot;year&quot;: 2025,\r\n                  &quot;month&quot;: 9,\r\n                  &quot;search_volume&quot;: 550000\r\n                },\r\n                {\r\n                  &quot;year&quot;: 2025,\r\n                  &quot;month&quot;: 8,\r\n                  &quot;search_volume&quot;: 368000\r\n                },\r\n                {\r\n                  &quot;year&quot;: 2025,\r\n                  &quot;month&quot;: 7,\r\n                  &quot;search_volume&quot;: 301000\r\n                },\r\n                {\r\n                  &quot;year&quot;: 2025,\r\n                  &quot;month&quot;: 6,\r\n                  &quot;search_volume&quot;: 368000\r\n                },\r\n                {\r\n                  &quot;year&quot;: 2025,\r\n                  &quot;month&quot;: 5,\r\n                  &quot;search_volume&quot;: 673000\r\n                }\r\n              ],\r\n              &quot;first_response_at&quot;: &quot;2026-03-28 15:43:02 +00:00&quot;,\r\n              &quot;last_response_at&quot;: &quot;2026-05-14 18:21:31 +00:00&quot;,\r\n              &quot;brand_entities&quot;: null,\r\n              &quot;fan_out_queries&quot;: null,\r\n              &quot;is_web_search_based&quot;: true\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 Search Mentions \u200c\u200c Live LLM Mentions Search endpoint provides mention data and related metrics from AI searches. The results are specific to the selected platform (google for Google&#8217;s AI Overview or chat_gpt for ChatGPT), as well as location and language parameters (see the List of Locations &#038; Languages). [\/vc_column_text] POST https:\/\/api.dataforseo.com\/v3\/ai_optimization\/llm_mentions\/search_mentions\/live [&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><br><strong>Note:<\/strong> requests must include at least one <code>domain_entity<\/code> or <code>keyword_entity<\/code> with <code>\"search_filter\": \"include\"<\/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>defines how the specified keyword is matched<br>optional field<br>possible values:<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 key phrase (e.g., search for \"light\" will return results with \"light bulb\", \"light switch\");<br><code>partial_match<\/code> - substring search that finds all instances containing the specified sequence of characters, even if it appears inside a longer word (e.g., search for \"light\" will return results with \"lighting\", \"highlight\");<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> only\"\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><strong>Note:<\/strong> if the <code>platform<\/code> is not specified, the data is returned for both platforms<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: filters\n    type: array\n    description: |\n      <em>array of results filtering parameters<\/em><br>optional field<br><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: order_by\n    type: array\n    description: |\n      <em>results sorting rules<\/em><br>optional field<br>you can use the same values as in the <code>filters<\/code> array to sort the results<br>possible sorting types:<br><code>asc<\/code> - results will be sorted in the ascending order<br><code>desc<\/code> - results will be sorted in the descending order<br>you should use a comma to set up a sorting type<br>example:<br><code>[\"ai_search_volume,desc\"]<\/code><br><strong>Note:<\/strong> you can set no more than three sorting rules in a single request<br>you should use a comma to separate several sorting rules\n  - name: offset\n    type: integer\n    description: |\n      <em>offset in the results array of the returned mentions data<\/em><br>optional field<p>default value: <code>0<\/code><br>example: if you specify the <code>10<\/code> value, the first ten mentions objects in the results array will be omitted and the data will be provided for the successive objects;<br><strong>Note:<\/strong> the maximum value is <code>1000000<\/code>, use the <code>search_after_token<\/code> if you would like to offset more results\n  - name: search_after_token\n    type: string\n    description: |\n      <em>token for subsequent requests<\/em><br>optional field<br>provided in the identical filed of the response to each request;<br>use this parameter to avoid timeouts while trying to obtain over <code>1000<\/code> results in a single request;<br>by specifying the unique <code>search_after_token<\/code> value from the response array, you will get the subsequent results of the initial task;<br><code>search_after_token<\/code> values are unique for each subsequent task ;<br><strong>Note:<\/strong> if the <code>search_after_token<\/code> is specified in the request, all other parameters should be identical to the previous request\n  - name: limit\n    type: integer\n    description: |\n      <em>the maximum number of returned objects<\/em><br>optional field<p>default value: <code>100<\/code><br>maximum value: <code>1000<\/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_count\n                type: integer\n                description: |\n                  <em>total amount of results relevant the request<\/em>\n              - name: current_offset\n                type: integer\n                description: |\n                  <em>the number of mentions objects that are omitted in the <code>items<\/code> array<\/em>\n              - name: search_after_token\n                type: string\n                description: |\n                  <em>token for subsequent requests<\/em><br>by specifying the unique <code>search_after_token<\/code> when setting a new task, you will get the subsequent results of the initial task;<br><code>search_after_token<\/code> values are unique for each subsequent task\n              - name: items_count\n                type: integer\n                description: |\n                  <em>the number of results returned in the <code>items<\/code> array<\/em>\n              - name: items\n                type: array\n                description: |\n                  <em>contains relevant mentions data<\/em>\n                items:\n                  children:\n                    - name: platform\n                      type: string\n                      description: |\n                        <em>platform received in a POST array<\/em>\n                    - name: model_name\n                      type: string\n                      description: |\n                        <em>name of the AI model from which the data was retrieved<\/em><br><strong>Note:<\/strong> for the <code>google<\/code> platform type, the value is always <code>google_ai_overview<\/code>\n                    - name: location_code\n                      type: integer\n                      description: |\n                        <em>location code in a POST array<\/em>\n                    - name: language_code\n                      type: string\n                      description: |\n                        <em>language code in a POST array<\/em>\n                    - name: question\n                      type: string\n                      description: |\n                        <em>relevant question<\/em>\n                    - name: answer\n                      type: string\n                      description: |\n                        <em>relevant answer in markdown format<\/em><br>content of the result formatted in the <a href=\"https:\/\/en.wikipedia.org\/wiki\/Markdown\" target=\"_blank\">markdown markup language<\/a>\n                    - name: sources\n                      type: array\n                      description: |\n                        <em>array of sources<\/em><br>the sources the model cited or relied on in its final answer<br>learn more about the sources and how to retrieve LLM citation data at our <a href=\"https:\/\/dataforseo.com\/help-center\/how-to-get-llm-citation-data-with-llm-mentions-api\" target=\"_blank\">Help Center<\/a>\n                      items:\n                        children:\n                          - name: snippet\n                            type: string\n                            description: |\n                              <em>source description<\/em>\n                          - name: source_name\n                            type: string\n                            description: |\n                              <em>source name<\/em>\n                          - name: thumbnail\n                            type: string\n                            description: |\n                              <em>source thumbnail<\/em>\n                          - name: markdown\n                            type: string\n                            description: |\n                              <em>content of the element in markdown format<\/em><br>content of the result formatted in the <a href=\"https:\/\/en.wikipedia.org\/wiki\/Markdown\" target=\"_blank\">markdown markup language<\/a>\n                          - name: rank\n                            type: integer\n                            description: |\n                              <em>rank in the results<\/em>\n                          - name: title\n                            type: string\n                            description: |\n                              <em>source title<\/em>\n                          - name: domain\n                            type: string\n                            description: |\n                              <em>source domain<\/em>\n                          - name: url\n                            type: string\n                            description: |\n                              <em>source URL<\/em>\n                          - name: publication_date\n                            type: string\n                            description: |\n                              <em>date and time when the result was published<\/em><br>in the format: \u201cyear-month-date:minutes:UTC_difference_hours:UTC_difference_minutes\u201d<br>example:<br><code class=\"long-string\">2019-11-15 12:57:46 +00:00<\/code>\n                    - name: search_results\n                      type: array\n                      description: |\n                        <em>array of search results<\/em><br>all web search outputs the model retrieved when looking up information, including duplicates and unused entries\n                      items:\n                        children:\n                          - name: description\n                            type: string\n                            description: |\n                              <em>result description<\/em>\n                          - name: breadcrumb\n                            type: string\n                            description: |\n                              <em>breadcrumb<\/em>\n                          - name: rank\n                            type: integer\n                            description: |\n                              <em>rank in the results<\/em>\n                          - name: title\n                            type: string\n                            description: |\n                              <em>result title<\/em>\n                          - name: domain\n                            type: string\n                            description: |\n                              <em>result domain<\/em>\n                          - name: url\n                            type: string\n                            description: |\n                              <em>result URL<\/em>\n                          - name: publication_date\n                            type: string\n                            description: |\n                              <em>date and time when the result was published<\/em><br>in the format: \u201cyear-month-date:minutes:UTC_difference_hours:UTC_difference_minutes\u201d<br>example:<br><code class=\"long-string\">2019-11-15 12:57:46 +00:00<\/code>\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: monthly_searches\n                      type: array\n                      description: |\n                        <em>monthly AI search volume rates<\/em><br>array of objects with AI search volume rates in a certain month of a year\n                      items:\n                        children:\n                          - name: year\n                            type: integer\n                            description: |\n                              <em>year<\/em>\n                          - name: month\n                            type: integer\n                            description: |\n                              <em>month<\/em>\n                          - name: search_volume\n                            type: integer\n                            description: |\n                              <em>AI search volume rate in a certain month of a year<\/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: first_response_at\n                      type: string\n                      description: |\n                        <em>date and time when the response data was first recorded<\/em><br>in the UTC format: \u201cyyyy-mm-dd hh-mm-ss +00:00\u201d<br>example:<br><code>2025-10-21 06:25:30 +00:00<\/code>\n                    - name: last_response_at\n                      type: string\n                      description: |\n                        <em>date and time when the response data was last updated<\/em><br>in the UTC format: \u201cyyyy-mm-dd hh-mm-ss +00:00\u201d<br>example:<br><code>2025-10-21 06:25:30 +00:00<\/code>\n                    - name: brand_entities\n                      type: array\n                      description: |\n                        <em>array of brand entities<\/em><br>contains information on brands mentioned in the response\n                      items:\n                        children:\n                          - name: rank\n                            type: integer\n                            description: |\n                              <em>rank in the results<\/em>\n                          - name: title\n                            type: string\n                            description: |\n                              <em>name of the brand<\/em>\n                          - name: category\n                            type: string\n                            description: |\n                              <em>category of the brand<\/em>\n                    - name: fan_out_queries\n                      type: array\n                      description: |\n                        <em>array of fan-out queries<\/em><br>contains related search queries derived from the main query to provide a more comprehensive response\n                    - name: is_web_search_based\n                      type: boolean\n                      description: |\n                        <em>indicates whether the response was generated using web search results<\/em><br>if <code>true<\/code>, the model retrieved live web search results to produce the response<br>if <code>false<\/code>, the response was generated from the model's internal knowledge","footnotes":""},"class_list":["post-24557","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/docs.dataforseo.com\/v3\/wp-json\/wp\/v2\/pages\/24557","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=24557"}],"version-history":[{"count":3,"href":"https:\/\/docs.dataforseo.com\/v3\/wp-json\/wp\/v2\/pages\/24557\/revisions"}],"predecessor-version":[{"id":24681,"href":"https:\/\/docs.dataforseo.com\/v3\/wp-json\/wp\/v2\/pages\/24557\/revisions\/24681"}],"wp:attachment":[{"href":"https:\/\/docs.dataforseo.com\/v3\/wp-json\/wp\/v2\/media?parent=24557"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}