支持python3.8及以上版本,能解决ja3,akamai等指纹问题。
安装curl_cffi
pip install curl_cffi
样例
from curl_cffi import requests
# 模拟Chrome浏览器发送请求
response = requests.get("https://tools.scrapfly.io/api/fp/ja3", impersonate="chrome")
print(response.json())
impersonate属性可以修改游览器和版本号,其他的应用和requests一直,能使用代理等
chrome99、chrome100、chrome101、chrome104、chrome107、chrome110、chrome99_android、edge99、edge101、safari15_3、safari15_5等等
官网的github下载源码地址
curl_cffi 项目地址: https://github.com/yifeikong/curl_cffi