{
  "domain": "www.sse.com.cn",
  "url": "https://www.sse.com.cn/market/stockdata/statistic/",
  "title": "股票数据总貌",
  "summary": "上交所股票数据总貌数据，通过 commonQuery.do 接口获取。",
  "method": "GET",
  "endpoint": "https://query.sse.com.cn/commonQuery.do",
  "headers": {
    "Referer": "https://www.sse.com.cn/market/stockdata/statistic/"
  },
  "params": {
    "sqlId": {
      "value": "COMMON_SSE_SJ_GPSJ_GPSJZM_TJSJ_L",
      "description": "数据查询标识"
    },
    "PRODUCT_NAME": {
      "value": "股票,主板,科创板"
    },
    "TRADE_DATE": {
      "required": false,
      "description": "交易日期 YYYY-MM-DD",
      "example": "2026-03-14"
    }
  },
  "confidence": 0.85,
  "auto_discovered": true,
  "last_verified": "2026-03-14",
  "caveats": [
    "需要 Referer header",
    "返回 JSONP 格式，需去掉回调函数包装"
  ],
  "action_steps_template": {
    "description": "调用 statisticalOverview.getstatisticalOverviewList() 刷新页面数据。",
    "steps": [
      {
        "type": "exec_js",
        "code": "statisticalOverview.getstatisticalOverviewList()",
        "wait": 3000
      }
    ],
    "example": [
      {
        "type": "exec_js",
        "code": "statisticalOverview.getstatisticalOverviewList()",
        "wait": 3000
      }
    ]
  }
}
