Python Forum

Full Version: Cloudfare scraping?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is it possible to scrape web page behind cloudfare DDos protection, without selenium?

I am working on some open-embedded systems (python 2) and i am not able to use selenium in this kind of environment.
In the past i used requests module and cloudscraper module from VeNoMouS.
Recently cloudfare improve its protection challenge to version 2, and is not possible to pass.

So, is there some solution?
Thanks.

Btw.
the main thing to pass cloudfare protection is to get cf_clearance cookie, but it is impossible without proper approach.