WellbyteWellbyte

POST /v1/douyin/search/fetch_user_search_v2

Fetch user search V2

stable · 2 credits per success

Fetch a list of users from Douyin App based on search keywords.;Supports filtering by fan count and user type.;Notes;Set `cursor` to 0.;Only user information is returned. No videos, music, or hashtags.;keyword: Search keyword, e.g., "AI";cursor: Pagination cursor (0 for first page);Request Body Example;```json;payload = {;"keyword": "AI",;"cursor": 0;};```;Response (common fields, actual response…

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

Request

curl -s -X POST 'https://api.wellbyte.net/v1/douyin/search/fetch_user_search_v2' \
  -H "Authorization: Bearer dg_live_…" \
  -H "Content-Type: application/json" \
  -d '{"cursor":null,"keyword":"咖啡"}'

Response

Sample captured 2026-08-27

data{
code:0
data{
cursor:30
has_more:true
user_list[ 2 items ]
}
meta{
endpoint:"douyin.search.fetch_user_search_v2"
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
    cursorintegerbodyno偏移游标,用于翻页,从上一次请求返回的响应中获取demo
    keywordstringbodyno关键词咖啡

    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