Skip to content

Latest commit

 

History

History
3311 lines (2003 loc) · 64.3 KB

网络信息.md

File metadata and controls

3311 lines (2003 loc) · 64.3 KB

360收录量

[danger]### 会员接口,仅限会员使用,购买API会员

查询网站域名360搜索收录量

请求地址

GET https://api.isoyu.com/website/so

请求参数

名称 类型 必填 说明
appCode string 用户授权码,参考API调用
domain string 域名

返回data参数

名称 类型 示例值 说明
count string 1487 收录数
time string 2020-10-15 23:35:03 查询时间

SDK调用

$client = new Client("YourAppCode");



$result = $client->websiteSo()

    ->withDomain('isoyu.com')
    ->request();

返回示例:

{
    "code":0,
    "message": "成功",
    "data": [
        {

         "count": "130725",

          "time": "2020-10-23 11:12:47"
        }
    ]
}

HTTPS检测

查询域名是否支持https协议及SSL证书信息

最低 0.001元/次

请求地址

GET https://api.isoyu.com/website/https

请求参数

名称 类型 必填 说明
appCode string 用户授权码,参考API调用
domain string 域名

返回data参数

名称 类型 示例值 说明
generic_name string baidu.com 通用名称,一般为被检测域名
operation_organ string Beijing Baidu Netcom Science Technology Co.,Ltd 运营方
issuing_auth string Global Signnv-sa 颁发机构
issuedby string Global SignOrganization Validation CA-SHA256-G2 颁发者
sn string RSA-SHA256 签名加密方式
ssl_type string OV 证书类型,目前只能检测域名型DV和企业型OV
isssl int 1 是否存在ssl证书,1存在,0不存在(不支持https)
isexpire int 0 证书是否过期,1过期,0未过期
ssl_start string 2020-04-02 15:04:58 证书有效开始时间
ssl_end string 2021-07-26 13:31:02 证书无效到期时间

SDK调用

$client = new Client("YourAppCode");



$result = $client->websiteHttps()

    ->withDomain('baidu.com')
    ->request();

返回示例:

{
    "code":0,
    "message": "成功",
    "data": [
        {

        "generic_name":"baidu.com",

        "operation_organ":"Beijing Baidu Netcom Science Technology Co.,Ltd",

        "issuing_auth":"Global Signnv-sa",

        "issuedby":"Global SignOrganization Validation CA-SHA256-G2",

        "sn":"RSA-SHA256",

        "ssl_type":"OV",

        "isssl":1,

        "isexpire":0,

        "ssl_start":"2020-04-02 15:04:58",

        "ssl_end":"2021-07-26 13:31:02"

        }
    ]
}

网站备案查询

查询国内网站ICP备案信息、ICP备案号、主体名称、备案类型等信息。

最低 0.01元/次

请求地址

GET https://api.isoyu.com/website/beian

请求参数

名称 类型 必填 说明
appCode string 用户授权码,参考API调用
domain string 域名

返回data参数

名称 类型 示例值 说明
main_name string 北京百度网讯科技有限公司 备案主体名称
icp_type string 企业 主题类型
icp_number string 京ICP证030173号-1 ICP备案编号
icp_name string 百度 ICP备案名称
domain string 2019-05-21 备案信息更新时间

SDK调用

$client = new Client("YourAppCode");



$result = $client->websiteBeian()

    ->withDomain('baidu.com')
    ->request();

返回示例:

{
    "code":0,
    "message": "成功",
    "data": [
        {

        "main_name":"北京百度网讯科技有限公司",

        "icp_type": "企业",

        "icp_number": "京ICP证030173号-1",

        "icp_name": "百度",

        "domain":"baidu.com",

        "update_time":"2019-05-21"

        }
    ]
}

域名IPV6检测

[danger]### 会员接口,仅限会员使用,购买API会员

可检查域名是否支持ipv6网络,并返回ipv6地址。

请求地址

GET https://api.isoyu.com/website/ipv6

请求参数

名称 类型 必填 说明
appCode string 用户授权码,参考API调用
domain string 域名

返回data参数

名称 类型 示例值 说明
domain string ipv6.pdsu.edu.cn 被检测的域名
isipv6 int 1 0不支持,1支持
ipv6 string 2001:250:4814:1::59 ipv6地址,可能会为空

SDK调用

$client = new Client("YourAppCode");



$result = $client->websiteIpv6()

    ->withDomain('ipv6.pdsu.edu.cn')
    ->request();

返回示例:

{
    "code":0,
    "message": "成功",
    "data": [
        {

        "domain":"ipv6.pdsu.edu.cn",

        "isipv6":1,

        "ipv6":"2001:250:4814:1::59"

        }
    ]
}

IP地址查询

[danger]### 免费接口,每日100次免费调用,会员可不限次数调用,购买API会员

根据IP地址,查询该IP所属的区域

请求地址

GET https://api.isoyu.com/ip/index

请求参数

名称 必填 类型 说明
appCode string 用户授权码,参考API调用
ip string 需要查询的IP地址

返回data参数

名称 类型 说明
Country string 国家
Province string 省份区域,部分可能为空
City string 城市,部分可能为空
Isp string 运营商,部分可能为空

SDK调用

$client = new Client("YourAppCode");



$result = $client->ipIndex()

    ->withIp('112.3.69.244')

    ->request();
dump($result);

返回数据示例:

{
    "code": 0,
    "message": "成功",
    "data": {
        "Country": "中国",
        "Province": "江苏省",
        "City": "常州市",
        "Isp":"移动"
    },
}

IP地址查询(详版)

[danger]### 会员接口,仅限会员使用,购买API会员

最新的IP地址库查询接口,根据IP地址查询归属地/州/国家/省市区/经纬度及网络运营商ISP等信息。不传任何参数的情况下,默认为请求来源ip的相关信息。

请求地址

GET https://api.isoyu.com/website/ip

请求参数

名称 类型 必填 说明
appCode string 用户授权码,参考API调用
ip string IP地址

返回data参数

名称 类型 示例值 说明
continent string 亚洲 大陆州
country string 中国 国家
province string 上海 省级行政区
city string 上海 城市
district string 黄埔 地区
isp string 移动 网络运营商
areacode string 310100 地区编码
countrycode string CN 国家代码
countryenglish string China 国家英文名称
longitude string 121.472644 经度
latitude string 31.231706 纬度

SDK调用

$client = new Client("YourAppCode");



$result = $client->websiteIp()

    ->withIp('183.192.70.211')
    ->request();

返回示例:

