[
{
"language_code": "en",
"location_code": 2840,
"platform": "google",
"targets": [
{
"aggregation_key": "chat_gpt",
"target": [
{
"keyword": "chat gpt"
}
]
},
{
"aggregation_key": "claude",
"target": [
{
"keyword": "claude"
}
]
},
{
"aggregation_key": "gemini",
"target": [
{
"keyword": "gemini"
}
]
},
{
"aggregation_key": "perplexity",
"target": [
{
"keyword": "perplexity",
"search_filter": "include"
}
]
}
],
"initial_dataset_filters": [
[
"ai_search_volume",
">",
10
]
],
"internal_list_limit": 5
}
]curl --location --request POST 'https://api.302.ai/dataforseo/v3/ai_optimization/llm_mentions/cross_aggregated_metrics/live' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"language_code": "en",
"location_code": 2840,
"platform": "google",
"targets": [
{
"aggregation_key": "chat_gpt",
"target": [
{
"keyword": "chat gpt"
}
]
},
{
"aggregation_key": "claude",
"target": [
{
"keyword": "claude"
}
]
},
{
"aggregation_key": "gemini",
"target": [
{
"keyword": "gemini"
}
]
},
{
"aggregation_key": "perplexity",
"target": [
{
"keyword": "perplexity",
"search_filter": "include"
}
]
}
],
"initial_dataset_filters": [
[
"ai_search_volume",
">",
10
]
],
"internal_list_limit": 5
}
]'{}