Corporate Litigation Search
Search for company lawsuits, legal disputes, and administrative penalties to support risk assessment and business decisions.
Documentation
Features
This API provides a comprehensive search service for corporate litigation records. By entering a company name or Unified Social Credit Identifier (USCI), users can retrieve nationwide legal risk data, including lawsuits, legal disputes, administrative penalties, and dishonest judgment debtor records. Sourced from authoritative databases, the data covers multiple dimensions such as court judgments, hearing announcements, case filings, and execution records. It is designed to help users quickly assess a company's legal risk profile and mitigate potential threats.
Use Cases
- Financial Risk Control: Banks, microfinance companies, and other financial institutions can quickly evaluate the legal risks of borrowing enterprises during credit and loan approvals to support lending decisions.
- Business Partnerships: Before entering into partnerships, companies can check the litigation history of potential partners to avoid hidden risks and ensure transaction security.
- Investment Decisions: Investors can obtain legal risk information as a crucial reference during due diligence on target companies.
- Law Firms: Lawyers can quickly understand a client's or opponent's litigation background before taking a case, improving case analysis efficiency and strategy development.
- Media & Research Institutions: Provides data support for corporate risk analysis, industry report writing, and investigative journalism.
Integration Examples
Includes ready-to-use Shell, Python, Go, Java, and PHP examples for direct integration.
Request Example
{
"keyword": "阿里巴巴(中国)有限公司",
"pageIndex": 1,
"pageSize": 10
}Response Example
{
"code": "SUCCESS",
"message": "success",
"data": {
"total": 0,
"list": []
}
}Request Fields
The fields below are derived from example JSON for integration reference only.
| Path | Type | Sample |
|---|---|---|
| keyword | string | 阿里巴巴(中国)有限公司 |
| pageIndex | number | 1 |
| pageSize | number | 10 |
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.total | number | 0 |
| data.list | array | [] |