query.sse.com.cn/commonQuery.do (sqlId: COMMON_SSE_SJ_GPSJ_GPSJZM_TJSJ_L).
Agent 可以从这个页面获取什么数据,以及怎样获取。
JSONP 数据接口,sqlId = COMMON_SSE_SJ_GPSJ_GPSJZM_TJSJ_L。返回 JSON 数组。
| Name | Type | Description | |
|---|---|---|---|
| sqlId | string | REQUIRED | SQL query identifier: COMMON_SSE_SJ_GPSJ_GPSJZM_TJSJ_L |
| jsonCallBack | string | optional | JSONP callback name. Omit for raw JSON. |
| PRODUCT_NAME | string | optional | Filter parameter (default: %E8%82%A1%E7%A5%A8%2C%E4%B8%BB%E6%9D%BF%2C%E7%A7%91%E5%88%9B%E6%9D%BF) |
curl "https://query.sse.com.cn/commonQuery.do?sqlId=COMMON_SSE_SJ_GPSJ_GPSJZM_TJSJ_L&isPagination=false"
JSON with table data. Columns:
如果你需要通过浏览器自动化操作此页面,以下是页面的内部结构。
window.statisticalOverviewstatisticalOverview.getstatisticalOverviewList()如果直调 API 受阻,以下 action steps 可复现数据获取:
// Trigger data load statisticalOverview.getstatisticalOverviewList() // 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 自动提交的调用记录与注意事项。