Python Forum
Cloudfare scraping? - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Web Scraping & Web Development (https://python-forum.io/forum-13.html)
+--- Thread: Cloudfare scraping? (/thread-31616.html)



Cloudfare scraping? - mark - Dec-22-2020

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.