Dedicated ISP Proxies
In-house dedicated, on-demand ISP IPs — you buy specific IPs for exclusive use (not a shared pool) at ~40 ms response, with unlimited bandwidth and full subnet diversity. Built for long-running, identity-bound operations like account warming and ticketing.
Specs
- Model: dedicated IPs sold on-demand (one user owns the IP for the duration)
- Coverage: 5 countries — US, Germany, Canada, UK, Australia
- Bandwidth: unlimited
- Typical response time: ~40 ms
- Protocols: HTTP, SOCKS5
- Sessions: rotating or sticky (up to 2 hours)
- Concurrency: up to 9,000 concurrent connections — higher on request
- Best for: account warming, ticketing, identity-bound workflows
- Includes: full subnet diversity
Connect
Dedicated ISP has no fixed gateway — each purchased IP has its own host and port, shown in your dashboard after purchase. Substitute them below.
# HTTP
curl -x "http://USERNAME:PASSWORD@<your-dedicated-host>:<port>" https://api.ipify.org# SOCKS5
curl -x "socks5://USERNAME:PASSWORD@<your-dedicated-host>:<port>" https://api.ipify.orgRequest parameters
None. You own the IP — connect to the host:port assigned to your plan (shown in the dashboard) and every request exits that IP. There are no country, session, or IP-targeting flags to add to the username. Your country is chosen at purchase from the 5 supported locations (US, DE, CA, UK, AU).
Sessions
Your dedicated IP is static for the duration — every request comes out of the same IP, so there's nothing to rotate or pin. If your plan includes multiple IPs (subnet diversity), you can distribute traffic across them.
Pricing
Per-IP, with unlimited bandwidth. See Dedicated ISP pricing.
Quickstart
- Buy a Dedicated ISP plan in the dashboard, choosing your country.
- Copy your username, password, and the host:port for your IP.
- Use the connection string above with your dedicated host and port.