{
    "code":0,
    "message": "成功",
    "data": [
        {

        "ip": "183.192.70.211",

        "continent":"亚洲",

        "country":"中国",

        "province":"上海",

        "city":"上海",

        "district":"徐汇区",

        "isp":"移动",

        "areacode":"310100",

        "countrycode":"CN",

        "countryenglish":"China",

        "longitude":"121.472644",

        "latitude":"31.231706"

        }
    ]
}

百度权重查询

根据域名返回百度(权重/预估流量/关键词数)

最低 0.003元/次

接口1:百度PC权重

请求地址

GET https://api.isoyu.com/baidu/pc_weight

请求参数

名称 必填 类型 说明
appCode string 用户授权码,参考API调用
domainName string 获取的域名

返回data参数

名称 类型 说明
Br int 权重
Kwcount int 关键词数
Uvcount int 预估流量
UpdateTime int 更新时间

SDK调用

$client = new Client("YourAppCode");



$result = $client->baiduPcWeight()

    ->withDomainName('isoyu.com')
    ->request();

返回示例:

{
    "code":0,
    "message": "成功",
    "data": {
        "Br": 4,

        "Kwcount": 6252,

        "Uvcount": 3143,

        "UpdateTime": "2020-12-25"
    }
}

接口2:百度移动权重

根据域名返回百度移动(权重/预估流量/关键词数)

请求地址

GET https://api.isoyu.com/baidu/mobile_weight

请求参数

名称 必填 类型 说明
appCode string 用户授权码,参考API调用
domainName string 获取的域名
keyword string 获取的关键词

返回data参数

名称 类型 说明
Br int 权重
Kwcount int 关键词数
Uvcount int 预估流量
UpdateTime int 更新时间

SDK调用

$client = new Client("YourAppCode");



$result = $client->baiduMobileWeight()

    ->withDomainName('isoyu.com')
    ->request();

返回示例:

{
    "code":0,
    "message": "成功",
    "data": {
        "Br": 3,

        "Kwcount": 485,

        "Uvcount": 651,

        "UpdateTime": "2020-12-25"
    }
}

百度反链数

根据域名返回百度反链数、抓取时间

最低 0.003元/次

请求地址

GET https://api.isoyu.com/baidu/links

请求参数

名称 类型 必填 说明
appCode string 用户授权码,参考API调用
domainName string 域名

返回data参数

名称 类型 说明
BaiduLink long 反链数
CrawlTime string 抓取时间

SDK调用

$client = new Client("YourAppCode");



$result = $client->baiduLinks()

    ->withDomainName('isoyu.com')
    ->request();

返回示例:

{
    "code":0,
    "message": "成功",
    "data": {
        "BaiduLink": 18600000,

        "CrawlTime": "2020-12-25 15:13:28"
    }
}

百度关键词收录量

根据关键词返回百度关键词收录量、抓取时间

最低 0.003元/次

请求地址

GET https://api.isoyu.com/baidu/keyword

请求参数

名称 必填 类型 说明
appCode string 用户授权码,参考API调用
keyword string 获取的关键词

返回data参数

名称 类型 说明
CollectCount int 关键词收录量
CrawlTime int 抓取时间

SDK调用

$client = new Client("YourAppCode");



$result = $client->baiduKeyword()

    ->withKeyword('test')
    ->request();

返回示例:

{
    "code":0,
    "message": "成功",
    "data": {
        "CollectCount": "29000000",

        "CrawlTime": "2020-12-25 15:44:37"
    }
}

百度收录量

[danger]### 会员接口,仅限会员使用,购买API会员

查询网站域名百度搜索收录量

请求地址

GET https://api.isoyu.com/website/baidu

请求参数

名称 类型 必填 说明
appCode string 用户授权码,参考API调用
domain string 域名

返回data参数

名称 类型 示例值 说明
count string 1487 收录数
time string 2020-10-15 23:35:03 查询时间

SDK调用

$client = new Client("YourAppCode");



$result = $client->websiteBaidu()

    ->withDomain('isoyu.com')
    ->request();

返回示例:

{
    "code":0,
    "message": "成功",
    "data": [
        {

         "count": "130725",

          "time": "2020-10-23 11:12:47"
        }
    ]
}

百度收录量

根据域名返回百度收录量、抓取时间

最低 0.003元/次

请求地址

GET https://api.isoyu.com/baidu/pages

请求参数

名称 类型 必填 说明
appCode string 用户授权码,参考API调用
domainName string 域名

返回data参数

名称 类型 说明
BaiduPages long 收录量
CrawlTime string 抓取时间

SDK调用

$client = new Client("YourAppCode");



$result = $client->baiduPages()

    ->withDomainName('isoyu.com')
    ->request();

返回示例:

{
    "code":0,
    "message": "成功",
    "data": {
        "BaiduPages": 160000,

        "CrawlTime": "2020-12-25 15:19:37"
    }
}

百度URL收录

根据URL返回百度移动或PC-URL是否收录、收录的标题、收录的描述、快照更新时间、抓取时间

最低 0.003元/次

接口1:百度移动URL收录

请求地址

GET https://api.isoyu.com/baidu/mobile_url_pages

请求参数

名称 必填 类型 说明
appCode string 用户授权码,参考API调用
url string 获取的url

返回data参数

名称 类型 说明
IsRecord string 是否收录
RecordTitle string 收录的标题
RecordDepict string 内容描述
SnapTime string 快照时间(只有PC端才有快照时间)
CrawlTime string 抓取时间

SDK调用

$client = new Client("YourAppCode");



$result = $client->baiduMobileUrlPages()

    ->withUrl('https://api.isoyu.com/?develop')
    ->request();

返回示例:

{
    "code":0,
    "message": "成功",
    "data": {
        "IsRecord": false,

        "RecordTitle": "",

        "RecordDepict": "",

        "SnapTime": "",

        "CrawlTime": "2019-01-24 16:19:22"
    }
}

接口2:百度PC-URL收录

请求地址

GET https://api.isoyu.com/baidu/pc_url_pages

请求参数

名称 必填 类型 说明
appCode string 用户授权码,参考API调用
url string 获取的url

返回data参数

名称 类型 说明
IsRecord string 是否收录
RecordTitle string 收录的标题
RecordDepict string 内容描述
SnapTime string 快照时间(只有PC端才有快照时间)
CrawlTime string 抓取时间

SDK调用

$client = new Client("YourAppCode");



$result = $client->baiduPcUrlPages()

    ->withUrl('https://api.isoyu.com/?develop')
    ->request();

返回示例:

