| 点数 | 价格 | 天数 |
|---|---|---|
| 300(次) | ¥ 15 | 0天 |
| 3960(次) | ¥ 105 | 0天 |
| 19950(次) | ¥ 410 | 0天 |
| 46600(次) | ¥ 710 | 0天 |
| 250000(次) | ¥ 3000 | 0天 |
接口地址:https://api.xiaotuo.net/api.php?act=Api_send&id=91
返回格式:json
请求方式:GET
请求示例:https://api.xiaotuo.net/api.php?act=Api_send&id=91&apikey=你开通的apikey&keyword=企业名称关键字/注册号/统一社会信用代码&skip=跳过条目数(默认为0,单页返回10条数据,取11到20条的数据,skip=10,以此类推进行取数)
| 名称 | 必填 | 类型 | 说明 |
|---|---|---|---|
| apikey | 是 | string | 你开通的apikey |
| keyword | 是 | string | 企业名称关键字/注册号/统一社会信用代码 |
| skip | 是 | string | 跳过条目数(默认为0,单页返回10条数据,取11到20条的数据,skip=10,以此类推进行取数) |
| 名称 | 类型 | 说明 |
|---|---|---|
| total | string | 返回列表中记录总数 |
| num | string | 当前返回的条目数 |
| items | string | 企业列表 |
| items.name | string | 企业名称 |
| items.reg_no | string | 注册号 |
| items.start_date | string | 成立日期 |
| items.oper_name | string | 企业法定代表人 |
| items.credit_no | string | 社会统一信用代码 |
| items.id | string | 企业编号 |
| items.type | string | 企业类型,枚举值:0企业,4社团,5律所,6香港公司 |
{
"request_id": "738195258523623424",
"success": true,
"message": "success",
"code": 200,
"data": {
"total": 5000,
"num": 10,
"items": [
{
"name": "深圳市腾讯计算机系统有限公司",
"oper_name": "马化腾",
"reg_no": "440301103448669",
"start_date": "1998-11-11",
"credit_no": "91440300708461136T",
"id": "fae53a91-8693-4f21-a418-a649959d462d",
"type": 0
},
{
"name": "腾讯科技(深圳)有限公司",
"oper_name": "马化腾",
"reg_no": "440301503270924",
"start_date": "2000-02-24",
"credit_no": "9144030071526726XG",
"id": "60214084-2b87-4ea3-9131-e4c313deacf0",
"type": 0
},
{
"name": "腾讯科技(上海)有限公司",
"oper_name": "奚丹",
"reg_no": "310000400579554",
"start_date": "2008-07-23",
"credit_no": "913100006778230255",
"id": "923ec0d1-1590-4ae4-a5c7-85d17c1cddcb",
"type": 0
},
{
"name": "腾讯征信有限公司",
"oper_name": "杜西库",
"reg_no": "440301112367499",
"start_date": "2015-03-17",
"credit_no": "91440300335187065E",
"id": "9bc2a051-36ac-4ef9-a76b-a25813ae6047",
"type": 0
},
{
"name": "深圳市腾讯网域计算机网络有限公司",
"oper_name": "何迪亮",
"reg_no": "440301103001006",
"start_date": "1997-04-28",
"credit_no": "914403002793320449",
"id": "879d2172-ce6b-472e-84e0-d760e5d32bc6",
"type": 0
},
{
"name": "騰訊控股有限公司",
"oper_name": "-",
"reg_no": "F0013249",
"start_date": "2004-03-26",
"credit_no": "34528434",
"id": "4737e108-7ca5-11e7-b986-00163e1254b5",
"type": 6
},
{
"name": "财付通支付科技有限公司",
"oper_name": "郑浩剑",
"reg_no": "440301103463379",
"start_date": "2006-08-25",
"credit_no": "91440300792584584M",
"id": "2f4b04b1-7940-429a-a372-4043f69791aa",
"type": 0
},
{
"name": "腾讯云计算(北京)有限责任公司",
"oper_name": "李强",
"reg_no": "110108013297537",
"start_date": "2010-10-21",
"credit_no": "911101085636549482",
"id": "aa93611a-6717-48f4-9f05-e904b7816438",
"type": 0
},
{
"name": "广州腾讯科技有限公司",
"oper_name": "陈韵",
"reg_no": "440101000321047",
"start_date": "2014-12-31",
"credit_no": "91440101327598294H",
"id": "c9051db4-a44d-4207-a1f6-6a01c694cd96",
"type": 0
},
{
"name": "深圳市腾讯产业投资基金有限公司",
"oper_name": "李朝晖",
"reg_no": "440301107865990",
"start_date": "2013-08-29",
"credit_no": "91440300077536508W",
"id": "fda24f23-8455-473f-beab-5c587fe0cf6c",
"type": 0
}
]
},
"time": 1736959464,
"usage": 1
}
| 错误码 | 说明 |
|---|---|
| 100 | 您的apikey值为空! |
| 101 | 您的apikey值不存在! |
| 102 | 当前来源地址不在白名单内! |
| 103 | 当前接口为实名认证后可用,请您先进行实名! |
| 104 | 当前接口为企业认证后可用,请您先进行企业认证! |
| 105 | 当前接口未通过审核或已停止运营! |
| 106 | 您的余额不足,请及时充值! |
| 107 | 您当前的接口免费期限已过期,请及时续费! |
| 108 | 您的点数包已用完,请及时充值! |
| 109 | 您的账号已被封禁,不可使用任何接口! |