WellbyteWellbyte

POST /v1/douyin/search/fetch_general_search_v3

Fetch general search V3

stable · 13 credits per success

Fetch Douyin general search results (V3), returning mixed cards: videos, users, related words, etc.;Compared with V1/V2 it has no sorting or filtering options, but pagination is simpler and the;response structure is unified (`config` + `items` + `pagination`).;Notes;For the first request set `offset` to 0, `page` to 1, and `search_id` / `backtrace` to empty strings.;For pagination, pass back `off…

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_general_search_v3' \
  -H "Authorization: Bearer dg_live_…" \
  -H "Content-Type: application/json" \
  -d '{"page":null,"offset":null,"keyword":"咖啡","backtrace":"demo","search_id":"demo"}'

Response

Sample captured 2026-08-27

data{
code:0
data{
items[ 2 items ]
config{ 16 items }
pagination{ 6 items }
}
meta{
endpoint:"douyin.search.fetch_general_search_v3"
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
    pageintegerbodyno页码,取值 1~200,首次请求传 1,之后每次加 1demo
    offsetintegerbodyno翻页游标,从上一次响应的 data.pagination.offset 获取,首次请求传 0demo
    keywordstringbodyno搜索关键词咖啡
    backtracestringbodyno翻页回溯标识,从上一次响应的 data.pagination.backtrace 获取,首次请求传空字符串demo
    search_idstringbodyno搜索ID,从上一次响应的 data.pagination.search_id 获取,首次请求传空字符串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 13 credits. Any failure — including a 200 from upstream that fails the quality gate — costs 0.

    Search

    Search endpoints and docs