{
  "openapi": "3.0.0",
  "info": {
    "title": "抖音巨量星图创作者搜索 API (V3)",
    "version": "1.0.0",
    "description": "获取抖音巨量星图创作者搜索数据，包括筛选条件、返回资料和受众信息，用于发现、比较和建立候选名单。"
  },
  "paths": {
    "/api/douyin-xingtu/search-for-author-square/v3": {
      "get": {
        "tags": [
          "抖音巨量星图"
        ],
        "summary": "创作者搜索",
        "description": "获取抖音巨量星图创作者搜索数据，包括筛选条件、返回资料和受众信息，用于发现、比较和建立候选名单。",
        "operationId": "searchForAuthorSquareV3",
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "description": "用户鉴权令牌。",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "description": "页码。",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "fansLow",
            "in": "query",
            "description": "最小粉丝数。",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "fansHigh",
            "in": "query",
            "description": "最大粉丝数。",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "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": "15004600"
      }
    }
  },
  "components": {}
}