易路代理里有API接口吗?

最后更新于:2023-07-31 09:05:45

易路代理IP软件中——设置——点击打开后的地址可以自己修改API Adder参数:

127.0.0.1:16800/user_get_ip_list?num=10&protocol=socks5&country=us&state=&city=&infoformat=1&datacenter=0&session=1

  • 16800:可以在Api port里自定义;
  • num= 数量;
  • country= 国家代码。

提取动态住宅IP/动态手机IP(1.2.5.21版本以上支持):

http://127.0.0.1:16800/user_get_mobile_ip_list?num=10&country=US&region=&city=&infoformat=1&mobile=1&session=1&txtformat=0

  • 16800:可以在Api port里自定义;
  • num=1 数量;
  • country=us 国家代码。
  • region= 地区
  • city= 城市
  • infoformat=1 输出格式 1 (ip:port:username:password) 2 (username:password@ip:port)
  • mobile=0 是否提取手机IP ,等于0时为提取专业住宅IP
  • session=1 IP是否长时间保持不变
  • txtformat=1 是否输出为 txt 格式,为0时输出为JSON格式,默认为JSON格式