Proxy features require a paid plan.
Quick Start
Enable Hyperbrowser’s managed proxy network with a single parameter:Update Proxy on a Running Session
You can update proxy settings on an active session without recreating it by callingPUT /session/:id/update with type: "proxy".
- Set
enabled: falseto disable proxying for the current session. - Set
enabled: truewithstaticIpIdto switch the session onto a static IP. - Set
enabled: truewith an optionallocationobject to use Hyperbrowser’s managed proxy network. - If
location.countryis omitted, Hyperbrowser defaults it toUS. - Custom proxy values cannot be set through this update route. If you need
proxyServer,proxyServerUsername, orproxyServerPassword, create the session with those values instead. - Once a session has used managed proxy or static IP, you can disable and re-enable that same proxy type, but you cannot switch between managed proxy and static IP within the same session.
Managed Proxy Update
Uselocation to target a managed proxy location on an existing session.
Static IP Update
ProvidestaticIpId to move an existing session onto one of your team’s active static IPs.
Disable Proxy
Disable proxying for the active session without ending the session itself.Country-Level Targeting
Target specific countries using ISO 3166-1 alpha-2 country codes. Hyperbrowser supports 100+ countries including:| Region | Countries |
|---|---|
| North America | US, CA, MX |
| Europe | GB, DE, FR, ES, IT, NL, SE, CH |
| Asia Pacific | JP, AU, SG, IN, KR, HK, CN |
| South America | BR, AR, CL |
| Middle East | AE, SA, IL |
US State-Level Targeting
For US proxies, target specific states for more precise geo-targeting:State codes use the standard two-letter US state abbreviations (AL, AK, AZ,
AR, CA, etc.)
City-Level Targeting
Target specific cities for ultra-precise geo-location. Common cities include New York, Los Angeles, Chicago, London, Tokyo, and more.While Hyperbrowser supports nearly all countries and a lot of cities, not all areas are guaranteed to be available. Especially for areas with low population density, separate testing should be done to ensure that adequate coverage is available.
Custom Proxy Servers
Use your own proxy infrastructure by providing server credentials. Supports HTTP, HTTPS, SOCKS5, SOCKS5h proxies.When setting the
proxyServer, ensure that you start it with the scheme like http:// for example.Best Practices
Match proxy to content
Match proxy to content
Use proxies in the same region as your target content for better performance and to avoid geo-blocking.
Combine with stealth features
Combine with stealth features
Always enable
useUltraStealth or useStealth when using proxies to maximize
detection evasion.Test before scaling
Test before scaling
Verify your proxy configuration works with target sites before running large-scale operations.
Related Features
Stealth Mode
Advanced bot detection evasion
Static IPs
Use dedicated IP addresses
Profiles
Persist cookies and local storage
Live View
Watch sessions in real-time