百度搜索
GET
/api/search/baidu最后修改时间: 8 个月前
责任人: 未设置
请求参数
Query 参数
keyword
string
搜索关键词
示例值:
你好
pageIndex
number
必需
示例值:
1
pageSize
number
必需
示例值:
10
示例代码
返回响应
成功(200)
失败(404)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
string
可选
示例
{
"status": 200,
"msg": "成功",
"data": {
"keywords": "你好",
"result": [
{
"text": "你好武汉hpv疫苗启动",
"href": "https://www.baidu.com/s?wd=你好武汉hpv疫苗启动"
},
{
"text": "你好防盗门",
"href": "https://www.baidu.com/s?wd=你好防盗门"
},
{
"text": "你好星期六",
"href": "https://www.baidu.com/s?wd=你好星期六"
},
{
"text": "你好星期六免费观看完整版",
"href": "https://www.baidu.com/s?wd=你好星期六免费观看完整版"
},
{
"text": "你好 李焕英",
"href": "https://www.baidu.com/s?wd=你好 李焕英"
},
{
"text": "你好星期六2024免费观看完整版",
"href": "https://www.baidu.com/s?wd=你好星期六2024免费观看完整版"
},
{
"text": "你好的英文",
"href": "https://www.baidu.com/s?wd=你好的英文"
},
{
"text": "你好旧时光",
"href": "https://www.baidu.com/s?wd=你好旧时光"
},
{
"text": "你好星期六2023免费观看完整版",
"href": "https://www.baidu.com/s?wd=你好星期六2023免费观看完整版"
},
{
"text": "你好星期六免费观看",
"href": "https://www.baidu.com/s?wd=你好星期六免费观看"
}
]
}
}
最后修改时间: 8 个月前