Automation

Resilient Scraper

Anti-block web scraping with automatic fallback chain. Never lose data to a 403 again.

Buy Now — $4.99

One-time purchase · Instant download · Yours forever

Resilient Scraper

Anti-block web scraping with automatic fallback chain. Never lose data to a 403 again.

Quick Start


# Scrape a URL with full fallback chain
python3 scripts/resilient-scraper.py fetch "https://example.com/page"

# Scrape with specific output format
python3 scripts/resilient-scraper.py fetch "https://example.com" --format markdown

# Check domain health (success rate, block history)
python3 scripts/resilient-scraper.py status "example.com"

# View scrape history and success rates
python3 scripts/resilient-scraper.py stats

# Clear cache for a domain
python3 scripts/resilient-scraper.py cache clear "example.com"

# Batch scrape from URL list
python3 scripts/resilient-scraper.py batch urls.txt --delay 5

# Test all fallback levels against a URL
python3 scripts/resilient-scraper.py diagnose "https://example.com/page"

Fallback Chain

The scraper tries each level in order, escalating on failure:


Level 1: Simple fetch (requests + rotated User-Agent)
    ↓ on 403/429/timeout
Level 2: Enhanced fetch (cookies, referer spoofing, session reuse)
    ↓ on failure
Level 3: Browser fetch (headless Chromium via Playwright/Selenium)
    ↓ on failure
Level 4: Cached response (return last successful scrape if < 24h old)
    ↓ on cache miss
Level 5: Error report with diagnosis

User-Agent Rotation

50+ real browser User-Agent strings, rotated per request. Includes:

Rate Limiting

Built-in per-domain rate limiting:

Cache

Successful responses cached at ~/.openclaw/workspace/scraper-cache/:

Domain Health Tracking

Per-domain success/failure stats at ~/.openclaw/workspace/scraper-stats.jsonl:

Ready to get started?

One-time purchase. No subscription. Download instantly and use forever.

Buy Now — $4.99
Category: Automation Price: $4.99 USD Released: 2026-05-13 Skill ID: resilient-scraper