创作者搜索洞察详情/Creator Search Insights Detail

TikTokapi

About

创作者搜索洞察详情/Creator Search Insights Detail

Documentation

创作者搜索洞察详情/Creator Search Insights Detail

[中文]

用途:

  • 获取创作者搜索洞察详情数据,用于查询特定搜索词条的搜索统计数据

参数:

  • query_id_str: 搜索词条ID,从 fetch_creator_search_insights 接口返回的数据中获取
  • time_range: 时间范围,可选值:
    • past_7_days: 过去7天
    • past_30_days: 过去30天(默认)
    • past_60_days: 过去60天
    • past_6_months: 过去6个月
    • custom: 自定义时间(需配合 start_date 和 end_date 使用,不能超过6个月)
  • start_date: 开始时间戳(秒),仅当 time_range=custom 时生效
  • end_date: 结束时间戳(秒),仅当 time_range=custom 时生效
  • dimension_list: 维度列表,多个用逗号分隔,可选值: gender(性别), age(年龄), country(国家)

返回:

  • 搜索洞察详情数据,包含搜索趋势、用户画像等

[English]

Purpose:

  • Get creator search insights detail data, used to query search statistics for specific query

Parameters:

  • 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 6 months)
  • start_date: Start timestamp (seconds), only for custom range
  • end_date: End timestamp (seconds), only for custom range
  • dimension_list: Dimension list, separated by comma, options: gender, age, country

Return:

  • Search insights detail data, including search trends, user demographics, etc.

[示例/Example]

query_id_str = "122991006" time_range = "past_30_days" dimension_list = "gender,age,country"

Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

Try 创作者搜索洞察详情/Creator Search Insights Detail

Test this model in the Sandbase Playground with your own prompts.

Open in Playground

Related Models