Skip to main content
Static IPs give you dedicated IP addresses that stay consistent across sessions. Perfect for API whitelisting, maintaining identity with authenticated sessions, or building reputation without the noise from shared IPs.

Why Use Static IPs?

Standard proxy rotation gives you a different IP each time. Static IPs give you:
  • Consistency - Same IP across all your sessions
  • Dedicated - Your IP, not shared with anyone else
  • Whitelist-ready - Perfect for APIs and services that only allow known IPs
  • Clean reputation - Build trust without worrying about what others did with that IP
  • Compliance - Meet security requirements for fixed source IPs

Use Cases

1. API Access with IP Whitelisting

Many enterprise APIs only accept requests from whitelisted IPs. Here’s how to use your static IP:
It is important that you have useProxy/use_proxy set to true/True along with your staticIpId/static_ip_id in your session params when using Static IPs.

2. Consistent Identity for Authenticated Sessions

Combine static IPs with profiles to maintain consistent identity across sessions:

3. Multi-Step Workflows

Some sites flag IP changes mid-session as suspicious. Static IPs keep you consistent:

Verifying Your Static IP

Quick check to confirm your static IP is working:

Getting Started with Static IPs

Manage Static IPs

Purchase and allocate static IPs to your team
Follow these steps to get your own static IPs:
  1. Purchase a plan
    • On the Hyperbrowser dashboard, go the Static IPs Tab and choose a plan. Your plan determines how many static IPs you can allocate to your team.
  2. Allocate IPs to your team
    • On the same page, once you have purchased a plan, allocate available static IPs to your team.
    • You can deactivate or delete an IP from your team at any time.
    • Once a Static IP is deleted from your team, there is no guarantee that it will be available again.
  3. Copy your Static IP ID(s)
    • After allocation, copy the ID shown for the Static IP in the table. Use this ID in your session configuration.
    • The table also contains the actual IP address of the Static IP.
  4. Manage limits and upgrades
    • Your total allocatable IPs are limited by your plan. Upgrade your plan to increase your static IP allocation.
    • If you downgrade or cancel your plan, any Static IPs over your allocation limit will be randomly deactivated.

Combining with Other Features

Static IPs work great with other Hyperbrowser capabilities:

Best Practices

Keep an eye on your static IP’s reputation. If a target site starts blocking it, you may need to adjust your automation patterns or rotate to a different static IP.
Having a static IP doesn’t mean you can hammer a site. Implement proper delays and rate limiting to stay under the radar.
Set up IP whitelisting well before you need it. Some services take days to process whitelist requests.
Keep notes on which static IPs you’re using for which purposes. Makes troubleshooting and management much easier.
Always test with your static IP in a dev environment before going to production. Verify the IP is working as expected.

Troubleshooting

Symptoms: Different IP on each sessionFixes:
  • Check that staticIpId is set correctly in your session params
  • Make sure that you have useProxy/use_proxy set to true/True in your session params
  • Make sure you’re using the correct static IP ID (not the actual IP address)
  • Contact info@hyperbrowser.ai to confirm your static IP pool is active
Symptoms: Can’t access whitelisted servicesFixes:
  • Double-check the service whitelisted the correct IP addresses
  • Verify no additional firewall rules are blocking you
  • Confirm the service completed their whitelist setup
  • Test with a simple curl command first to isolate the issue
  • Contact the service provider to verify whitelist status
Symptoms: Getting blocked or flagged by target sitesFixes:
  • Review your automation - are you being too aggressive?
  • Add delays and proper rate limiting
  • Check if you’re respecting robots.txt
  • Contact support to discuss IP rotation or getting a fresh IP
  • Consider using multiple static IPs to distribute load
Symptoms: Don’t know what to pass as staticIpIdFixes:
If you have other Static IP needs, please contact us at info@hyperbrowser.ai.

Next Steps

Proxy Configuration

Learn about proxy options

Stealth Mode

Configure anti-detection

Profiles

Persist browser state

Recordings

Record and replay sessions