Authorization: ********************
curl --location -g --request GET 'https://apigw.seomonitor.com/v3/rank-tracker/v3.0/groups/data?campaign_id={{campaign_id}}&start_date={{start_date}}&end_date={{end_date}}&group_ids={{group_ids}}&limit={{limit}}&offset={{offset}}' \
--header 'Accept: application/json' \
--header 'Authorization: <api-key>'
[
{
"group_id": 2261,
"group_name": "Bath Department",
"keyword_counters": {
"main_keywords": 123,
"close_cariations": 3
},
"serp_data": {
"desktop": [
{
"feature": "AIO",
"presence_count": 11,
"listed_count": 1
},
{
"feature": "AIB",
"presence_count": 10,
"listed_count": 9
},
{
"feature": "IMG",
"presence_count": 100,
"listed_count": 10
}
],
"mobile": [
{
"feature": "AIO",
"presence_count": 11,
"listed_count": 1
},
{
"feature": "AIB",
"presence_count": 10,
"listed_count": 9
},
{
"feature": "IMG",
"presence_count": 100,
"listed_count": 10
}
]
},
"percentage_clicks": 0.69,
"search_intent": {
"informational": 0.25,
"commercial": 0.2,
"transactioal": 0.55
},
"search_data": {
"search_volume": 5903860,
"monthly_searches": [
{
"month": "January",
"year": "2023",
"search_volume": 8293610
}
],
"volume_by_device": {
"desktop": 0.24605408651822203,
"mobile": 0.753945913481778
},
"year_over_year": 1.5
},
"visibility": {
"desktop": {
"latest": 11.8,
"trend": -0.44
},
"mobile": {
"latest": 11.8,
"trend": -0.24
}
},
"opportunity": {
"score": 8,
"difficulty_top_10": "hard",
"additional_monthly_sessions": 18744,
"avg_cpc": 0.06
},
"traffic_data": {
"sessions": 0,
"ecommerce": {
"transactions": 0,
"revenue": 0
},
"goals": {
"completions": 0,
"revenue": 0
}
}
}
]