【快代理API】获取隧道代理IP
程序员文章站
2022-07-13 16:33:45
...
接口描述
- http://tps.kdlapi.com/api/gettps 接口地址
- 获取订单对应的隧道代理IP
返回结果
代理IP
参数说明
必填参数
- orderid 订单号
- num 数量
代码样例
import requests
# API接口
api_url = "http://tps.kdlapi.com/api/gettps"
# 订单号跟API Key
orderid = 918538132507097
num = 1
# 参数
params = {
"orderid": orderid,
"num": num,
}
res = requests.get(api_url, params=params)
print(res.content)
返回结果,隧道代理