GET /v1/tiktok/app/v3/fetch_creator_search_insights_detail
Creator Search Insights Detail
stable · 2 credits per success
Get creator search insights detail data, used to query search statistics for specific query;query_id_str: Query ID, obtained from fetch_creator_search_insights response;time_range: Time range, options;- past_7_days: Past 7 days;- past_30_days: Past 30 days (default);- past_60_days: Past 60 days;- past_6_months: Past 6 months;- custom: Custom range (requires start_date and end_date, cannot exceed …
Request parameters
| Name | Type | In | Required | Description | Example |
|---|---|---|---|---|---|
| end_date | integer | query | no | 结束时间戳(秒),仅当 time_range=custom 时生效 | demo |
| start_date | integer | query | no | 开始时间戳(秒),仅当 time_range=custom 时生效 | demo |
| time_range | string | query | no | 时间范围 | past_30_days |
| query_id_str | string | query | yes | 搜索词条ID,从 fetch_creator_search_insights 接口获取 | 122991006 |
| dimension_list | string | query | no | 维度列表,多个用逗号分隔 | gender,age,country |
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.