{
    "code":0,
    "message": "成功",
    "data": {
        "IsRecord": false,

        "RecordTitle": "",

        "RecordDepict": "",

        "SnapTime": "",

        "CrawlTime": "2019-01-24 16:19:22"
    }
}

查询域名解析

[danger]### 会员接口,仅限会员使用,购买API会员

可以查询域名所有的解析信息,DNS记录,例如a记录,cname,hinfo,mx,ns,ptr,soa,txt,aaaa,srv,naptr等。支持顶级域名和二级域名,接口返回有效记录的数据并缓存半小时。

请求地址

GET https://api.isoyu.com/website/domain

请求参数

名称 类型 必填 说明
appCode string 用户授权码,参考API调用
domain string 域名

返回data参数

名称 类型 说明
host string 主机名
class string 类型
ttl int 有效时间
type string 解析记录类型
ip string 主机IP地址

SDK调用

$client = new Client("YourAppCode");



$result = $client->websiteDomain()

    ->withDomain('www.isoyu.com')
    ->request();

返回示例:

{
    "code":0,
    "message": "成功",
    "data": [
        {

          "host": "www.isoyu.com",

          "class": "IN",

          "ttl": 10,

          "type": "CNAME",

          "target": "eec336a57938b588.vip.jiasule.org"

        }
    ]
}

地图坐标服务

支持百度、谷歌、GPS三大经纬度互相转化

最低 0.01元/次

请求地址

GET https://api.isoyu.com/geo/convert

请求参数

名称 必填 类型 说明
appCode string 用户授权码,参考API调用
lng string 经度,如:116.3974965092
lat string 纬度,如:39.908700982285396
type int 转换类型,1:GPS->百度 ,3:GPS->谷歌,  5:百度->谷歌 ,6:谷歌->百度

返回data参数

参考返回示例

SDK调用

$client = new Client("YourAppCode");



$result = $client->geoConvert()

    ->withLat('39.908700982285396')
    ->withLng('116.3974965092')
    ->withType(6)
    ->request();

返回示例:

{
    "code":0,
    "message": "成功",
    "data": {
        "lng":"116.3974965092",	/*原经度*/

        "lat":"39.908700982285396",	/*原纬度*/

        "off_lng":"116.40392322342767",	/*转换后经度*/

        "off_lat":"39.91494947029461",	/*转换后纬度*/

        "type":"6"
    }
}

恶意IP检测

可实时检测IP是否为欺诈、病毒、网络钓鱼、垃圾软件的恶意IP地址。结果result=>1即为恶意IP地址。

最低 0.002元/次

请求地址

GET https://api.isoyu.com/website/cheatip

请求参数

名称 类型 必填 说明
appCode string 用户授权码,参考API调用
ip string IP地址

返回data参数

名称 类型 示例值 说明
result int 0 检测结果,1为是

SDK调用

$client = new Client("YourAppCode");



$result = $client->websiteCheatip()

    ->withUrl('183.192.70.211')
    ->request();

返回示例:

{
    "code":0,
    "message": "成功",
    "data": [
        {

         "result": 0

        }
    ]
}

恶意链接检测

实时检测URL是否为欺诈、病毒、网络钓鱼、垃圾软件的恶意链接。结果result=>1即为恶意链接。

最低 0.002元/次

请求地址

GET https://api.isoyu.com/website/cheatlink

请求参数

名称 类型 必填 说明
appCode string 用户授权码,参考API调用
url string 链接地址

返回data参数

名称 类型 示例值 说明
result int 0 检测结果,1为是

SDK调用

$client = new Client("YourAppCode");



$result = $client->websiteCheatlink()

    ->withUrl('https://www.baidu.com/')
    ->request();

返回示例:

{
    "code":0,
    "message": "成功",
    "data": [
        {

         "result": 0

        }
    ]
}

关键词百度排名

根据域名和关键词返回百度PC和移动的 关键词收录量、抓取时间、 关键词排名(页数-第几条)、 页面标题、 页面链接地址

最低 0.003元/次

接口1:关键词百度PC排名

请求地址

GET https://api.isoyu.com/baidu/pc_rank

请求参数

名称 必填 类型 说明
appCode string 用户授权码,参考API调用
domainName string 获取的域名
keyword string 获取的关键词

返回data参数

名称 类型 说明
CollectCount long 收录量
RankStr string 排名(页数-条数)
Title string 标题
Url string 标题连接
XiongzhangID string 熊掌ID
CrawlTime string 抓取时间

SDK调用

$client = new Client("YourAppCode");



$result = $client->baiduPcRank()

    ->withDomainName('isoyu.com')
    ->withKeyword('test')
    ->request();

返回示例:

{
    "code":0,
    "message": "成功",
    "data": {
        "CollectCount": "55300000",

        "CrawlTime": "2020-12-25 15:20:23",

        "Ranks": [

            {

                "RankStr": "1-1",

                "Title": "test框架 | 中文最佳实践PHP开源框架,专注WE...",

                "Url": "http://www.isoyu.com/",

                "XiongzhangID": ""

            },

            {

                "RankStr": "1-2",

                "Title": "序言- test3.2完全开发手册",

                "Url": "http://document.isoyu.com/",

                "XiongzhangID": ""

            },

            {

                "RankStr": "1-9",

                "Title": "test官方博客 · 看云",

                "Url": "https://blog.isoyu.com/",

                "XiongzhangID": ""

            },

            {

                "RankStr": "3-7",

                "Title": "test的个人主页 - test框架",

                "Url": "http://www.isoyu.com/u/test.html",

                "XiongzhangID": ""

            },

            {

                "RankStr": "3-8",

                "Title": "下载:test5.0完整版 - test框架",

                "Url": "http://www.isoyu.com/donate/download/id/847.html",

                "XiongzhangID": ""

            },

            {

                "RankStr": "3-9",

                "Title": "下载:test3.2.1完整版 - test框架",

                "Url": "http://www.isoyu.com/donate/download/id/532.html",

                "XiongzhangID": ""

            },

            {

                "RankStr": "3-10",

                "Title": "test教程 - test框架",

                "Url": "http://www.isoyu.com/document/document.html",

                "XiongzhangID": ""

            },

            {

                "RankStr": "4-1",

                "Title": "test官网下载 - 框架下载 - test框架",

                "Url": "http://www.isoyu.com/down/framework.html",

                "XiongzhangID": ""

            },

            {

                "RankStr": "4-2",

                "Title": "test官网下载 - 框架下载 - test框架",

                "Url": "http://www.isoyu.com/down.html",

                "XiongzhangID": ""

            },

            {

                "RankStr": "4-4",

                "Title": "test5专区 - test框架",

                "Url": "http://www.isoyu.com/topic/think.html",

                "XiongzhangID": ""

            },

            {

                "RankStr": "4-5",

                "Title": "test3.2.3完整版 - test框架",

                "Url": "http://www.isoyu.com/down/610.html",

                "XiongzhangID": ""

            },

            {

                "RankStr": "4-6",

                "Title": "下载:test3.2.3完整版 - test框架",

                "Url": "http://www.isoyu.com/donate/download/id/610.html",

                "XiongzhangID": ""

            },

            {

                "RankStr": "4-7",

                "Title": "下载:test5.0.10完整版 - test框架",

                "Url": "http://www.isoyu.com/donate/download/id/1015.html",

                "XiongzhangID": ""

            },

            {

                "RankStr": "4-8",

                "Title": "下载:test5.0.24完整版 - test框架",

                "Url": "http://www.isoyu.com/donate/download/id/1278.html",

                "XiongzhangID": ""

            },

            {

                "RankStr": "5-10",

                "Title": "test5.*版本发布安全更新 · test官方博客 · 看云",

                "Url": "https://blog.isoyu.com/869075",

                "XiongzhangID": ""

            }

        ]
    }
}

