Business Registration Lookup
Provides comprehensive business registration lookup services, including legal representative details, contact numbers, and business license information, helping you understand the background of target companies.
Documentation
Features
This API provides a one-stop business registration lookup service, enabling deep mining and presentation of core corporate data. By using the company name or Unified Social Credit Identifier (USCI), you can quickly retrieve key data such as registration details, legal representative information, contact details, business scope, registered capital, date of establishment, and the latest business license status. Designed to provide users with a comprehensive, accurate, and real-time corporate profile, this API is a powerful tool for business decision-making, risk assessment, and market analysis.
Use Cases
- Risk Control and Compliance Review: Quickly verify the authenticity, legality, and operational status of target companies before entering into business partnerships or mergers and acquisitions, effectively mitigating potential risks.
- Customer Background Checks: Used by financial institutions and lending platforms to verify the corporate background of borrowers or clients, ensuring transaction security.
- Market Analysis and Competitor Research: Gain insights into the scale, business scope, and development trends of companies within the industry to support market strategy formulation.
- Supply Chain Management: Conduct qualification audits on suppliers or partners to ensure supply chain stability and reliability.
- Legal Litigation and Evidence Collection: Obtain publicly available corporate registration information to serve as legal evidence.
Integration Examples
Includes ready-to-use Shell, Python, Go, Java, and PHP examples for direct integration.
Request Example
{
"keyword": "阿里巴巴(中国)有限公司"
}Response Example
{
"code": "SUCCESS",
"message": "success",
"data": {
"name": "阿里巴巴(中国)有限公司",
"creditCode": "91330100799655058B",
"legalPerson": "张勇",
"registeredCapital": "10000万人民币",
"establishDate": "1999-09-09",
"businessStatus": "存续"
}
}Request Fields
The fields below are derived from example JSON for integration reference only.
| Path | Type | Sample |
|---|---|---|
| keyword | string | 阿里巴巴(中国)有限公司 |
Response Fields
The fields below are derived from example JSON for integration reference only.
| Path | Type | Sample |
|---|---|---|
| code | string | SUCCESS |
| message | string | success |
| data | object | {...} |
| data.name | string | 阿里巴巴(中国)有限公司 |
| data.creditCode | string | 91330100799655058B |
| data.legalPerson | string | 张勇 |
| data.registeredCapital | string | 10000万人民币 |