WellbyteWellbyte

GET /v1/tiktok/app/v3/fetch_user_follower_list

Get follower list of specified user

stable · 2 credits per success

Get follower list of specified user;user_id: User ID, this is a pure numeric version of the user ID (one of user_id and sec_user_id);sec_user_id: User sec_user_id, this is a mixed letter and number version ID (one of user_id and sec_user_id);count: Number, do not exceed 20, keep it fixed.;min_time: Minimum time for paging, use default value 0 for the first request, and use the min_time value retu…

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

Request

curl -s 'https://api.wellbyte.net/v1/tiktok/app/v3/fetch_user_follower_list?count=20&user_id=7486586574684881927&min_time=0&page_token=demo&sec_user_id=MS4wLjABAAAA0lKrE0cVLLZCnVil-n-YEZlOoik9oeO3zOYQ08dqOEOw2pRSXWJdcSFw7lZeZcSP' \
  -H "Authorization: Bearer dg_live_…"

Response

Sample captured 2026-08-27

data{
code:0
data{
extra{ 3 items }
total:52104
log_pb{ 1 item }
offset:0
version:"v2"
has_more:true
max_time:1787677270
min_time:1787527420
followers[ 2 items ]
status_msg:""
status_code:0
myself_user_id:"0"
next_page_token:"eyJtYXhfY3Vyc29yIjoxNzg3NjY2MTE3LCJtaW5fY3Vyc29yIjoxNzg3NTI3NDIwfQ=="
}
meta{
endpoint:"tiktok.app.v3_fetch_user_follower_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
    user_idstringqueryno用户ID7486586574684881927
    min_timeintegerqueryno最小时间,用于翻页0
    page_tokenstringqueryno翻页tokendemo
    sec_user_idstringqueryno用户sec_user_idMS4wLjABAAAA0lKrE0cVLLZCnVil-n-YEZlOoik9oeO3zOYQ08dqOEOw2pRSXWJdcSFw7lZeZcSP

    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