360手机助手搜索词列表
HTTP请求方式
GET
请求地址
https://ms-api.e.360.cn/v1/app_search_keyword/list
字段 |
类型 |
必须 |
描述 |
Content-Type |
string |
yes |
application/x-www-form-urlencoded |
apiKey |
string |
yes |
注册时分配到的api key,该参数作为HTTP HEAD字段传递。 |
accessToken |
string |
yes |
访问token |
GET 请求参数
字段 |
类型 |
必须 |
描述 |
soft_id |
Number |
yes |
APP在360手机助手的soft_id,详见可投放APP列表。只支持查询app_type为1、3的app。 |
word |
String |
yes |
关键词 |
请求示例
curl --location --request GET 'https://ms-api.e.360.cn/v1/app_search_keyword/list?app_id=1068&word=%E6%B1%BD%E8%BD%A6' \
--header 'accessToken: c97725838e858695ff9ad297d07dbcbe3ebf5245eabaab354' \
--header 'apiKey: 111'
返回结果
{
"err_no": 10000,
"err_msg": "",
"data": [
{
"word": "汽车",
"exposure": 5,
"about": 100
},
{
"word": "买车",
"exposure": 5,
"about": 96
},
{
"word": "汽车网",
"exposure": 5,
"about": 89
},
{
"word": "美团车主",
"exposure": 5,
"about": 39
}
]
}
返回结果说明
字段 |
类型 |
描述 |
word |
String |
关键词 |
exposure |
Number |
搜索量 |
about |
Number |
相关性 |