{
  "name": "wsa",
  "display_name": "联网搜索API",
  "description": "联网搜索API，以JSON形式向客户提供搜索结果数据，包含不仅限于标题、摘要、内容来源url等信息",
  "domain": "other",
  "api_version": "2025-05-08",
  "endpoint": "wsa.tencentcloudapi.com",
  "actions": [
    {
      "name": "SearchPro",
      "description": "联网搜索API，以JSON形式向客户提供搜索结果数据，包含标题、摘要、内容来源url等信息",
      "status": "online",
      "parameters": [
        {
          "name": "Query",
          "type": "string",
          "required": true,
          "description": "搜索词",
          "example": "今天北京的天气"
        },
        {
          "name": "Mode",
          "type": "integer",
          "required": false,
          "description": "返回结果类型，0-自然检索结果(默认)，1-多模态VR结果，2-混合结果（多模态VR结果+自然检索结果）",
          "example": "2"
        },
        {
          "name": "Site",
          "type": "string",
          "required": false,
          "description": "指定域名站内搜索（用于过滤自然检索结果） 注意： mode=1模式下，参数无效；mode=0模式下，对所有结果生效；mode=2模式下，对输出的自然结果生效",
          "example": "zhihu.com"
        },
        {
          "name": "FromTime",
          "type": "integer",
          "required": false,
          "description": "起始时间（用于过滤自然检索结果），精确到秒时间戳格式 注意： mode=1模式下，参数无效；mode=0模式下，对所有结果生效；mode=2模式下，对输出的自然结果生效",
          "example": "1745498501"
        },
        {
          "name": "ToTime",
          "type": "integer",
          "required": false,
          "description": "结束时间（用于过滤自然检索结果），精确到秒时间戳格式 注意：mode=1模式下，参数无效；mode=0模式下，对所有结果生效；mode=2模式下，对输出的自然结果生效",
          "example": "1745498501"
        },
        {
          "name": "Cnt",
          "type": "integer",
          "required": false,
          "description": "cnt=10/20/30/40/50，最多可支持返回50条搜索结果，**仅限尊享版使用**",
          "example": "10"
        },
        {
          "name": "Industry",
          "type": "string",
          "required": false,
          "description": "Industry=gov/news/acad/finance，对应党政机关、权威媒体、学术（英文）、金融，**仅限尊享版使用**",
          "example": "news"
        }
      ],
      "required": [
        "Query"
      ]
    }
  ]
}