x-openapi-key: ********************{
"region": "string",
"appId": "string",
"competitorIds": [
"string"
]
}curl --location --request POST 'https://api.foxdata.com/apiv1/app/competitor-info' \
--header 'x-openapi-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"region": "string",
"appId": "string",
"competitorIds": [
"string"
]
}'{
"requestParam": {
"region": "",
"appId": "",
"competitorIds": [
""
]
},
"result": [
{
"appId": "",
"title": "",
"icon": "",
"rankedKeywords": 0,
"top3Keywords": 0,
"download": 0,
"revenue": 0,
"rating": 0.0,
"visibilityScore": 0,
"versionCount": 0,
"ranks": [
{
"name": "",
"rank": 0
}
]
}
],
"creditsCost": {
"requestCredits": 0,
"baseCredits": 0,
"extraCredits": 0,
"totalCostCredits": 0
},
"next": {
"taskId": "",
"pageKey": ""
}
}