POST /v1/douyin/search/fetch_user_search
Fetch user search
stable · 13 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 and `search_id` to an empty string for the first request.;Only user information is returned. No videos, music, or hashtags.;keyword: Search keyword, e.g., "AI";cursor: Pagination cursor (0 for first page);douyin_user_fans: Fan count filter;- Empty: No limit;- "0_1…
Request parameters
| Name | Type | In | Required | Description | Example |
|---|---|---|---|---|---|
| cursor | integer | body | no | 偏移游标,用于翻页,从上一次请求返回的响应中获取 | demo |
| keyword | string | body | no | 关键词 | 咖啡 |
| search_id | string | body | no | 搜索ID,用于翻页,从上一次请求返回的响应中获取 | demo |
| douyin_user_fans | string | body | no | 粉丝数过滤:空=不限 0_1k=1千以下 1k_5k=1千到5千 5k_10k=5千到1万 10k_100k=1万到10万 100k_1M=10万到100万 1M_=100万以上 | demo |
| douyin_user_type | string | body | no | 用户类型过滤:空=不限 300=创作者 900=小店 700=音乐人 800=明星 | demo |
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.