【快代理API】获取开放代理

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

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

点生成链接
在这里插入图片描述

代码样例

import requests


# API接口
api_url = "http://dev.kdlapi.com/api/getproxy/?orderid=948538324516226&num=100&protocol=1&method=2&an_an=1&an_ha=1&sep=1"

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

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

进阶学习

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

猜你喜欢

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