x-openapi-key: ********************{
"appId": "480079300",
"device":"IPHONE",
"region": "CN",
"limit": "ALL",
"metrics": [
"CORRELATION", "RANK", "VOLUME", "RESULTS", "TAG","CHANCE","DIFFICULTY","INSTALL"
],
"keyword": "租房",
"competitorIds": []
}curl --location --request POST 'https://api.foxdata.com/apiv1/keyword/explore' \
--header 'x-openapi-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "480079300",
"device":"IPHONE",
"region": "CN",
"limit": "ALL",
"metrics": [
"CORRELATION", "RANK", "VOLUME", "RESULTS", "TAG","CHANCE","DIFFICULTY","INSTALL"
],
"keyword": "租房",
"competitorIds": []
}'{
"requestParam": {
"appId": "",
"region": "",
"keyword": "",
"competitorIds": [
""
],
"limit": "",
"device": "",
"metrics": [
""
]
},
"result": {
"dates": [
""
],
"appInfoMap": {
"": {
"appId": "",
"appName": "",
"icon": ""
}
},
"keywords": [
{
"keyword": "",
"searchResult": {
"num": 0,
"appIds": [
""
]
},
"searchVolume": {
"trend": [
0
],
"num": 0
},
"chance": 0,
"inst": {
"top5": [
""
],
"per": 0.0,
"value": 0
},
"rank": {
"trend": [
0
],
"num": 0
},
"diff": 0,
"tag": {
"asa": false,
"brand": false,
"asaApps": [
""
],
"brandApps": [
""
],
"metaTypes": [
""
]
},
"relation": 0
}
],
"iconPrefix": ""
},
"creditsCost": {
"requestCredits": 0,
"baseCredits": 0,
"extraCredits": 0,
"totalCostCredits": 0
},
"next": {
"taskId": "",
"pageKey": ""
}
}