{
  "openapi": "3.0.0",
  "info": {
    "title": "抖音巨量星图旧版 KOL 搜索 API (V1)",
    "version": "1.0.0",
    "description": "获取抖音巨量星图传统KOL搜索数据，包括保留请求格式，用于创作者评估、活动策划和市场研究。"
  },
  "paths": {
    "/api/douyin-xingtu/search-douyin-kol/v1": {
      "get": {
        "tags": [
          "抖音巨量星图"
        ],
        "summary": "旧版 KOL 搜索",
        "description": "获取抖音巨量星图传统KOL搜索数据，包括保留请求格式，用于创作者评估、活动策划和市场研究。",
        "operationId": "searchDouyinKolV1",
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "description": "用户鉴权令牌。",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "body",
            "in": "query",
            "description": "JSON请求体。",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "acceptCache",
            "in": "query",
            "description": "启用缓存。",
            "required": false,
            "schema": {
              "type": "boolean",
              "default": false
            }
          }
        ],
        "responses": {
          "200": {
            "description": "好的",
            "content": {
              "*/*": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "code": {
                      "type": "string",
                      "enum": [
                        "0",
                        "100",
                        "101",
                        "300",
                        "301",
                        "302",
                        "303",
                        "400",
                        "500",
                        "600",
                        "601"
                      ]
                    },
                    "message": {
                      "type": "string"
                    },
                    "data": {
                      "type": "object"
                    },
                    "recordTime": {
                      "type": "string",
                      "format": "date-time"
                    }
                  }
                }
              }
            }
          }
        },
        "deprecated": true,
        "x-order": "15003600"
      }
    }
  },
  "components": {}
}