【快代理API】获取私密代理

使用快代理提供的生成API链接

我的订单生成API链接
在这里插入图片描述
点生成链接
在这里插入图片描述

代码样例

import requests


# API接口
api_url = "http://dps.kdlapi.com/api/getdps/?orderid=938452897319117&num=10&pt=1&sep=1"

res = requests.get(api_url)
print(res.content)

运行结果,返回私密代理的IP
在这里插入图片描述

进阶学习

发布了35 篇原创文章 · 获赞 22 · 访问量 4万+

猜你喜欢

转载自blog.csdn.net/kdl_csdn/article/details/105161238
今日推荐