POST /v1/douyin/search/fetch_video_search_v4
Fetch video search V4
stable · 13 credits per success
Search videos by title/keyword (V4), with cursor pagination.;The keyword matches the video title; a video ID or a video share link can also be passed;to locate one specific video.;Notes;This endpoint has no sorting, publish time, duration or content type filters —;only the keyword and pagination parameters.;Page size is fixed at 12 and cannot be changed.;Set `cursor` to 0 for the first request, t…
Request parameters
| Name | Type | In | Required | Description | Example |
|---|---|---|---|---|---|
| cursor | integer | body | no | 翻页游标,首次请求传 0,之后传上一页响应里的 cursor | demo |
| keyword | string | body | no | 视频标题 | 咖啡 |
Response fields
Field dictionary coming soon — the executable panel shows the live shape.
Errors
| code | HTTP | Meaning | Billed |
|---|---|---|---|
| 40001 | 400 | Invalid parameters | no |
| 40102 | 401 | Invalid or revoked API Key | no |
| 40201 | 402 | Insufficient credits | no |
| 40402 | 404 | Resource not found | no |
| 42201 | 422 | Quality gate failed | no |
| 42901 | 429 | Rate limit exceeded | no |
| 50401 | 504 | Upstream timeout | no |
| 50201 | 502 | Upstream error | no |
Billing
Success costs 13 credits. Any failure — including a 200 from upstream that fails the quality gate — costs 0.