stealth-browser

Automate stealth web scraping against anti-bot protected sites.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/SennTse/openclaw-backup --skill stealth-browser-senntse
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stealth-browser
Source: https://github.com/SennTse/openclaw-backup/tree/main/skills/kesslerio-stealth-browser
Command: npx skills add https://github.com/SennTse/openclaw-backup --skill stealth-browser-senntse

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires camoufox, curl_cffi, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Automates stealth web scraping against sites protected by anti-bot defenses.

Core Features & Use Cases

  • Camoufox-based browser for protected sites (Cloudflare, Datadome, Yelp, Airbnb)
  • TLS fingerprint spoofing via curl_cffi for API endpoints without a full browser
  • Session management and proxy guidance for resilient, repeatable scrapes
  • Proxy configuration and rotation strategies for sustainable scraping

Quick Start

Install the required tools and run a sample fetch to verify the setup.

Frequently Asked Questions about stealth-browser

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I bypass Cloudflare anti-bot protection for web scraping?

Bypassing Cloudflare anti-bot protection for web scraping requires stealth browser automation using Camoufox to spoof fingerprints and simulate legitimate traffic, ensuring access to protected pages without triggering blocks.

What is TLS fingerprint spoofing and when should I use it for scraping?

TLS fingerprint spoofing mimics the cryptographic signatures of legitimate browsers to prevent API endpoint blocks during web scraping. You should use it via curl_cffi when fetching API endpoints without launching a full browser, reducing overhead while maintaining access.

Can I use curl_cffi to scrape API endpoints without a full browser?

Yes, you can use curl_cffi to scrape API endpoints without a full browser by spoofing TLS fingerprints. This method intercepts API traffic directly, avoiding the resource-heavy browser launch while maintaining resilient access to protected endpoints.

How do I configure proxy rotation for stealth web scraping?

Configuring proxy rotation for stealth web scraping involves integrating proxy management strategies with session management utilities to distribute requests. This setup ensures repeatable and resilient scrapes by masking the origin IP and preventing rate limits.

Does stealth web scraping work against Datadome and Airbnb protections?

Yes, stealth web scraping works against Datadome and Airbnb protections by utilizing Camoufox-based browser automation. This tooling applies anti-bot evasion techniques tailored for these specific platforms to deliver sustainable, repeatable page access.