接口2:关键词百度移动排名

根据域名和关键词返回百度移动 关键词收录量、抓取时间、 关键词排名(页数-第几条)、 页面标题、 页面链接地址

请求地址

GET https://api.isoyu.com/baidu/mobile_rank

请求参数

名称 必填 类型 说明
appCode string 用户授权码,参考API调用
domainName string 获取的域名
keyword string 获取的关键词

返回data参数

名称 类型 说明
CollectCount long 收录量(只有PC端才有收录量)
RankStr string 排名(页数-条数)
Title string 标题
Url string 标题连接
XiongzhangID string 熊掌ID
CrawlTime string 抓取时间

SDK调用

$client = new Client("YourAppCode");



$result = $client->baiduMobileRank()

    ->withUrl('https://api.isoyu.com/?develop')
    ->request();

返回示例:

{
    "code":0,
    "message": "成功",
    "data": {
        "IsRecord": false,

        "RecordTitle": "",

        "RecordDepict": "",

        "SnapTime": "",

        "CrawlTime": "2019-01-24 16:19:22"
    }
}

关键词百度指数

根据关键词返回百度PC指数、百度移动指数、整体指数

最低 0.005元/次

请求地址

GET https://api.isoyu.com/baidu/index

请求参数

名称 必填 类型 说明
appCode string 用户授权码,参考API调用
keyword string 获取的关键词

返回data参数

名称 类型 说明
StartDate string 开始时间
EndDate string 更新时间
BaiduAll int 百度30天整体指数","分隔
BaiduPc int 百度30天PC指数","分隔
BaiduMobile int 百度30天移动指数","分隔

SDK调用

$client = new Client("YourAppCode");



$result = $client->baiduIndex()

    ->withKeyword('关键词')
    ->request();

返回示例:

{
    "code":0,
    "message": "成功",
    "data": {
        "StartDate": "2020-11-24",

        "EndDate": "2020-12-23",

        "BaiduAll": "1181,1332,1259,1196,1043,938,1305,1351,1303,1274,1184,1023,853,1135,1171,1189,1165,1152,1044,909,1221,1202,1154,1194,1170,956,871,1159,1184,1151",

        "BaiduPc": "982,1127,1066,991,847,740,1108,1150,1079,1096,999,846,670,946,988,985,944,959,852,703,1007,994,942,966,942,741,678,955,976,966",

        "BaiduMobile": "199,205,193,205,196,198,197,201,224,178,185,177,183,189,183,204,221,193,192,206,214,208,212,228,228,215,193,204,208,185"
    }
}

经纬度地址解析

根据提供的高德地图坐标、百度地图坐标或GPS坐标,查询位置信息

最低 0.01元/次

请求地址

GET https://api.isoyu.com/geo/index

请求参数

名称 必填 类型 说明
appCode string 用户授权码,参考API调用
lng String 经度 (如:119.9772857)
lat String 纬度 (如:27.327578)
type Int 传递的坐标类型,1:GPS 2:百度经纬度 3:高德经纬度

返回data参数

参考返回示例

SDK调用

$client = new Client("YourAppCode");



$result = $client->geoIndex()

    ->withLat('39.907314')
    ->withLng('116.391279')
    ->withType(1)
    ->request();

返回示例:

{
    "code":0,
    "message": "成功",
    "data": {
		"lat":"39.915065193348",

		"lng":"116.40389843345",

		"type":"1",

		"address":"北京市东城区中华路甲10号",

		"business":"天安门",

		"citycode":131
    }
}

数字BTC,ETH,LTC地址

[danger]### 免费接口,每日100次免费调用,会员可不限次数调用,购买API会员

生成数字地址BTC,ETH,LTC地址、助记词和私钥

请求地址

GET https://api.isoyu.com/xnb/index

请求参数

返回data参数

名称 类型 说明
btc string 比特币
eth string 以太坊
ltc string 莱特币

SDK调用

$client = new Client("YourAppCode");



$result = $client->xnbIndex()

    ->request();
dump($result);

返回数据示例:

{
    "code": 0,
    "message": "成功",
    "data": {
        "btc": {

            "mnemonic": "leopard old bullet possible april regret slush height sell theory card wage",

            "address": "1KdtwUMBMc3PmitER16HSEKV7UpPtCBnRd",

            "private_key": "L1rBK34JRUDMz7nbJgc8Aw8vhHXnbvFy3249pCnR9g39x6BfxY2y"

        },

        "eth": {

            "mnemonic": "abstract bless apology middle wheat pattern once topple trumpet sail wine layer",

            "address": "0x364d1647620cb861d5a563682ea1656c56d0252a",

            "private_key": "810524be32fd24dafa5dfec84897942bb387411915d15cd3a518e481e5e309ae"

        },

        "ltc": {

            "mnemonic": "cat illegal bonus curve element syrup parade snack test ring yellow fabric",

            "address": "LR5HKvPcSXgBtuMHCkKi8o7h9hvLmmt8Bu",

            "private_key": "T8EXXsVe4tk8BMWTm1CBhf8akafuia15CjALxwzzwa8Mtgy8M5nF"

        }
    },
}

搜狗收录量

[danger]### 会员接口,仅限会员使用,购买API会员

查询网站域名搜狗搜索收录量

请求地址

GET https://api.isoyu.com/website/sogou

请求参数

名称 类型 必填 说明
appCode string 用户授权码,参考API调用
domain string 域名

返回data参数

