Douyin modelsapi generation api

douyin/app-v3/hot-search-list

Get Douyin hot search list data, including: Hot search list Seeding list Entertainment list Social list Challenge list

Input
Idle

Example output — click Run to generate your own

API README

Get Douyin hot search list data

Purpose:

  • Get Douyin hot search list data, including:
    • Hot search list
    • Seeding list
    • Entertainment list
    • Social list
    • Challenge list

Parameters:

  • board_type:
    • 0: Hot search list (default)
    • 2: Other lists, such as seeding list, etc., need to pass in the corresponding board_sub_type parameter.
  • board_sub_type:
    • Empty string: Hot search list (default)
    • seeding: Seeding list
    • 2: Entertainment list
    • 4: Social list
    • hotspot_challenge: Challenge list Return:
  • Hot search list data

[Example]

- board_type = 0
- board_sub_type = ""
- board_type = 2
- board_sub_type = "seeding"

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

Related Models