POST公開中enterprise-business-base
企业工商信息查询
提供全面的企业工商信息查询服务,包括法人信息、联系电话、执照详情等,助力企业了解目标公司背景。
エンドポイント
https://openapi.toolkk.com/enterprise/business/base/v2
レート制限
毎分 60 回
タイムアウト
5000 ms
提供全面的企业工商信息查询服务,包括法人信息、联系电话、执照详情等,助力企业了解目标公司背景。
エンドポイント
https://openapi.toolkk.com/enterprise/business/base/v2
レート制限
毎分 60 回
タイムアウト
5000 ms
すべての API は code、message、data の標準構造で解析する前提です。
{ code, message, data }
curl --request POST \
--url 'https://openapi.toolkk.com/enterprise/business/base/v2' \
--header 'Content-Type: application/json' \
--header 'X-API-Key: YOUR_API_KEY' \
--data '{}'{}{
"code": 200,
"data": {
"dom": {
"type": "string",
"example": "浙江省杭州市余杭区xxx街道xxxxxx",
"description": "地址"
},
"opto": {
"type": "string",
"example": "9999-09-09",
"description": "经营(驻在)期限至"
},
"regno": {
"type": "string",
"example": "3301840007xxx",
"description": "注册号"
},
"ssNum": {
"type": "number",
"example": 32,
"description": "社保参与人数"
},
"esdate": {
"type": "string",
"example": "2018-05-23",
"description": "成立日期"
},
"frname": {
"type": "string",
"example": "xxx",
"description": "法人名称"
},
"invCnt": {
"type": "number",
"example": 2,
"description": "股东数"
},
"opfrom": {
"type": "string",
"example": "2018-05-23",
"description": "经营(驻在)期限自"
},
"priCnt": {
"type": "number",
"example": 5,
"description": "主要高管数"
},
"regcap": {
"type": "number",
"example": 1000,
"description": "注册资金"
},
"acconam": {
"type": "number",
"example": 245,
"description": "实缴金额"
},
"candate": {
"type": "string",
"example": "",
"description": "注销日期"
},
"entname": {
"type": "string",
"example": "杭州xxx科技有限公司",
"description": "企业(机构)名称"
},
"opscope": {
"type": "string",
"example": "一般项目:人工智能应用软件开发;xxxx。",
"description": "经营(业务)范围"
},
"revdate": {
"type": "string",
"example": "",
"description": "吊销日期"
},
"entNameEn": {
"type": "string",
"example": "Hangzhou Anaqi Technology Co., Ltd.",
"description": "企业英文名称"
},
"regcapStr": {
"type": "string",
"example": "1000万",
"description": "注册资金,格式化"
},
"revcanRea": {
"type": "string",
"example": "",
"description": "注吊销原因"
},
"acconamStr": {
"type": "string",
"example": "245万",
"description": "实缴金额,格式化"
},
"creditCode": {
"type": "string",
"example": "91330110MAxxx",
"description": "统一社会信用代码"
},
"industryco": {
"type": "string",
"example": "6599",
"description": "行业代码"
},
"regorgCity": {
"type": "string",
"example": "杭州市",
"description": "市"
},
"regorgName": {
"type": "string",
"example": "杭州市xxx督管理局",
"description": "登记机关中文"
},
"enttypeName": {
"type": "string",
"example": "有限责任公司(自然人投资或控股)",
"description": "企业(机构)类型中文字段"
},
"industryphy1": {
"type": "string",
"example": "65",
"description": "行业一级分类代码"
},
"industryphy2": {
"type": "string",
"example": "659",
"description": "行业二级分类代码"
},
"regorgCounty": {
"type": "string",
"example": "余杭区",
"description": "县"
},
"regCapCurName": {
"type": "string",
"example": "人民币",
"description": "注册资本(金)币种中文字段"
},
"regorgProvince": {
"type": "string",
"example": "浙江",
"description": "省"
},
"entStatusNameBi": {
"type": "string",
"example": "在营",
"description": "企业状态中文字段"
},
"industryphyCode": {
"type": "string",
"example": "I",
"description": "行业门类代码"
},
"industryphyName": {
"type": "string",
"example": "信息传输、软件和信息技术服务业",
"description": "行业门类中文字段"
},
"industryphy1Name": {
"type": "string",
"example": "软件和信息技术服务业",
"description": "行业一级分类名称"
},
"industryphy2Name": {
"type": "string",
"example": "其他信息技术服务业",
"description": "行业二级分类名称"
},
"industrycoNameOrg": {
"type": "string",
"example": "其他未列明信息技术服务业",
"description": "行业三级分类名称原始值(以2017年为准)"
}
},
"message": "success"
}以下の項目はサンプル JSON から自動抽出した参考情報です。
| パス | 型 | サンプル値 |
|---|---|---|
| code | number | 200 |
| data | object | {...} |
| data.dom | object | {...} |
| data.dom.type | string | string |
| data.dom.example | string | 浙江省杭州市余杭区xxx街道xxxxxx |
| data.dom.description | string | 地址 |
| data.opto | object | {...} |
| data.opto.type |
| string |
| string |
| data.opto.example | string | 9999-09-09 |
| data.opto.description | string | 经营(驻在)期限至 |
| data.regno | object | {...} |
| data.regno.type | string | string |
| data.regno.example | string | 3301840007xxx |
| data.regno.description | string | 注册号 |
| data.ssNum | object | {...} |
| data.ssNum.type | string | number |
| data.ssNum.example | number | 32 |
| data.ssNum.description | string | 社保参与人数 |
| data.esdate | object | {...} |
| data.esdate.type | string | string |
| data.esdate.example | string | 2018-05-23 |
| data.esdate.description | string | 成立日期 |
| data.frname | object | {...} |
| data.frname.type | string | string |
| data.frname.example | string | xxx |
| data.frname.description | string | 法人名称 |
| data.invCnt | object | {...} |
| data.invCnt.type | string | number |
| data.invCnt.example | number | 2 |
| data.invCnt.description | string | 股东数 |
| data.opfrom | object | {...} |
| data.opfrom.type | string | string |
| data.opfrom.example | string | 2018-05-23 |
| data.opfrom.description | string | 经营(驻在)期限自 |
| data.priCnt | object | {...} |
| data.priCnt.type | string | number |
| data.priCnt.example | number | 5 |
| data.priCnt.description | string | 主要高管数 |
| data.regcap | object | {...} |
| data.regcap.type | string | number |
| data.regcap.example | number | 1000 |
| data.regcap.description | string | 注册资金 |
| data.acconam | object | {...} |
| data.acconam.type | string | number |
| data.acconam.example | number | 245 |
| data.acconam.description | string | 实缴金额 |
| data.candate | object | {...} |
| data.candate.type | string | string |
| data.candate.example | string |
| data.candate.description | string | 注销日期 |
| data.entname | object | {...} |
| data.entname.type | string | string |
| data.entname.example | string | 杭州xxx科技有限公司 |
| data.entname.description | string | 企业(机构)名称 |
| data.opscope | object | {...} |
| data.opscope.type | string | string |
| data.opscope.example | string | 一般项目:人工智能应用软件开发;xxxx。 |
| data.opscope.description | string | 经营(业务)范围 |
| data.revdate | object | {...} |
| data.revdate.type | string | string |
| data.revdate.example | string |
| data.revdate.description | string | 吊销日期 |
| data.entNameEn | object | {...} |
| data.entNameEn.type | string | string |
| data.entNameEn.example | string | Hangzhou Anaqi Technology Co., Ltd. |
| data.entNameEn.description | string | 企业英文名称 |
| data.regcapStr | object | {...} |
| data.regcapStr.type | string | string |
| data.regcapStr.example | string | 1000万 |
| data.regcapStr.description | string | 注册资金,格式化 |
| data.revcanRea | object | {...} |
| data.revcanRea.type | string | string |
| data.revcanRea.example | string |
| data.revcanRea.description | string | 注吊销原因 |
| data.acconamStr | object | {...} |
| data.acconamStr.type | string | string |
| data.acconamStr.example | string | 245万 |
| data.acconamStr.description | string | 实缴金额,格式化 |
| data.creditCode | object | {...} |
| data.creditCode.type | string | string |
| data.creditCode.example | string | 91330110MAxxx |
| data.creditCode.description | string | 统一社会信用代码 |
| data.industryco | object | {...} |
| data.industryco.type | string | string |
| data.industryco.example | string | 6599 |
| data.industryco.description | string | 行业代码 |
| data.regorgCity | object | {...} |
| data.regorgCity.type | string | string |
| data.regorgCity.example | string | 杭州市 |
| data.regorgCity.description | string | 市 |
| data.regorgName | object | {...} |
| data.regorgName.type | string | string |
| data.regorgName.example | string | 杭州市xxx督管理局 |
| data.regorgName.description | string | 登记机关中文 |
| data.enttypeName | object | {...} |
| data.enttypeName.type | string | string |
| data.enttypeName.example | string | 有限责任公司(自然人投资或控股) |
| data.enttypeName.description | string | 企业(机构)类型中文字段 |
| data.industryphy1 | object | {...} |
| data.industryphy1.type | string | string |
| data.industryphy1.example | string | 65 |
| data.industryphy1.description | string | 行业一级分类代码 |
| data.industryphy2 | object | {...} |
| data.industryphy2.type | string | string |
| data.industryphy2.example | string | 659 |
| data.industryphy2.description | string | 行业二级分类代码 |
| data.regorgCounty | object | {...} |
| data.regorgCounty.type | string | string |
| data.regorgCounty.example | string | 余杭区 |
| data.regorgCounty.description | string | 县 |
| data.regCapCurName | object | {...} |
| data.regCapCurName.type | string | string |
| data.regCapCurName.example | string | 人民币 |
| data.regCapCurName.description | string | 注册资本(金)币种中文字段 |
| data.regorgProvince | object | {...} |
| data.regorgProvince.type | string | string |
| data.regorgProvince.example | string | 浙江 |
| data.regorgProvince.description | string | 省 |
| data.entStatusNameBi | object | {...} |
| data.entStatusNameBi.type | string | string |
| data.entStatusNameBi.example | string | 在营 |
| data.entStatusNameBi.description | string | 企业状态中文字段 |
| data.industryphyCode | object | {...} |
| data.industryphyCode.type | string | string |
| data.industryphyCode.example | string | I |
| data.industryphyCode.description | string | 行业门类代码 |
| data.industryphyName | object | {...} |
| data.industryphyName.type | string | string |
| data.industryphyName.example | string | 信息传输、软件和信息技术服务业 |
| data.industryphyName.description | string | 行业门类中文字段 |
| data.industryphy1Name | object | {...} |
| data.industryphy1Name.type | string | string |
| data.industryphy1Name.example | string | 软件和信息技术服务业 |
| data.industryphy1Name.description | string | 行业一级分类名称 |
| data.industryphy2Name | object | {...} |
| data.industryphy2Name.type | string | string |
| data.industryphy2Name.example | string | 其他信息技术服务业 |
| data.industryphy2Name.description | string | 行业二级分类名称 |
| data.industrycoNameOrg | object | {...} |
| data.industrycoNameOrg.type | string | string |
| data.industrycoNameOrg.example | string | 其他未列明信息技术服务业 |
| data.industrycoNameOrg.description | string | 行业三级分类名称原始值(以2017年为准) |
| message | string | success |