x-openapi-key: ********************{
"region": "string",
"category": "string",
"keyword": "string",
"dateRangeType": "DAY_7",
"limit": "TOP_200"
}curl --location --request POST 'https://api.foxdata.com/apiv1/cpp/ad' \
--header 'x-openapi-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"region": "string",
"category": "string",
"keyword": "string",
"dateRangeType": "DAY_7",
"limit": "TOP_200"
}'{
"requestParam": {
"region": "",
"category": "",
"keyword": "",
"dateRangeType": "",
"limit": ""
},
"result": {
"appInfoMap": {
"": {
"appId": "",
"appName": "",
"icon": ""
}
},
"cpps": [
{
"appId": "",
"content": [
""
],
"firstOccurTime": {
"seconds": 0,
"nanos": 0
},
"lastOccurTime": {
"seconds": 0,
"nanos": 0
},
"keywords": [
{
"keyword": "",
"pop": 0
}
]
}
]
},
"creditsCost": {
"requestCredits": 0,
"baseCredits": 0,
"extraCredits": 0,
"totalCostCredits": 0
},
"next": {
"taskId": "",
"pageKey": ""
}
}