# Body_fetch_hot_total_high_search_list_api_v1_douyin_billboard_fetch_hot_total_high_search_list_post

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths: {}
components:
  schemas:
    Body_fetch_hot_total_high_search_list_api_v1_douyin_billboard_fetch_hot_total_high_search_list_post:
      properties:
        page_num:
          type: integer
          title: Page Num
          description: 页码
          default: 1
        page_size:
          type: integer
          title: Page Size
          description: 每页数量
          default: 10
        date_window:
          type: integer
          title: Date Window
          description: 时间窗口(小时)，可选 1/24/72/168，代表近1小时/近1天/近3天/近7天，默认24
          default: 24
        keyword:
          type: string
          title: Keyword
          description: 搜索关键字
          default: 抖音
      type: object
      title: >-
        Body_fetch_hot_total_high_search_list_api_v1_douyin_billboard_fetch_hot_total_high_search_list_post
      x-apifox-orders:
        - page_num
        - page_size
        - date_window
        - keyword
      x-apifox-folder: ''
  securitySchemes: {}
servers:
  - url: https://api.tikhub.io
    description: Production Environment
security: []

```
