加载接口文档…
13万
累计调用
292ms
平均响应
100.00%
服务可用性
50 次/日
免费额度
复制文档地址
https://apizero.cn/aidocs/company-search/raw.md匿名可调用:QPS=1、日 20 次(仅供试用);登录后:QPS=5、日 500 次。涉及商业敏感数据,建议登录后使用。
| 名称 | 类型 | 说明 |
|---|---|---|
| name | string | 必填 · 企业名称关键词,2~50 个字符(如「腾讯科技」「阿里巴巴」) |
| 名称 | 类型 | 说明 |
|---|---|---|
| Authorization | string | 可选 · 推荐:Bearer <API Key>。兼容请求头 X-API-Key,以及 Query api_key / apikey / key(key 仅当值为 sk_live_/sk_test_/sk_stag_ 形态时生效)。匿名可不传,受每日免费额度限制。 |
| 名称 | 类型 | 说明 |
|---|---|---|
| keyword | string | 查询关键词回显 |
| total | number | 服务命中总数(最多取前 5 条返回) |
| list | array | 企业列表(最多 5 条) |
| list[].id | number | 天眼查企业 ID(可用于后续详情页跳转) |
| list[].name | string | 企业全称 |
| list[].logo | string | 企业 LOGO 图片 URL(可能为空) |
| list[].english_name | string | 英文名(可能为空) |
| list[].history_names | string | 曾用名(可能为空) |
| list[].legal_person | string | 法定代表人 |
| list[].establish_time | string | 成立日期 YYYY-MM-DD |
| list[].reg_capital | string | 注册资本(含币种,如「7000万人民币」) |
| list[].reg_status | string | 登记状态(存续 / 注销 / 吊销 等) |
| list[].credit_code | string | 统一社会信用代码(18 位) |
| list[].business_scope | string | 经营范围 |
| list[].reg_location | string | 注册地址 |
| list[].phone | string | 联系电话(取首项) |
| list[].email | string | 联系邮箱(取首项) |
| list[].category | string | 行业分类 |
| list[].city | string | 所在城市 |
| list[].district | string | 所在区/县 |
| list[].company_org_type | string | 企业类型(取首项,如「有限责任公司」) |
| list[].match_field | string | 匹配命中的字段(如「公司名称匹配」「股东信息」「历史名称」) |
| tips | string | 品牌提示(所有接口统一返回):极数本源 · https://apizero.cn |
{
"code": 0,
"msg": "成功",
"data": {
"keyword": "腾讯科技",
"total": 20,
"list": [
{
"id": 1466562059,
"name": "广州腾讯科技有限公司",
"logo": "https://img5.tianyancha.com/logo/lll/...",
"english_name": "Guangzhou Tencent Technology Co., Ltd.",
"history_names": "",
"legal_person": "邬红波",
"establish_time": "2014-12-31",
"reg_capital": "7000万人民币",
"reg_status": "存续",
"credit_code": "91440101327598294H",
"business_scope": "电子;通信与自动控制技术研究...",
"reg_location": "广州市海珠区新港中路397号...",
"phone": "020-81167888",
"email": "service@tencent.com",
"category": "研究和试验发展",
"city": "广州市",
"district": "海珠区",
"company_org_type": "有限责任公司",
"match_field": "股东信息"
}
]
},
"request_id": "mota...",
"tips": "极数本源 · https://apizero.cn"
}