scraping / library
cloudscraper
Capability: cloudscraper
Use it when
- python client that bypasses cloudflare anti-bot
- turnstile or JS challenge on scrape requests
What it solves
Install
pip install cloudscraper
Invoke
import cloudscraper; s = cloudscraper.create_scraper(); html = s.get(url).text
Alternatives
No reviewed alternatives recorded yet.