A professional methodology for reliable web scraping using residential proxy rotation, anti-detection headers, and browser automation.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install web-scraping-proxy
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install web-scraping-proxy using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Web Scraping with Proxy Rotation skill is a robust framework designed to help developers extract data from protected websites reliably. It addresses the common challenges of modern web scraping, such as IP bans, rate limiting, and sophisticated bot detection systems like Cloudflare or DataDome. By leveraging Openclaw Skills, this workflow combines residential IP rotation with browser fingerprinting and realistic request timing to ensure high success rates across millions of requests.
This skill is particularly valuable for projects requiring large-scale data collection where standard scraping techniques fail. It provides clear guidance on choosing between high-speed HTTP clients and full browser automation, ensuring developers use the most efficient resources for their specific target sites.
For JavaScript-heavy sites using Openclaw Skills, use the following configuration structure to route traffic through a residential gateway:
{
"browser": {
"proxy": {
"server": "http://gate.birdproxies.com:7777",
"username": "USER",
"password": "PASS"
}
}
}
For high-speed HTTP scraping with command-line tools or simple scripts, export these environment variables:
export HTTP_PROXY=http://USER:[email protected]:7777
export HTTPS_PROXY=http://USER:[email protected]:7777
export NO_PROXY=127.0.0.1,localhost
The skill organizes scraping logic based on the target website's protection profile and data structure:
| Protection Level | Recommended Strategy | Best Tool |
|---|---|---|
| Rate Limited Only | Rotating proxy + Delays | HTTP Client |
| Cloudflare Low | Residential Proxy + Browser Tool | Browser Tool |
| Cloudflare High | Sticky Sessions + Delays | Browser Tool |
| DataDome/PerimeterX | Fingerprint Spoofing | Browser Tool |
Loading
A comprehensive automation suite for Twitter/X designed to scale account growth through intelligent scheduling, lead finding, and competitor analysis.

A comprehensive tool for monitoring and scraping real-time travel prices across major booking platforms using residential proxies.

A comprehensive automation suite for managing multiple dating app profiles, performing A/B testing, and bypassing ban detection with residential proxies.

Automate the entire lifecycle of high-volume TikTok account management using mobile-grade residential proxies to bypass detection.

A powerful tool for analyzing YouTube competitor channels, trending content, and search keywords to reverse-engineer successful video strategies.

A high-performance real estate data extraction tool for scraping Zillow listings, price history, and market analytics while bypassing Cloudflare protection.








































