{
  "openapi": "3.0.0",
  "info": {
    "title": "今日头条网页关键词搜索 API (V2)",
    "version": "1.0.0",
    "description": "获取今日头条网页关键词搜索数据，这是搜索 API 的 PC 版本。请注意，目前仅支持检索第一页结果，用于文章、视频和作者的第一页发现，以进行趋势研究和监控。"
  },
  "paths": {
    "/api/toutiao/search/v2": {
      "get": {
        "tags": [
          "今日头条"
        ],
        "summary": "网页关键词搜索",
        "description": "获取今日头条网页关键词搜索数据，这是搜索 API 的 PC 版本。请注意，目前仅支持检索第一页结果，用于文章、视频和作者的第一页发现，以进行趋势研究和监控。",
        "operationId": "searchV2",
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "description": "访问API所需的鉴权令牌。",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "keyword",
            "in": "query",
            "description": "搜索关键词或查询。",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "default": {
            "description": "默认响应",
            "content": {
              "application/json": {}
            }
          }
        },
        "x-order": "27001300"
      }
    }
  },
  "components": {}
}