名称 类型 示例值 说明
count string 1487 收录数
time string 2020-10-15 23:35:03 查询时间

SDK调用

$client = new Client("YourAppCode");



$result = $client->websiteSogou()

    ->withDomain('isoyu.com')
    ->request();

返回示例:

{
    "code":0,
    "message": "成功",
    "data": [
        {

         "count": "130725",

          "time": "2020-10-23 11:12:47"
        }
    ]
}

腾讯域名检测

检测域名或URL是否被腾讯系软件(安全应用中心)拦截,同时返回被检测域名的ICP备案信息。注意,type等于1或3表示未被拦截,其中type等于3表示该域名被腾讯信任。type等于0表示已被拦截。

最低 0.003元/次

请求地址

GET https://api.isoyu.com/website/qq

请求参数

名称 必填 类型 说明
appCode string 用户授权码,参考API调用
url string 域名地址

返回data参数

名称 类型 示例值 说明
type int 0 检测类型,0拦截,1-3通过
result string 已被拦截 检测结果
explain string 该网站含有未经证实的信息 检测说明
organization string 北京微播视界科技有限公司 ICP主体信息
icpnumber string 京ICP备16016397号-3 网站ICP备案编号
url string https://douyin.com 域名或链接

SDK调用

$client = new Client("YourAppCode");



$result = $client->websiteQq()

    ->withUrl('https://douyin.com')
    ->request();

返回示例:

{
    "code":0,
    "message": "成功的返回",
    "data": {
        {

        "type":0,

        "result":"已被拦截",

        "explain":"该网站含有未经证实的信息",

        "organization":"北京微播视界科技有限公司",

        "icpnumber":"京ICP备16016397号-3",

        "url":"https://douyin.com"

        }
    }
}

网安备案查询

根据网站域名查询对应的公安网安备案信息

最低 0.001元/次

请求地址

GET https://api.isoyu.com/website/wabeian

请求参数

名称 类型 必填 说明
appCode string 用户授权码,参考API调用
domain string 域名

返回data参数

名称 类型 示例值 说明
site_name string 百度 网站名称
domain string baidu.com 网站域名
com_type string 企业单位 主体类型
site_type string 交互式 网站类型,交互式或非交互式
owner_name string 北京百度网讯科技有限公司 网站主体
record_no string 11000002000001 备案号
ps_address string 北京市网安总队 备案机关单位
filing_time string 2016-07-13 备案时间

SDK调用

$client = new Client("YourAppCode");



$result = $client->websiteWabeian()

    ->withDomain('baidu.com')
    ->request();

返回示例:

{
    "code":0,
    "message": "成功",
    "data": [
        {

        "site_name":"百度",

        "domain":"baidu.com",

        "com_type":"企业单位",

        "site_type":"交互式",

        "owner_name":"北京百度网讯科技有限公司",

        "record_no":"11000002000001",

        "ps_address":"北京市网安总队",

        "filing_time":"2016-07-13"

        }
    ]
}

网页转图片(维护中)

[danger]### 免费接口,每日100次免费调用,会员可不限次数调用,购买API会员

把网页转换为图片或者PDF,支持jpg|png|svg|bmp|pdf

请求地址

GET https://api.isoyu.com/website/url2pic

请求参数

名称 类型 必填 说明
appCode string 用户授权码,参考API调用
url string 网址,必需带上http[s]协议(完整网址),否则默认以http请求
type string 输出格式:jpg|png|svg|bmp|pdf 默认jpg
width int 截屏宽度 默认为1440

返回data参数

名称 类型 说明
download_link string 截图下载链接地址

SDK调用

$client = new Client("YourAppCode");



$result = $client->websiteUrl2pic()

    ->withUrl('www.baidu.com')
    ->request();

返回示例:

{
    "code":0,
    "message": "成功",
    "data": {
        "download_link": "http://url2pic.php127.com/uploads/pic/2020-10-29/pic5f9adb493a9c5da94c55ad78d5bd26a1f828b641a7239_1440.jpg"
    }
}

网站Alexa查询

根据域名返回Alexa相关信息

最低 0.01元/次

请求地址

GET https://api.isoyu.com/website/top

请求参数

名称 必填 类型 说明
appCode string 用户授权码,参考API调用
domainName string 获取的域名

返回data参数

名称 类型 说明
DomainName string 域名
Title string 站点名称
CreateTime int 创建总天数
TrendValue int 变化值
ShowMedianLoadTime string 访问速度
ShowPercentile string 测速得分
Locale string 所属国家
Encoding string 编码方式
LinksInCount int 反向链接
PhoneNumbers string 联系电话
Keywords string 网站关键字
OwnedDomains string 站长所有域名
OwnerName string 网站站长
Email string 电子信箱
Streets string 街道
City string 城市
PostalCode string 邮政编码
Country string 国家
CompanyStockTicker string 是否上市公司
Rank int 全球综合排名
PhysicalAddress string 详细地址
CNRank int 中国排名
NextRank int 下期预测排名
TodayRank int 当天排名
ShowDescription string 网站简介
ShowOnlineSince string 收录日期
ShowAdultContent string 成人内容
CategoryData—Title string 分类名
CategoryData—AbsolutePath string 分类相对目录
CountryList—Code string 国家/地区代码
CountryList—Rank string 国家/地区排名
CountryList— Contribution—PageViews string 页面浏览比例
CountryList— Contribution—Users string 网站访问比例
CountryList—Name string 国家/地区名称
ContributingSubdomainList —DataUrl string 子站点域名
ContributingSubdomainList —TimeRange—Days string 一个月排名变化情况
ContributingSubdomainList —Reach—Percentage string 近月网站访问比例
ContributingSubdomainList —PageViews—Percentage string 近月页面访问比例
ContributingSubdomainList —PageViews—PerUser json 人均访问数据
ContributingSubdomainList —PageViews—StrPerUser string 人均页面浏览量
LogoInfo—ImgSrc string log图片地址
LogoInfo—Domain string 域名
UsageStatistic_Day (Week/Month/ThreeMonth) —TimeRange—Days string 当天流量排名情况
UsageStatistic_Day (Week/Month/ThreeMonth) —Rank—Value string 当日(周/月/三个月)排名
UsageStatistic_Day (Week/Month/ThreeMonth) —Rank—Delta string 变化趋势
UsageStatistic_Day (Week/Month/ThreeMonth) —Reach—Rank—Value string 当日(周/月/三个月)排名
UsageStatistic_Day (Week/Month/ThreeMonth) —Reach—Rank—Delta string 变化趋势
UsageStatistic_Day (Week/Month/ThreeMonth) —Reach—PerMillion—Value string 每百万人中访问人数
UsageStatistic_Day (Week/Month/ThreeMonth) —Reach—PerMillion—Delta string 变化趋势
UsageStatistic_Day (Week/Month/ThreeMonth) —PageViews—PerMillion—Value string 每百万人访问页面中访问本站的页面数
UsageStatistic_Day (Week/Month/ThreeMonth) —PageViews—PerMillion—Delta string 变化趋势
UsageStatistic_Day (Week/Month/ThreeMonth) —PageViews—Rank—Value string 页面访问量排名
UsageStatistic_Day (Week/Month/ThreeMonth) —PageViews—Rank—Delta string 变化趋势
UsageStatistic_Day (Week/Month/ThreeMonth) —PageViews—PerUser—Value string 平均每个访问者浏览的页面数
UsageStatistic_Day (Week/Month/ThreeMonth) —PageViews—PerUser—Delta string 变化趋势
IpNum string 日均 IP 访问量[一周平均]
PvNum string 日均 PV 浏览量[一周平均]

SDK调用

$client = new Client("YourAppCode");



$result = $client->websiteTop()

    ->withDomainName('isoyu.com')
    ->request();

返回示例:

{
    "code":0,
    "message": "成功",
    "data": {
        "DomainName": "isoyu.com",

        "Title": "test",

        "ShowMedianLoadTime": "3880",

        "ShowPercentile": "14",

        "Locale": "未知",

        "Encoding": "未知",

        "LinksInCount": 1309,

        "PhoneNumbers": "未知",

        "Keywords": null,

        "OwnedDomains": null,

        "OwnerName": "未知",

        "Email": "未知",

        "Streets": null,

        "City": null,

        "PostalCode": null,

        "Country": null,

        "CompanyStockTicker": null,

        "Rank": 7634,

        "CategoryData": {

            "Title": "PHP/脚本",

            "AbsolutePath": "Top/World/Chinese_Simplified_CN/计算机/编程/语言/PHP/脚本"

        },

        "CountryList": [

            {

                "Code": "CN",

                "Rank": "611",

                "Contribution": {

                    "PageViews": "99.6%",

                    "Users": "98.9%"

                },

                "Name": "中国"

            },

            {

                "Code": "US",

                "Rank": "267626",

                "Contribution": {

                    "PageViews": "0.2%",

                    "Users": "0.5%"

                },

                "Name": "美国"

            },

            {

                "Code": "O",

                "Rank": "",

                "Contribution": {

                    "PageViews": "0.2%",

                    "Users": "0.6%"

                },

                "Name": "其他"

            }

        ],

        "ContributingSubdomainList": [

            {

                "DataUrl": "isoyu.com",

                "TimeRange": {

                    "Days": 30

                },

                "Reach": {

                    "Percentage": "95.01%"

                },

                "PageViews": {

                    "Percentage": "88.90%",

                    "PerUser": [

                        {

                            "#text": "2.7"

                        }

                    ],

                    "StrPerUser": "2.7"

                }

            },

            {

                "DataUrl": "sites.isoyu.com",

                "TimeRange": {

                    "Days": 30

                },

                "Reach": {

                    "Percentage": "6.68%"

                },

                "PageViews": {

                    "Percentage": "8.01%",

                    "PerUser": [

                        {

                            "#text": "4"

                        }

                    ],

                    "StrPerUser": "4"

                }

            },

            {

                "DataUrl": "OTHER",

                "TimeRange": {

                    "Days": 30

                },

                "Reach": {

                    "Percentage": "0"

                },

                "PageViews": {

                    "Percentage": "3.09%",

                    "PerUser": [

                        {

                            "#text": "0"

                        }

                    ],

                    "StrPerUser": "0"

                }

            }

        ],

        "CreateTime": 224930,

        "TrendValue": 0,

        "PhysicalAddress": "未知",

        "CNRank": 611,

        "NextRank": 7634,

        "ShowDescription": "开源PHP开发框架。",

        "ShowOnlineSince": "没有记录",

        "ShowAdultContent": "NO",

        "UsageStatistic_Day": {

            "TimeRange": {

                "Days": 1

            },

            "Rank": {

                "Value": "5831",

                "Delta": "-28704"

            },

            "Reach": {

                "Rank": {

                    "Value": "6249",

                    "Delta": "-18908"

                },

                "PerMillion": {

                    "Value": "100",

                    "Delta": "+200%"

                }

            },

            "PageViews": {

                "PerMillion": {

                    "Value": "8.9",

                    "Delta": "+900%"

                },

                "Rank": {

                    "Value": "7681",

                    "Delta": "-67476"

                },

                "PerUser": {

                    "Value": "3",

                    "Delta": "+200%"

                }

            }

        },

        "UsageStatistic_Week": {

            "TimeRange": {

                "Days": 7

            },

            "Rank": {

                "Value": "12474",

                "Delta": "+5982"

            },

            "Reach": {

                "Rank": {

                    "Value": "12414",

                    "Delta": "+5795"

                },

                "PerMillion": {

                    "Value": "60",

                    "Delta": "-42.79%"

                }

            },

            "PageViews": {

                "PerMillion": {

                    "Value": "4",

                    "Delta": "-47.731%"

                },

                "Rank": {

                    "Value": "17315",

                    "Delta": "9043"

                },

                "PerUser": {

                    "Value": "3",

                    "Delta": "-8.682%"

                }

            }

        },

        "UsageStatistic_Month": {

            "TimeRange": {

                "Days": 30

            },

            "Rank": {

                "Value": "7172",

                "Delta": "-478"

            },

            "Reach": {

                "Rank": {

                    "Value": "7142",

                    "Delta": "-771"

                },

                "PerMillion": {

                    "Value": "96",

                    "Delta": "+10%"

                }

            },

            "PageViews": {

                "PerMillion": {

                    "Value": "6.6",

                    "Delta": "-1.41%"

                },

                "Rank": {

                    "Value": "9402",

                    "Delta": "410"

                },

                "PerUser": {

                    "Value": "2.9",

                    "Delta": "-11.78%"

                }

            }

        },

        "UsageStatistic_ThreeMonth": {

            "TimeRange": {

                "Days": 90

            },

            "Rank": {

                "Value": "7634",

                "Delta": "-2346"

            },

            "Reach": {

                "Rank": {

                    "Value": "7814",

                    "Delta": "-2193"

                },

                "PerMillion": {

                    "Value": "86",

                    "Delta": "+30%"

                }

            },

            "PageViews": {

                "PerMillion": {

                    "Value": "6.5",

                    "Delta": "+41%"

                },

                "Rank": {

                    "Value": "9251",

                    "Delta": "-2883"

                },

                "PerUser": {

                    "Value": "3.2",

                    "Delta": "+6%"

                }

            }

        },

        "IpNum": 45000,

        "PvNum": 135000

    }
}

ICP域名备案查询

根据域名返回查询域名的备案信息

最低 0.005元/次

请求地址

GET https://api.isoyu.com/website/icp

请求参数

名称 类型 必填 说明
appCode string 用户授权码,参考API调用
domainName string 域名

返回data参数

名称 类型 说明
Owner string 负责人
CompanyName string 公司名称
CompanyType string 公司类型
MainPage string 主页
SiteLicense string 备案许可证号
SiteName string 网站名
VerifyTime string 审核时间

SDK调用

$client = new Client("YourAppCode");



$result = $client->websiteIcp()

    ->withDomainName('isoyu.com')
    ->request();

返回示例:

{
    "code":0,
    "message": "成功",
    "data": {
        "Owner": "刘晨",

        "CompanyName": "上海顶想信息科技有限公司",

        "CompanyType": "企业",

        "SiteLicense": "沪ICP备12007941号",

        "SiteName": "test框架",

        "MainPage": "www.isoyu.com",

        "VerifyTime": "2019-11-15"
    }
}

网站TDK信息查询

根据域名返回网站(标题/描述/关键词/网站IP)

最低 0.003元/次

请求地址

GET https://api.isoyu.com/website/tdk

请求参数

名称 类型 必填 说明
appCode string 用户授权码,参考API调用
domainName string 域名

返回data参数

名称 类型 说明
Title string 网站标题
Keywords string 网站关键词
Description string 网站描述
IP string 网站IP

SDK调用

$client = new Client("YourAppCode");



$result = $client->websiteTdk()

    ->withDomainName('kancloud.cn')
    ->request();

返回示例:

{
    "code":0,
    "message": "成功",
    "data": {
        "Title": "看云 | 现代化文档写作、托管及数字出版",

        "Keywords": "文档托管,文档管理,在线创作,文档在线管理,企业知识管理,知识库管理,在线知识管理,文档托管平台,电子出版,在线写书,文档在线转换,在线编辑,在线阅读,个人出版,知识付费,gitbook,开发手册,api手册,在线学习,文档编辑",

        "Description": "看云是一个现代化文档写作、托管及数字出版平台,基于MarkDown语法和Git版本库管理,让你专注于知识创作,可以用于企业知识库、产品手册、项目文档和个人数字出版。",

        "IP": "119.147.4.33"
    }
}

网站Whois查询

根据域名返回Whois信息 以及根据电话、邮箱、注册人反查Whois信息(最多100条数据)

最低 0.01元/次

接口1:Whois查询

根据域名返回Whois信息

请求地址

GET https://api.isoyu.com/website/whois

请求参数

名称 必填 类型 说明
appCode string 用户授权码,参考API调用
domainName string 域名

返回data参数

名称 类型 说明
Host string 域名
ContactPerson string 联系人
Registrar string 注册商
Email string 联系邮箱
Phone string 联系电话
CreationDate string 创建时间
ExpirationDate string 过期时间
WhoisServer string 域名服务器
DnsServer string DNS
DomainStatus string 状态

SDK调用

$client = new Client("YourAppCode");



$result = $client->websiteWhois()

    ->withDomainName('chinaz.com')
    ->request();

返回示例:

{
    "code":0,
    "message": "成功",
    "data": {
        "Host": "chinaz.com",

        "ContactPerson": "",

        "Registrar": " eName Technology Co., Ltd",

        "Email": "abuse@ename.com",

        "Phone": "864000044400",

        "CreationDate": "2002-12-20 00:00:00",

        "ExpirationDate": "2023-12-20 00:00:00",

        "WhoisServer": "whois.ename.com",

        "DnsServer": "NS1.DNSV5.COM, NS2.DNSV5.COM",

        "DomainStatus": " clientDeleteProhibit..."
    }
}

接口2:Whois反查

根据电话、邮箱、注册人反查Whois信息(最多100条数据)

请求地址

GET https://api.isoyu.com/website/whois_reverse

请求参数

名称 必填 类型 说明
appCode string 用户授权码,参考API调用
queryData string 电话 或 邮箱 或 联系人
queryType string Phone 或 Email 或 Registrant

返回data参数

名称 类型 说明
Host string 域名
ContactPerson string 联系人
Registrar string 注册商
Email string 联系邮箱
Phone string 联系电话
CreationDate string 创建时间
ExpirationDate string 过期时间
WhoisServer string 域名服务器
DnsServer string DNS
DomainStatus string 状态

SDK调用

$client = new Client("YourAppCode");



$result = $client->websiteWhoisReverse()

    ->withQueryData('邮箱')
    ->withQueryType('Email')
    ->request();

返回示例:

{
    "code":0,
    "message": "成功",
    "data": {
        "Host": "chinaz.com",

        "ContactPerson": "",

        "Registrar": " eName Technology Co., Ltd",

        "Email": "abuse@ename.com",

        "Phone": "864000044400",

        "CreationDate": "2002-12-20 00:00:00",

        "ExpirationDate": "2023-12-20 00:00:00",

        "WhoisServer": "whois.ename.com",

        "DnsServer": "NS1.DNSV5.COM, NS2.DNSV5.COM",

        "DomainStatus": " clientDeleteProhibit..."
    }
}

网站排行榜查询

根据域名和年份和周数返回站长名称、分类名称、地区名称、域名、更新时间、排名、省份排名、分类排名、年份、周数

最低 0.003元/次

请求地址

GET https://api.isoyu.com/website/top

请求参数

名称 必填 类型 说明
appCode string 用户授权码,参考API调用
domainName string 获取的域名
year int 需要查询的年份,如:2018
week int 需要查询的周数,如:43

返回data参数

名称 类型 说明
SiteName string 站长名称
Url string 页面地址
ClassName string 分类名称
AreaName string 地区名称
DomainName string 域名
UpDate string 更新时间
Ranked string 排名
ProvRanked string 省份排名
ClassRankedName string 参与排名的分类名
ClassRanked string 分类排名
year string 年份
week string 周数

SDK调用

$client = new Client("YourAppCode");



$result = $client->websiteTop()

    ->withDomainName('isoyu.com')
    ->request();

返回示例:

{
    "code":0,
    "message": "成功",
    "data": {
        "SiteName": "test",

        "Url": "https://top.chinaz.com/html/site_isoyu.com.html",

        "ClassName": "网络科技、站长资源",

        "AreaName": "上海、闸北",

        "DomainName": "isoyu.com",

        "UpDate": "2020-12-20",

        "Ranked": 3035,

        "ProvRanked": 357,

        "ClassRankedName": "站长资源",

        "ClassRanked": 38,

        "year": 0,

        "week": 51
    }
}

网址转换

将复杂的长网址转为短连接,默认为t.cn微博短链接,不可用时、被屏蔽时、或根据网址适合的平台的类型,系统智能选择最优短网址平台。

最低 0.03元/次

请求地址

GET https://api.isoyu.com/website/shorturl

请求参数

名称 类型 必填 说明
appCode string 用户授权码,参考API调用
url string url地址

返回data参数

名称 类型 说明
result boolean 转换结果,true为成功
shorturl string 短网址
longurl string 原地址

SDK调用

$client = new Client("YourAppCode");



$result = $client->websiteShorturl()

    ->withUrl('https://api.isoyu.com/?姬长信api/1835085')
    ->request();

返回示例:

{
    "code":0,
    "message": "成功",
    "data": [
        {

          "shorturl": "https://w.url.cn/s/ARRJQJ0",

          "longurl": "https://api.isoyu.com/?姬长信api/1835085"

        }
    ]
}

微信域名检测

检测域名或链接是否被微信拦截访问或者转码。

最低 0.003元/次

接口1:检测URL地址是否被拦截

请求地址

GET https://api.isoyu.com/wechat/check

请求参数

名称 必填 类型 说明
appCode string 用户授权码,参考API调用
url string 微信域名地址 必须带上协议头(http/https)

返回data参数

名称 类型 示例值 说明
type int 0 检测类型,0拦截,1通过,2无法访问
result string 已被拦截访问 检测结果

SDK调用

$client = new Client("YourAppCode");



$result = $client->wechatCheck()

    ->withUrl('https://douyin.com')
    ->request();

返回示例:

{
    "code":0,
    "message": "成功的返回",
    "data": [
        {
        "type":0,

        "result":"已被拦截访问"
        }
    ]
}

接口2:检测域名是否被拦截或转码

请求地址

GET https://api.isoyu.com/wechat/domain_check

请求参数

名称 必填 类型 说明
domain string 微信域名

返回data参数

名称 类型 示例值 说明
code int 0 检测类型,0正常,1被转码,2被拦截

SDK调用

$client = new Client("YourAppCode");



$result = $client->wechatDomainCheck()

    ->withDomain('baidu.com')
    ->request();

返回示例:

{
    "code":0,
    "message": "查询成功",
    "data": "域名正常"
}

主办单位备案(实时)

根据主办单位实时返回查询所有备案信息

最低 0.01元/次

请求地址

GET https://api.isoyu.com/website/company

请求参数

名称 类型 必填 说明
appCode string 用户授权码,参考API调用
companyName string 公司名称

返回data参数

名称 类型 说明
SiteDomain string 网站域名
SiteName string
SiteLicense string 许可证
CompanyType string 公司类型
VerifyTime string 验证时间

SDK调用

$client = new Client("YourAppCode");



$result = $client->websiteCompany()

    ->withCompanyName('上海顶想信息科技有限公司')
    ->request();

返回示例:

{
    "code":0,
    "message": "成功",
    "data": [
        {

            "SiteDomain": "www.topthink.com",

            "SiteName": "上海顶想信息科技有限公司",

            "SiteLicense": "沪ICP备12007941号",

            "CompanyType": "企业",

            "VerifyTime": "2019-11-15 09:50:01",

            "Domain": "topthink.com",

            "Owner": "",

            "LimitAccess": "否",

            "ServiceLicence": "沪ICP备12007941号-1"

        },

        {

            "SiteDomain": "www.onethink.cn",

            "SiteName": "上海顶想信息科技有限公司",

            "SiteLicense": "沪ICP备12007941号",

            "CompanyType": "企业",

            "VerifyTime": "2019-11-15 09:50:01",

            "Domain": "onethink.cn",

            "Owner": "",

            "LimitAccess": "否",

            "ServiceLicence": "沪ICP备12007941号-3"

        },

        {

            "SiteDomain": "www.kancloud.cn",

            "SiteName": "看云文档写作",

            "SiteLicense": "沪ICP备12007941号",

            "CompanyType": "企业",

            "VerifyTime": "2019-11-15 09:50:01",

            "Domain": "kancloud.cn",

            "Owner": "",

            "LimitAccess": "否",

            "ServiceLicence": "沪ICP备12007941号-4"

        },

        {

            "SiteDomain": "www.topthink.com",

            "SiteName": "上海顶想信息科技有限公司",

            "SiteLicense": "沪ICP备12007941号",

            "CompanyType": "企业",

            "VerifyTime": "2019-11-15 09:50:01",

            "Domain": "topthink.net",

            "Owner": "",

            "LimitAccess": "否",

            "ServiceLicence": "沪ICP备12007941号-1"

        },

        {

            "SiteDomain": "www.isoyu.com",

            "SiteName": "test框架",

            "SiteLicense": "沪ICP备12007941号",

            "CompanyType": "企业",

            "VerifyTime": "2019-11-15 09:50:01",

            "Domain": "test.org",

            "Owner": "",

            "LimitAccess": "否",

            "ServiceLicence": "沪ICP备12007941号-2"

        },

        {

            "SiteDomain": "www.kanclouds.cn",

            "SiteName": "看云",

            "SiteLicense": "沪ICP备12007941号",

            "CompanyType": "企业",

            "VerifyTime": "2019-11-15 09:50:01",

            "Domain": "kanclouds.cn",

            "Owner": "",

            "LimitAccess": "否",

            "ServiceLicence": "沪ICP备12007941号-5"

        },

        {

            "SiteDomain": "www.isoyu.com",

            "SiteName": "test框架",

            "SiteLicense": "沪ICP备12007941号",

            "CompanyType": "企业",

            "VerifyTime": "2019-11-15 09:50:01",

            "Domain": "isoyu.com",

            "Owner": "",

            "LimitAccess": "否",

            "ServiceLicence": "沪ICP备12007941号-2"

        },

        {

            "SiteDomain": "www.topthink.com",

            "SiteName": "上海顶想信息科技有限公司",

            "SiteLicense": "沪ICP备12007941号",

            "CompanyType": "企业",

            "VerifyTime": "2019-11-15 09:50:01",

            "Domain": "topthink.org",

            "Owner": "",

            "LimitAccess": "否",

            "ServiceLicence": "沪ICP备12007941号-1"

        }
    ]
}