{
"ok": true,
"data": {
"appId": "123456789",
"competitorIds": ["456", "789"],
"country": "us",
"device": "iphone",
"opportunities": [
{
"keyword": "school",
"bestCompetitor": "456",
"bestCompetitorRank": 18,
"yourRank": null,
"volumeScore": 82,
"difficulty": 43,
"opportunityScore": 38.33
},
{
"keyword": "productivity",
"bestCompetitor": "456",
"bestCompetitorRank": 18,
"yourRank": 71,
"volumeScore": 68,
"difficulty": 43,
"opportunityScore": 22.59
}
],
"summary": {
"totalGaps": 25,
"avgVolumeScore": 54.7,
"avgDifficulty": 41.2
}
}
}