1. 工商信息
查询公司的工商信息
字段名 |
字段位置 |
字段类型 |
字段说明 |
举例 |
必选 |
apiv |
head |
string |
API版本,默认是1.0.0 |
1.0.0 |
可选 |
Authorization |
head |
string |
客户端保存的鉴权token |
Authorization字符串 |
必选 |
name |
path |
string |
查询的公司名称,小于50字节 |
必选 |
返回数据
{
"error": 0,
"reason": "success",
"result": {
"name": "阿里巴巴(中国)网络技术有限公司",
"legalp": "戴珊",
"site": "https://www.alibabagroup.com/cn/global/home",
"email": "***@alibaba-inc.com",
"intro": "阿里巴巴网络技术有限公司(简称:阿里巴巴集团)是以曾担任英语教师的马云为首的18人于1999年在浙江杭州创…",
"capital_reg": "330886万美元",
"capital_paid": "37880万美元",
"status": "存续",
"date_est": "1999-09-09",
"code": "91330100716105852F",
"code_tax": "91330100716105852F",
"code_reg": "330100400015575",
"code_org": "71610585-2",
"type": "有限责任公司(台港澳与境内合资)",
"industry": "信息传输、软件和信息技术服务业",
"date_aprv": "2018-11-28",
"issuer": "杭州市高新区(滨江)市场监督管理局",
"district": "浙江省",
"name_en": "Alibaba (China) Technology Co., Ltd.",
"name_used": "阿里巴巴(杭州)网络技术发展有限公司阿里巴巴(中国)网络有限公司",
"cbrs": "3935",
"staff": "1000人以上",
"validity": "1999-09-09至2040-09-08",
"addr": "浙江省杭州市滨江区网商路699号",
"scope": "开发、销售计算机网络应用软件;设计、制作、加工计算机网络产品并提供相关技术服务和咨询服务;服务:自有物业租赁,翻译,成年人的非证书劳动职业技能培训(涉及许可证的除外)。(依法须经批准的项目,经相关部门批准后方可开展经营活动)",
"tel": "0571-85022088",
"bank": "中国工商银行股份有限公司杭州高新支行",
"account": "1202026219900061029",
"url": "https://www.qichacha.com/cbase_c70a55cb048c8e4db7bca357a2c113e0.html",
"html": "http://file.wikicivi.com/html/cbase_c70a55cb048c8e4db7bca357a2c113e0.html",
"name_logo": "阿里巴巴",
"incr": 1545971997177030144,
"cthr": "2018-12-28 12:39:57",
"uthr": "2018-12-28 12:39:57",
"id": "5c25a91d9dc6d6736f6f7366"
}
}
成功返回
字段名 |
字段类型 |
字段说明 |
name |
string |
公司名称 |
legalp |
string |
法人代表信息 |
site |
string |
网址 |
email |
string |
邮箱 |
intro |
string |
简介 |
capital_reg |
string |
注册资本 |
capital_paid |
string |
实缴资本 |
status |
string |
经营状态 |
date_est |
string |
成立日期 |
code |
string |
统一社会信用代码 |
code_tax |
string |
纳税人识别号 |
code_reg |
string |
注册号 |
code_org |
string |
组织机构代码 |
type |
string |
公司类型 |
industry |
string |
所属行业 |
date_aprv |
string |
核准日期 |
issuer |
string |
登记机关 |
district |
string |
所属地区 |
name_en |
string |
英文名 |
name_used |
string |
曾用名 |
cbrs |
string |
参保人数 |
staff |
string |
人员规模 |
validity |
string |
营业期限 |
addr |
string |
企业地址 |
scope |
string |
经营范围 |
tel |
string |
电话 |
bank |
string |
账户所属银行 |
account |
string |
企业账户 |
url |
string |
官网地址 |
html |
string |
超文本链接 |
name_logo |
string |
名称标志 |
incr |
int |
|
cthr |
string |
创建对象时间 |
uthr |
string |
修改对象时间 |
id |
string |
对象id |
失败返回
{
"error": 1,
"reason": "失败原因",
"result": {"失败的参考数据"},
}
1.1. 错误码
错误码来自于error字段
错误码 |
错误码名 |
说明 |
可能原因 |
2000 |
服务成功完成 |
成功 |
服务成功完成。 |
2012 |
获取信息失败 |
成功 |
在查询工商信息时,查询的公司不存在 |
2013 |
获取信息例外 |
成功 |
在查询工商信息时,因各种原因和例外,获取信息失败 |
2014 |
无效的公司名 |
成功 |
查询的公司名称长度大于50时会返回“无效的公司名”错误。目前为止最长的公司名为39字节 |
1.2. Browser SDK调用示例代码