Company Trademark Search
Search trademarks owned by a company using its name, Unified Social Credit Code, registration number, or former name.
Documentation
Search public trademark records associated with a company by company name, Unified Social Credit Code, registration number, or former name. Results may include the trademark name, registration number, Nice class, application date, status, and image URL. The information is for preliminary research and is not legal advice; verify important matters with the CNIPA public database.
Integration Examples
Includes ready-to-use Shell, Python, Go, Java, and PHP examples for direct integration.
Request Example
{
"keyword": "小米科技有限责任公司",
"pageNum": "1",
"pageSize": "10"
}Response Example
{
"msg": "成功",
"success": true,
"code": 200,
"data": {
"orderNo": "示例订单号",
"dataList": [
{
"number": "12345678",
"types": "第9类",
"belongEid": "企业标识",
"typeCodes": "0901",
"name": "示例商标",
"requestDate": "2025-05-22",
"logoUrl": "https://example.com/trademark.jpg",
"status": "已注册",
"typeCode": 9
}
],
"pageSize": 10,
"totalCount": 1,
"pageNum": 1
}
}Request Fields
The fields below are derived from example JSON for integration reference only.
| Path | Type | Sample |
|---|---|---|
| keyword | string | 小米科技有限责任公司 |
| pageNum | string | 1 |
| pageSize | string | 10 |
Response Fields
The fields below are derived from example JSON for integration reference only.
| Path | Type | Sample |
|---|---|---|
| msg | string | 成功 |
| success | boolean | true |
| code | number | 200 |
| data | object | {...} |
| data.orderNo | string | 示例订单号 |
| data.dataList | array | {"number":"12345678","types":"第9类","belongEid":"企业标识","typeCodes":"0901","name":"示例商标","requestDate":"2025-05-22","logoUrl":"https://example.com/trademark.jpg","status":"已注册","typeCode":9} |
| data.pageSize | number |