[
{
"language_name": "English",
"location_code": 2840,
"target": [
{
"domain": "dataforseo.com",
"search_filter": "exclude"
},
{
"keyword": "bmw",
"search_scope": [
"answer"
]
}
],
"platform": "google",
"filters": [
[
"ai_search_volume",
">",
1000
]
],
"order_by": [
"ai_search_volume,desc"
],
"offset": 0,
"limit": 3
}
]curl --location --request POST 'https://api.302.ai/dataforseo/v3/ai_optimization/llm_mentions/search/live' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"language_name": "English",
"location_code": 2840,
"target": [
{
"domain": "dataforseo.com",
"search_filter": "exclude"
},
{
"keyword": "bmw",
"search_scope": [
"answer"
]
}
],
"platform": "google",
"filters": [
[
"ai_search_volume",
">",
1000
]
],
"order_by": [
"ai_search_volume,desc"
],
"offset": 0,
"limit": 3
}
]'{}