- name
- datadome-super-bypass
- description
- End-to-end DataDome bypass orchestration for authorized targets by chaining probe, cookie harvest fallback, cookie injection, retest, and optional CapSolver token path. Use when anti-bot challenge blocks login/search and single-step methods fail.
DataDome Super Bypass
Overview
Run a single orchestrator that executes all available bypass layers in order and reports what still blocks progress.
Run
bash scripts/run_super_bypass.sh "https://propwire.com/search?filters=%7B%7D" propwireWhat it does
- Run solver credential bootstrap checks (env + optional balance check)
- Probe protected endpoint
- Attempt no-key DataDome cookie harvest (Playwright)
- Inject harvested cookie into Playwright state
- Retest for challenge presence
- If
CAPSOLVER_API_KEYandPROXY_URLare present, run solver path - Save artifacts/screenshots in
inbox/
Required for solver path
CAPSOLVER_API_KEYPROXY_URL
Outputs
- Probe HTML:
inbox/datadome_probe_super.html - Harvested cookie:
inbox/datadome_cookie_super.json - Retest screenshot:
inbox/super_bypass_retest.png - Session state:
~/.clawdbot/browser-sessions/<session>_playwright_state.json
Notes
- Authorized access only.
- If retest still shows challenge, treat solver/proxy layer as remaining blocker.