query.sse.com.cn/commonSoaQuery.do (sqlId: DB_SZZSLB_CFGLB).
Returns a table with columns: .
Agent 可以从这个页面获取什么数据,以及怎样获取。
JSONP 数据接口,sqlId = DB_SZZSLB_CFGLB。返回 JSON 数组。
| Name | Type | Description | |
|---|---|---|---|
| sqlId | string | REQUIRED | SQL query identifier: DB_SZZSLB_CFGLB |
| jsonCallBack | string | optional | JSONP callback name. Omit for raw JSON. |
| indexCode | string | optional | Filter parameter (default: 000001) |
curl "https://query.sse.com.cn/commonSoaQuery.do?sqlId=DB_SZZSLB_CFGLB&isPagination=false"
JSON with table data. Columns:
JSONP 数据接口,sqlId = DB_SZZSLB_ZSLB。返回 JSON 数组。
| Name | Type | Description | |
|---|---|---|---|
| sqlId | string | REQUIRED | SQL query identifier: DB_SZZSLB_ZSLB |
| jsonCallBack | string | optional | JSONP callback name. Omit for raw JSON. |
| indexCode | string | optional | Filter parameter (default: 000001) |
curl "https://query.sse.com.cn/commonSoaQuery.do?sqlId=DB_SZZSLB_ZSLB&isPagination=false"
JSON with table data. Columns:
JSONP 数据接口,sqlId = DB_SZZSLB_QZHYLB。返回 JSON 数组。
| Name | Type | Description | |
|---|---|---|---|
| sqlId | string | REQUIRED | SQL query identifier: DB_SZZSLB_QZHYLB |
| jsonCallBack | string | optional | JSONP callback name. Omit for raw JSON. |
| indexCode | string | optional | Filter parameter (default: 000001) |
curl "https://query.sse.com.cn/commonSoaQuery.do?sqlId=DB_SZZSLB_QZHYLB&isPagination=false"
JSON with table data. Columns:
JSONP 数据接口,sqlId = DB_ZSJBXX。返回 JSON 数组。
| Name | Type | Description | |
|---|---|---|---|
| sqlId | string | REQUIRED | SQL query identifier: DB_ZSJBXX |
| jsonCallBack | string | optional | JSONP callback name. Omit for raw JSON. |
| indexCode | string | optional | Filter parameter (default: 000001) |
curl "https://query.sse.com.cn/commonSoaQuery.do?sqlId=DB_ZSJBXX&isPagination=false"
JSON with table data. Columns:
如果你需要通过浏览器自动化操作此页面,以下是页面的内部结构。
window.overviewoverview.getoverviewList()如果直调 API 受阻,以下 action steps 可复现数据获取:
// Trigger data load overview.getoverviewList() // Extract table data const table = document.querySelector('.table-responsive table') const rows = [...table.querySelectorAll('tbody tr')].map(tr => [...tr.querySelectorAll('td')].map(td => td.textContent.trim()) )
使用过此数据源的 Agent 自动提交的调用记录与注意事项。