
竞价推广关键词
通过关键词查询分析拓展竞价关键词相关数据,快速挖掘获取精准价值信息。(一次请求可以返回最多100条数据)
价格: ¥60
交付方式:API
付费模式:
按量付费
套餐规格:
60元/1000次(≈0.06元/次)
100元/5000次(≈0.02元/次)
200元/2万次(≈0.01元/次)
500元/6.25万次(≈0.008元/次)
0元/10次(免费体验)
使用年限:
1年
接口地址:https://openapi.chinaz.net/v1/1001/biddingkeyword
返回格式:JSON
请求方式:GET
请求参数:
名称 | 类型 | 必填 | 说明 |
---|---|---|---|
keyword | string | 是 | 需要查询的关键词 |
page | int | 否 | 默认第1页,可自行选择页码(每页最多100条数据) |
engine | string | 否 | 默认全部展示,可选择填入百度PC/百度移动 |
APIKey | string | 是 | 申请接口时获取的APIKey值 |
ChinazVer | string | 是 | 接口版本号,取值:1.0 |
返回参数说明:
名称 | 类型 | 说明 |
---|---|---|
StateCode | int | 状态码 |
Reason | string | 状态码描述 |
Result | object | 具体返回内容 |
Result.allIndex | int | 全网指数 |
Result.bidCount | int | 竞价网页总数 |
Result.competition | string | 竞争难易度 |
Result.keyword | string | 竞价词 |
Result.mobilesearchvolume | int | 移动日搜索量 |
Result.mobilesem | double | 移动指导价 |
Result.pageNo | int | 当前分页(每页最多100条数据) |
Result.pageSize | int | 分页返回的数量 |
Result.pcsearchvolume | int | PC日搜索量 |
Result.pcsem | double | PC指导价 |
Result.totalCount | int | 总数量 |
Result.totalPage | int | 总页数 |
Result.list.companyname | string | 竞价企业 |
Result.list.engines | string | 搜索引擎 |
Result.list.domain | string | 竞价域名 |
Result.list.keyword | string | 竞价词 |
Result.list.title | string | 竞价标题 |
Result.list.updatetime | string | 核准时间 |
正确的返回示例:
错误的返回示例: