提取IP/生成API

IP协议:
数据格式:
分隔符:
运营商:
提取数量:
1个 500个 1000个
- 1 +
认证账号:
认证密码:
API地址:

返回结果示例

    {
        "code": 1,
        "msg": "SUCCESS",
        "ipstr": [
            {
                "ip": "114.xxx.62.xxx",
                "port": 3328
            },
            {
                "ip": "117.xx.219.xxx",
                "port": 3328
            },
            {
                "ip": "117.xx.24.xxx",
                "port": 3328
            },
            {
                "ip": "175.xxx.101.xx",
                "port": 3328
            },
            {
                "ip": "175.xx.244.xx",
                "port": 3328
            }
        ]
    }
                        

请求参数注释

名称
类型
必选
说明
type
string
提取协议  http  或者  sk5
tiqu
int
提取格式  1 为TXT , 2 为json
repeat
int
去重方式  0 不去重, 1 智能去重, 2 绝对去重
limittime
int
提取最新入库IP  1=5秒, 2=10秒 ……
time
int
显示入库时间 time=1
outtime
int
显示过期时间 outtime=1
address
int[]
提取地区(多个地区用","隔开)地区编号列表>>
noaddress
int[]
排除地区(多个地区用","隔开)地区编号列表>>
isp
string
isp=dx (dx 电信; lt 联通; yd 移动)
a
string
API提取中用于账密之间的分隔符 当API提取是选择账密模式,格式是TXT的情况下生效,比如:a=|  60.173.47.117:43688:62fc58ee4747e:gWgrE62e8dmvXoM 加参数之后60.173.47.117:43688|62fc58ee4747e:gWgrE62e8dmvXoM
b
string
API提取中用于账密之间的分隔符 当API提取是选择账密模式,格式是TXT的情况下生效,比如:b=,  60.173.47.117:43688:62fc58ee4747e:gWgrE62e8dmvXoM 加参数之后60.173.47.117:43688:62fc58ee4747e,gWgrE62e8dmvXoM
调用说明:
http://www.damaiip.com/index.php?s=/front/user/getIPlist&xsn=4447ff41f04910e3b586e5b8b0a80b7f&osn=TC_NO162791044069692
在订单后面添加&参数=值 既可以获取相应订单的数据
地区编号列表>>

使用方法

* 生成API链接,调用HTTP GET请求即可返回所需的IP结果 * 查询订单余量接口: http://www.damaiip.com/index.php?s=/front/api/index&order_no=要查询的订单编号&username=您的登录账号 * 添加白名单接口: http://www.damaiip.com/index.php?s=/front/api/addwhitelistip&order_no=要添加的订单编号&username=您的登录账号
&whiteip=添加的IP地址(";"号分隔)&method=1是达到最大白名单个数后不覆盖添加,0是达到最大白名单个数覆盖最早一个IP

用户接入大麦HTTP代码demo

    <?php
            // 要访问的目标页面
            $targetUrl = "http://baidu.com";

            // 代理服务器
            $proxyServer = "http://proxyIp:proxyPort";

            // 隧道身份信息
            $ch = curl_init();

            curl_setopt($ch, CURLOPT_URL, $targetUrl);

            curl_setopt($ch, CURLOPT_HTTPPROXYTUNNEL, false);

            curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);

            // 设置代理服务器
            //curl_setopt($ch, CURLOPT_PROXYTYPE, 0); //http

            curl_setopt($ch, CURLOPT_PROXYTYPE, 5); //sock5

            curl_setopt($ch, CURLOPT_PROXY, $proxyServer);

            // 设置隧道验证信息
            curl_setopt($ch, CURLOPT_PROXYAUTH, CURLAUTH_BASIC);

            curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727;)");

            curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 3);

            curl_setopt($ch, CURLOPT_TIMEOUT, 5);

            curl_setopt($ch, CURLOPT_HEADER, true);

            curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);

            $result = curl_exec($ch);

            curl_close($ch);

            var_dump($result);
    ?>    
                        
订单详情
订单类型:--
到期日期:--
到期时间:--
单次提取数量:--
IP 总量:--
套餐金额:¥--