Real-world test results : Enterprise Cloudflare vs basic CF #266
Closed
abdulwadoodibnharoon
started this conversation in
Show and tell
Replies: 1 comment
-
|
To enable the Cloudflare solver, use the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey! Great library . tested Scrapling for a price aggregation system. Sharing findings for the community.
Setup
Results
Details
All three fetchers return the Cloudflare challenge page:
Tested with:
StealthyFetcher().fetch(url, headless=True)→ 403StealthyFetcher().fetch(url, headless=True, real_chrome=True)→ 403DynamicFetcher().fetch(url, headless=True, wait_selector='[class*="rice"]', timeout=45000)→ 403 (timeout)The Cloudflare Ray IDs confirm these are challenge pages, not rate limits.
What Works Great
Fetcheris clean and fastStealthyFetcherworks perfectly (nowsecure.nl)page.css(),css_first())curl_cffiTLS fingerprinting is a real differentiator over plain requestsSuggestion
The README says Scrapling "can easily bypass all types of Cloudflare's Turnstile/Interstitial." It would be helpful to clarify this works for free/basic Cloudflare but not necessarily enterprise Cloudflare deployments. some players use enterprise-tier Cloudflare that appears to detect even Patchright.
Beta Was this translation helpful? Give feedback.
All reactions