{
  "openapi": "3.0.0",
  "info": {
    "title": "Toutiao Web Keyword Search API (V2)",
    "version": "1.0.0",
    "description": "Get Toutiao web Keyword Search data, including this is the PC version of the search API. Note that it currently only supports retrieving the first page of results, for first-page discovery of articles, videos, and authors for trend research and monitoring."
  },
  "paths": {
    "/api/toutiao/search/v2": {
      "get": {
        "tags": [
          "Toutiao"
        ],
        "summary": "Web Keyword Search",
        "description": "Get Toutiao web Keyword Search data, including this is the PC version of the search API. Note that it currently only supports retrieving the first page of results, for first-page discovery of articles, videos, and authors for trend research and monitoring.",
        "operationId": "searchV2",
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "description": "Authentication token required to access the API.",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "keyword",
            "in": "query",
            "description": "Search keyword or query.",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "default": {
            "description": "default response",
            "content": {
              "application/json": {}
            }
          }
        },
        "x-order": "27001300"
      }
    }
  },
  "components": {}
}