Pharmaceutical Company Search
Search pharmaceutical companies and historical licence records by company name or address.
Documentation
Retrieve third-party database records including company names, addresses, licence numbers, business scope, responsible persons, issue dates, and record validity periods.
Integration Examples
Includes ready-to-use Shell, Python, Go, Java, and PHP examples for direct integration.
Request Example
{
"factoryName": "同仁堂",
"addr": "北京",
"page": "1",
"limit": "20"
}Response Example
{
"allResults": 1,
"page": 1,
"limit": 20,
"drugFactoryList": [
{
"factoryName": "示例药企",
"addr": "示例地址",
"cer_num": "示例许可证号",
"valid_until": "2026-12-31"
}
]
}Request Fields
The fields below are derived from example JSON for integration reference only.
| Path | Type | Sample |
|---|---|---|
| factoryName | string | 同仁堂 |
| addr | string | 北京 |
| page | string | 1 |
| limit | string | 20 |
Response Fields
The fields below are derived from example JSON for integration reference only.
| Path | Type | Sample |
|---|---|---|
| allResults | number | 1 |
| page | number | 1 |
| limit | number | 20 |
| drugFactoryList | array | {"factoryName":"示例药企","addr":"示例地址","cer_num":"示例许可证号","valid_until":"2026-12-31"} |
| drugFactoryList[] | object | {...} |
| drugFactoryList[].factoryName | string | 示例药企 |
| drugFactoryList[].addr | string |