WellbyteWellbyte

POST /v1/douyin/search/fetch_video_search_v3

Fetch video search V3

stable · 13 credits per success

Search videos by keyword (V3), with 3-dimensional filters: publish date, video type, duration.;Besides basic video info, results carry operational metrics such as play count, like count and;author follower count — useful for content research and competitor analysis.;Notes;Pagination is not supported; it returns one batch of results for the current filters.;All three filters are optional; leaving …

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_video_search_v3' \
  -H "Authorization: Bearer dg_live_…" \
  -H "Content-Type: application/json" \
  -d '{"query":"demo","date_type":null,"label_type":null,"duration_type":null}'

Response

Sample captured 2026-08-27

data{
code:0
data[
0{ 15 items }
1:"…共 1000 项"
]
meta{
endpoint:"douyin.search.fetch_video_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
    querystringbodyno搜索关键词demo
    date_typeintegerbodyno发布时间筛选:0=不限, 3=近3天, 7=近7天, 30=近一个月demo
    label_typeintegerbodyno视频类型筛选:0=不限, 1=低粉爆款, 2=高完播率, 3=高涨粉率, 4=高点赞率demo
    duration_typeintegerbodyno时长筛选:0=不限, 1=0-15秒, 6=15-60秒, 7=60-120秒, 8=120-180秒, 9=大于180秒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