DocumentationUsing Proxies
Using Proxies
Route captures through proxies for geo or access control.
Proxy configuration
Use auth.proxy to route the browser through an HTTP/HTTPS proxy.
{
"url": "https://example.com",
"auth": {
"proxy": "http://user:pass@proxy.example.com:3128"
}
}
When to use
- Geo-specific content.
- IP-based access controls.
- Sites that block data center IPs.
Tips
- Prefer stable residential or premium proxies.
- Increase
wait.timeout_msfor proxy latency. - Rotate exit nodes if assets fail to load.
Updated 1 day ago