x-openapi-key: ********************{
"region": "string",
"category": "string",
"keyword": "string",
"popularityMix": 0,
"popularityMax": 0,
"dateRangeType": "DAY_7",
"limit": "TOP_200"
}curl --location --request POST 'https://api.foxdata.com/apiv1/keyword/ad/asa' \
--header 'x-openapi-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"region": "string",
"category": "string",
"keyword": "string",
"popularityMix": 0,
"popularityMax": 0,
"dateRangeType": "DAY_7",
"limit": "TOP_200"
}'{
"requestParam": {
"region": "",
"category": "",
"keyword": "",
"popularityMix": 0,
"popularityMax": 0,
"dateRangeType": "",
"limit": ""
},
"result": {
"appInfoMap": {
"": {
"appId": "",
"appName": "",
"icon": ""
}
},
"keywordInfo": [
{
"keyword": "",
"pop": 0,
"result": 0,
"bidding": 0,
"apps": [
{
"appId": "",
"occupy": ""
}
]
}
]
},
"creditsCost": {
"requestCredits": 0,
"baseCredits": 0,
"extraCredits": 0,
"totalCostCredits": 0
},
"next": {
"taskId": "",
"pageKey": ""
}
}