稳定、快速、免费的 API 接口服务
百度搜索关键词API
接口地址: https://api.suyanw.cn/api/BaiduKeyword.php
返回格式: 请看返回示例
请求方式: GET
请求示例: https://api.suyanw.cn/api/BaiduKeyword.php?msg=素颜API
请求参数说明:
名称 | 必填 | 说明 |
---|---|---|
msg | 是 | 需要查询的关键词 |
type | 否 | 返回格式,默认json可选text |
hh | 否 | 换行符号(默认\n) |
系统级错误:
名称 | 说明 |
---|---|
400 | 请求错误! |
403 | 请求被服务器拒绝! |
405 | 客户端请求的方法被禁止! |
408 | 请求时间过长! |
500 | 服务器内部出现错误! |
501 | 服务器不支持请求的功能,无法完成请求! |
503 | 系统维护中! |
返回参数说明:
名称 | 说明 |
---|---|
code | 状态码 |
msg | 关键词 |
返回示例:
Deprecated: The behavior of unparenthesized expressions containing both '.' and '+'/'-' will change in PHP 8: '+'/'-' will take a higher precedence in /www/wwwroot/api.suyanw.cn/api/BaiduKeyword.php on line 31
{ "code": 1, "text": "获取成功", "total": 10, "data": [ { "msg": "素颜api接口" }, { "msg": "素颜API" }, { "msg": "素颜APO" }, { "msg": "素颜app是真的吗" }, { "msg": "素颜app到底是什么软件" }, { "msg": "素颜霜怎么选" }, { "msg": "素颜霜为什么不建议用" }, { "msg": "素颜歌词" }, { "msg": "素颜霜的正确使用方法" }, { "msg": "素颜霜" } ] }
错误码格式说明:
名称 | 说明 |
---|---|
1 | 获取成功 |
-1 | 关键词空白 |
-2 | 关键词过长或含有特殊字符 |
调用示例:
无