# Body_fetch_hot_account_list_api_v1_douyin_billboard_fetch_hot_account_list_post

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths: {}
components:
  schemas:
    BillboardTagChild:
      properties:
        value:
          anyOf:
            - type: integer
            - type: 'null'
          title: Value
          description: >-
            子级垂类标签id，从fetch_content_tag接口获取/Sub-level vertical category tag id,
            obtained from the fetch_content_tag endpoint
      type: object
      title: BillboardTagChild
      x-apifox-orders:
        - value
      x-apifox-folder: ''
    BillboardTag:
      properties:
        value:
          anyOf:
            - type: integer
            - type: 'null'
          title: Value
          description: >-
            顶级垂类标签id，从fetch_content_tag接口获取/Top-level vertical category tag id,
            obtained from the fetch_content_tag endpoint
        children:
          anyOf:
            - items:
                $ref: '#/components/schemas/BillboardTagChild'
              type: array
            - type: 'null'
          title: Children
          description: >-
            子级垂类标签列表，省略则为该顶级垂类下全部/Sub-level vertical category tags, omit for all
            under this top-level tag
      type: object
      title: BillboardTag
      x-apifox-orders:
        - value
        - children
      x-apifox-folder: ''
    Body_fetch_hot_account_list_api_v1_douyin_billboard_fetch_hot_account_list_post:
      properties:
        date_window:
          type: integer
          title: Date Window
          description: 时间窗口(小时)，可选 24/72/168，代表近1天/近3天/近7天，默认24
          default: 24
        page_num:
          type: integer
          title: Page Num
          description: 页码，默认1
          default: 1
        page_size:
          type: integer
          title: Page Size
          description: 每页数量，默认10
          default: 10
        query_tag:
          $ref: '#/components/schemas/BillboardTag'
          description: 垂类标签筛选，空则为全部，标签id从 fetch_content_tag 接口获取
          examples:
            - children:
                - value: 62808
                - value: 62804
              value: 628
      type: object
      title: >-
        Body_fetch_hot_account_list_api_v1_douyin_billboard_fetch_hot_account_list_post
      x-apifox-orders:
        - date_window
        - page_num
        - page_size
        - query_tag
      x-apifox-folder: ''
  securitySchemes: {}
servers:
  - url: https://api.tikhub.io
    description: Production Environment
security: []

```
