| 参数名称 | 类型 | 必填 | 说明 |
|---|---|---|---|
| company | string | 否 | 工商名称 以下参数任选一个 |
| creditno | string | 否 | 统一信用代码 |
| regno | string | 否 | 注册号 |
| orgno | string | 否 | 组织机构代码 |
| 参数名称 | 类型 | 说明 |
|---|---|---|
| name | string | 姓名 |
| number | string | 联系方式 |
| position | string | 职务 |
| source | string | 来源,多数据源用“,”分隔 |
| url | string | 来源网址 |
| type | string | 联系方式类别 |
| company | string | 工商名称 |
| creditno | string | 统一信用代码 |
| regno | string | 注册号 |
| orgno | string | 组织机构代码 |
| num | int | 来源数统计 |
| iskeyperson | int | 是否为关键人员 |
| checkstatus | int | 手机号检测状态 2活跃号/3空号/4沉默号/5风险号 |
| activepr | string | 活跃度 |
| location | string | 运营商 |
| epnum | int | 电话关联公司数 |
| dept | string | 部门 |
| agentstatus | string | 代理号检测状态 疑似代理号 否则为空字符串 |
<?php
require_once 'curl.func.php';
$appkey = 'your_appkey_here';//你的appkey
$company = '北京抖音信息服务有限公司'; //utf-8 以下三项任选一个
$creditno = '';
$regno = '';
$url = "https://api.jisuapi.com/enterprisecontact/query?company=$company&creditno=$creditno®no=$regno&appkey=$appkey";
$result = curlOpen($url, ['ssl'=>true]);
$jsonarr = json_decode($result, true);
//exit(var_dump($jsonarr));
if($jsonarr['status'] != 0)
{
echo $jsonarr['msg'];
exit();
}
$result = $jsonarr['result'];
var_dump($result);
{
"status": 0,
"msg": "ok",
"result": {
"list": [
{
"name": "杨**",
"number": "1353514xxxx",
"type": 1,
"position": "",
"source": "2024年报",
"num": 1,
"url": "",
"iskeyperson": 0,
"checkstatus": 2,
"activepr": "3",
"location": "广东广州·移动",
"epnum": 2,
"dept": "",
"agentstatus": ""
},
{
"name": "",
"number": "1827285xxxx",
"type": 1,
"position": "",
"source": "互联网",
"num": 1,
"url": "",
"iskeyperson": 0,
"checkstatus": 2,
"activepr": "2",
"location": "河南周口·移动",
"epnum": 3,
"dept": "",
"agentstatus": ""
}
],
"company": "中创医药生物科技(广州)有限公司",
"creditno": "",
"regno": "",
"orgno": ""
}
}
| 代号 | 说明 |
|---|---|
| 201 | 公司名称、信用代码和注册号都为空 |
| 202 | 公司不存在(扣次数) |
| 210 | 没有信息 |
| 代号 | 说明 |
|---|---|
| 101 | APPKEY为空或不存在 |
| 102 | APPKEY已过期 |
| 103 | APPKEY无请求此数据权限 |
| 104 | 请求超过次数限制 |
| 105 | IP被禁止 |
| 106 | IP请求超过限制 |
| 107 | 接口维护中 |
| 108 | 接口已停用 |
| 计次套餐 | 套餐规格 | 价格 | ||
|---|---|---|---|---|
| 试用套餐 | 3次 | 0.00 元 | ≈0元/次 | |
| Level1 | 5000次 | 350.00 元 | ≈0.07元/次 | |
| Level2 | 10000次 | 600.00 元 | ≈0.06元/次 | |
| Level3 | 50000次 | 2800.00 元 | ≈0.056元/次 | |
| Level4 | 100000次 | 5500.00 元 | ≈0.055元/次 | |


© 2015-2025 杭州极速互联科技有限公司 版权所有 浙ICP备17047587号-4 浙公网安备33010502005096 增值电信业务经营许可证:浙B2-20190875