You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use curl-cffi to mimic the behavior of mobile browsers such as Chrome for Android and Safari for iOS.
I see that curl-cffi supports chrome99_android for Android and safari17_2_ios for iOS devices as the default impersonate options.
As per the documentation here, I would be able to use chrome99_android impersonate option for all Chrome browser versions succeeding v99 such as v100, v101, v102, v122 and so on. Am I correct in assuming this?
Additionally, if I wish to scrape a website that uses TLS fingerprinting techniques for bot detection, wouldn't it then be a problem if I use chrome99_android for different versions of chrome (v100, v101, v122 etc) on Android as the Cipher Suite, and in turn, the TLS fingerprint remains the same irrespective of the Chrome version I use?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am trying to use curl-cffi to mimic the behavior of mobile browsers such as Chrome for Android and Safari for iOS.
I see that curl-cffi supports
chrome99_android
for Android andsafari17_2_ios
for iOS devices as the defaultimpersonate
options.As per the documentation here, I would be able to use
chrome99_android
impersonate option for all Chrome browser versions succeeding v99 such as v100, v101, v102, v122 and so on. Am I correct in assuming this?Additionally, if I wish to scrape a website that uses TLS fingerprinting techniques for bot detection, wouldn't it then be a problem if I use
chrome99_android
for different versions of chrome (v100, v101, v122 etc) on Android as the Cipher Suite, and in turn, the TLS fingerprint remains the same irrespective of the Chrome version I use?Beta Was this translation helpful? Give feedback.
All reactions