**#此接口更新频率1小时 暂时不支持google/bing的查询**
~~~[api]
get:http://maffick.renpengpeng.com/api/get_search_index
*string:domain=baidu.com#域名
<<<
success
{
"code":2000,
"msg":"请求成功",
"data":{
"index":{
"baidu":"44亿1981万",
"sogou":"6951745427",
"so":"20",
"bing":0,
"google":0
},
"domain":"baidu.com",
"last_update_time":"1542526239"
}
}
<<<
error
错误参照错误码
~~~
### 返回数据说明
| 量 | 说明 |
| --- | --- |
| domain | 查询的域名 |
|index | 搜索引擎收录信息baidu->百度 sogou->搜狗 bing->必应 (暂未开放) so->360搜索 google->谷歌(暂未开放) |
|last_update_time|上次更新时间 linux时间戳|