TikTok modelsapi generation api

tiktok/app-v3/creator-search-insights-detail

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

Input
Idle

Example output — click Run to generate your own

API README

Creator Search Insights Detail

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.

Related Models