π¦ ClawHub
Scrapeless Webunlocker Skill
by @scrapelesshq
Bypass website blocks and scrape web content using Scrapeless Universal Scraping API.
π‘ Examples
Command:
python3 scripts/webunlocker.py --url "https://example.com"
Examples:
# Scrape HTML content
python3 scripts/webunlocker.py --url "https://httpbin.io/get"Scrape plain text
python3 scripts/webunlocker.py --url "https://example.com" --response-type plaintextScrape as Markdown
python3 scripts/webunlocker.py --url "https://example.com" --response-type markdownTake a screenshot
python3 scripts/webunlocker.py --url "https://example.com" --response-type pngCapture network requests
python3 scripts/webunlocker.py --url "https://example.com" --response-type networkExtract specific content types
python3 scripts/webunlocker.py --url "https://example.com" --response-type content --content-types emails,links,imagesUse a specific country proxy
python3 scripts/webunlocker.py --url "https://example.com" --country USUse POST method
python3 scripts/webunlocker.py --url "https://httpbin.org/post" --method POST --data '{"key": "value"}'Add custom headers
python3 scripts/webunlocker.py --url "https://example.com" --headers '{"User-Agent": "Mozilla/5.0"}'Use custom proxy
python3 scripts/webunlocker.py --url "https://example.com" --proxy-url "http://your-proxy-url:port"Enable JavaScript rendering
python3 scripts/webunlocker.py --url "https://example.com" --js-renderEnable JavaScript rendering with headless mode
python3 scripts/webunlocker.py --url "https://example.com" --js-render --headlessEnable JavaScript rendering and wait for specific element
python3 scripts/webunlocker.py --url "https://example.com" --js-render --wait-selector "body > div > p:nth-child(3) > a"Bypass Cloudflare protection with JavaScript rendering
python3 scripts/webunlocker.py --url "https://example.com" --js-renderBypass Cloudflare Turnstile challenge
python3 scripts/webunlocker.py --url "https://2captcha.com/demo/cloudflare-turnstile-challenge" --js-render --headless --response-type markdown
π Tips & Best Practices
β οΈ Timeout Policy:
β οΈ Supported CAPTCHAs:
β οΈ Rate Limits:
β οΈ Billing:
TERMINAL
clawhub install scrapeless-webunlocker-skill