Quick overview
Scrapling is a Python web scraping framework with built-in anti-bot bypass, including Cloudflare Turnstile handling and browser fingerprint spoofing. It offers three fetcher modes: fast HTTP, stealth headless Chrome, and full dynamic browser for JS-heavy pages. Use it when standard fetch tools return 403s or Cloudflare challenges.
Unlike standard HTTP clients or plain Playwright, Scrapling combines TLS fingerprint spoofing, adaptive element tracking, and Cloudflare bypass in a single tool with a consistent CLI interface.
Common tasks
- Extracting product prices from sites that block scrapers
- Scraping article content from JS-rendered news sites
- Pulling structured data from pages behind Cloudflare
- Automating data collection from SPAs with heavy JavaScript
- Fetching paginated listings when HTTP requests return bot challenges
Install paths
Primary command
openclaw install damirikys/scrapling-fetcher
ClawHub installer
npx clawhub@latest install damirikys/scrapling-fetcher
OpenClaw CLI
openclaw skills install damirikys/scrapling-fetcher
Direct OpenClaw install
openclaw install damirikys/scrapling-fetcher
Skill metadata
- Category: Web & Frontend Development
- Language: Markdown
- Version: 1.0.3
- Security status: Suspicious
Review upstream source
The full public SKILL.md body is not directly fetchable for this entry right now, so this page is using the best available catalog metadata. Review the upstream source page for the latest files, version history, and security scan details: https://clawhub.ai/damirikys/scrapling-fetcher






