WellbyteWellbyte

GET /v1/weibo/web_v2/fetch_user_search

User search

stable · 2 credits per success

Search Weibo users with multiple filter options.;query: Search keyword (optional);page: Page number (default 1);region: Region code from /fetch_city_list (optional);auth: Auth type org_vip/per_vip/ord (optional);gender: Gender man/women (optional);age: Age bucket 18y/22y/29y/39y/40y (optional);nickname: Nickname filter (optional);tag: Tag filter (optional);school: School filter (optional);work: C…

Sign up for 500 credits and run with your own API key. Sign up free

Request

curl -s 'https://api.wellbyte.net/v1/weibo/web_v2/fetch_user_search?age=22y&tag=%E6%91%84%E5%BD%B1&auth=org_vip&page=1&work=%E5%AD%97%E8%8A%82%E8%B7%B3%E5%8A%A8&query=yu7&gender=man&region=custom%3A11%3A1&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6&nickname=%E5%BC%A0%E4%B8%89' \
  -H "Authorization: Bearer dg_live_…"

Response

Sample captured 2026-08-27

data{
code:0
data{
parsed_data{ 2 items }
}
meta{
endpoint:"weibo.web_v2.fetch_user_search"
cache_hit:false
elapsed_ms:0
request_id:"req_sample"
credits_charged:0
}
message:"ok"
}

No calls yet. Get one green run first, then switch to your own data.

    Request parameters

    NameTypeInRequiredDescriptionExample
    agestringqueryno年龄段 18y22y
    tagstringqueryno标签筛选摄影
    authstringqueryno认证类型 org_vip(机构)org_vip
    pageintegerqueryno页码1
    workstringqueryno公司筛选字节跳动
    querystringqueryno搜索关键词yu7
    genderstringqueryno性别 manman
    regionstringqueryno地区编码,从custom:11:1
    schoolstringqueryno学校筛选清华大学
    nicknamestringqueryno昵称筛选张三

    Response fields

    Field dictionary coming soon — the executable panel shows the live shape.

    Errors

    codeHTTPMeaningBilled
    40001400Invalid parametersno
    40102401Invalid or revoked API Keyno
    40201402Insufficient creditsno
    40402404Resource not foundno
    42201422Quality gate failedno
    42901429Rate limit exceededno
    50401504Upstream timeoutno
    50201502Upstream errorno

    Billing

    Success costs 2 credits. Any failure — including a 200 from upstream that fails the quality gate — costs 0.

    Search

    Search endpoints and docs