WellbyteWellbyte

GET /v1/douyin/web/fetch_user_fans_list

Get user fans list

stable · 2 credits per success

Get user fans list;When requesting for the first time, pass `0` for max_time, pass `2` for source_type, and an empty fans list will be returned, which contains max_time, then pass the max_time returned by the previous request for paging each time, pass `1` for source_type, you can get the fans list.;If you do not request according to the above method, it may cause the returned data to contain dup…

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

Request

curl -s 'https://api.wellbyte.net/v1/douyin/web/fetch_user_fans_list?count=20&max_time=demo&sec_user_id=demo&source_type=NaN' \
  -H "Authorization: Bearer dg_live_…"

Response

Sample captured 2026-08-27

data{
code:0
data{
log_pb{ 1 item }
followers:null
status_msg:"用户未登录"
status_code:8
}
meta{
endpoint:"douyin.web.fetch_user_fans_list"
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
    countintegerqueryno数量20
    max_timestringqueryno最大时间戳demo
    sec_user_idstringqueryno用户sec_user_iddemo
    source_typeintegerqueryno来源类型demo

    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