C/2/search/users/biz

跳转到: 导航, 搜索

search/users/biz

返回与关键字相匹配的微博用户

URL

https://c.api.weibo.com/2/search/users/biz.json

支持格式

JSON

HTTP请求方式

GET

是否需要登录

true
关于登录授权,参见 如何登录授权

访问授权限制


请求所有商业接口:

    • 50000次/小时/IP;

请求参数

  必选 类型及范围 说明
source false string 采用OAuth授权方式不需要此参数,其他授权方式为必填参数,数值为应用的AppKey。
access_token false string 采用OAuth授权方式为必填参数,其他授权方式不需要此参数,OAuth授权后获得。
nick false string 搜索的昵称,只搜索昵称,必须进行URLencode,utf-8编码。
sort false int 排序方式,0:按粉丝数倒序、108:综合排序,默认为108。
page false int 页码,默认为1。
count false int 每页返回的数量,默认10,最大50。(默认返回10条)
isv false int 是否搜索V用户,0:非V用户、1:V用户、2:个人V用户、3:机构V用户,默认为空,表示搜索全部用户。

注意事项

返回结果

JSON示例

//成功返回
{
    "users": [
        {
            "id": 1404376560,
            "screen_name": "zaku",
            "name": "zaku",
            "province": "11",
            "city": "5",
            "location": "北京 朝阳区",
            "description": "人生五十年,乃如梦如幻;有生斯有死,壮士复何憾。",
            "url": "http://blog.sina.com.cn/zaku",
            "profile_image_url": "http://tp1.sinaimg.cn/1404376560/50/0/1",
            "domain": "zaku",
            "gender": "m",
            "followers_count": 1204,
            "friends_count": 447,
            "statuses_count": 2908,
            "favourites_count": 0,
            "created_at": "Fri Aug 28 00:00:00 +0800 2009",
            "following": false,
            "allow_all_act_msg": false,
            "remark": "",
            "geo_enabled": true,
            "verified": false,
            "allow_all_comment": true,
            "avatar_large": "http://tp1.sinaimg.cn/1404376560/180/0/1",
            "verified_reason": "",
            "verified_type": -1,
            "follow_me": false,
            "online_status": 0,
            "status_id": 11549748431,
            "bi_followers_count": 215
        },
        ...
    ],
    "total_number": 668
}

关于错误返回值与错误代码,参见 错误代码说明

字段说明

{{{resultDes}}}

其他



Language: [[{{{2/uri}}}|中文]]


文档更新时间: 2015-08-20
api评价