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…
Request parameters
| Name | Type | In | Required | Description | Example |
|---|---|---|---|---|---|
| cursor | integer | body | no | 偏移游标,用于翻页,从上一次请求返回的响应中获取 | 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 2 credits. Any failure — including a 200 from upstream that fails the quality gate — costs 0.