Company ICP Filing Lookup
Search ICP filing records by company name, registration number, or Unified Social Credit Code.
Documentation
Enter a company name, registration number, or Unified Social Credit Code to find public ICP filing records registered to that entity. Results are provided for reference when checking public information; use the latest competent-authority records for official decisions.
Integration Examples
Includes ready-to-use Shell, Python, Go, Java, and PHP examples for direct integration.
Request Example
{
"keyword": "示例科技有限公司",
"pageNo": "1",
"pageSize": "10"
}Response Example
{
"code": 200,
"msg": "成功",
"taskNo": "example",
"data": {
"page": {
"pageNo": 1,
"pageSize": 10,
"recordCount": 1
},
"items": [
{
"Status": "A",
"CompanyName": "示例科技有限公司",
"BeiAn": "浙ICP备00000000号",
"Domain": "example.com"
}
]
}
}Request Fields
The fields below are derived from example JSON for integration reference only.
| Path | Type | Sample |
|---|---|---|
| keyword | string | 示例科技有限公司 |
| pageNo | string | 1 |
| pageSize | string | 10 |
Response Fields
The fields below are derived from example JSON for integration reference only.
| Path | Type | Sample |
|---|---|---|
| code | number | 200 |
| msg | string | 成功 |
| taskNo | string | example |
| data | object | {...} |
| data.page | object | {...} |
| data.page.pageNo | number | 1 |
| data.page.pageSize | number | 10 |