Supported browser impersonate targets¶
curl_cffi supports the same browser versions as supported by our fork of curl-impersonate.
Browser versions will be added only when their fingerprints change. If you see a version, e.g.
chrome122, was skipped, you can simply impersonate it with your own headers and the previous version.
If you are too busy to look up those details, you can try our commercial version at impersonate.pro, which has a weekly updated list of browser profiles and even more browser types.
If you are trying to impersonate a target other than a browser, use ja3=..., akamai=... and extra_fp=...
to specify your own customized fingerprints. See below for details.
chrome99
chrome100
chrome101
chrome104
chrome107
chrome110
chrome116 1
chrome119 1
chrome120 1
chrome123 3
chrome124 3
chrome131 4
chrome133a 5 6
chrome136 7
chrome142
chrome145 9
chrome146 9
chrome99_android
chrome131_android 4
edge99
edge101
safari153 2
safari155 2
safari170 1
safari172_ios 1
safari180 4
safari180_ios 4
safari184 7
safari184_ios 7
safari260 8
safari260_ios 8
firefox133 5
firefox135 7
firefox144
firefox147 9
tor145 7
Notes:
Added in version
0.6.0.Fixed in version
0.6.0, previous http2 fingerprints were not correct.Added in version
0.7.0.Added in version
0.8.0.Added in version
0.9.0.The version postfix
-a``(e.g. ``chrome133a) means that this is an alternative version, i.e. the fingerprint has not been officially updated by browser, but has been observed because of A/B testing.Added in version
0.11.0Added in version
0.12.0http3 support included.
Which target version to use?¶
Generally speaking, you should use the latest Chrome or Safari versions. Currently, they’re
chrome146, safari260 and safari260_ios. To always impersonate the latest available
browser versions, you can simply use chrome, firefox, safari and chrome_android, safari_ios.
import curl_cffi
curl_cffi.get(url, impersonate="chrome")
Tips:
iOS has restrictions on WebView and TLS libs, so safari_*_ios should work for a lot of apps.
If you encountered an android app with custom fingerprints, you can try the safari_ios
fingerprints, given that this app should have an iOS version.