成功响应(200):
{
"code": 200,
"msg": "查询成功",
"data": {
"domain": "example.com",
"index_count": 15230,
"has_index": true,
"search_url": "https://www.baidu.com/s?wd=site%3Aexample.com&rn=1",
"request_time": "2024-01-15 10:30:22",
"note": "百度收录数量可能因缓存而略有延迟"
}
}
{
"code": 200,
"msg": "查询成功,未找到收录数据",
"data": {
"domain": "example.com",
"index_count": 0,
"has_index": false,
"search_url": "https://www.baidu.com/s?wd=site%3Aexample.com&rn=1",
"request_time": "2024-01-15 10:30:22",
"note": "该域名可能未被百度收录"
}
}