Budget Unlimited

Shared residential proxies with unlimited bandwidth, sold by port block. It is the cheapest way to get started with ProxyOmega, and it suits high-volume scraping and automation on a fixed budget.

i
At a glance. Endpoint residential.proxyomega.com, ports 10000 to 10099, HTTP/HTTPS/SOCKS5. Bandwidth is unlimited on every port, so the meter is never on. Concurrency scales with the number of ports on your plan.

Connection details

Every Budget Unlimited plan connects to a single shared endpoint. When you buy, you are assigned a block of ports sized to your plan (5, 15, 25, 50, or 100 ports) from the range 10000 to 10099. Each port is an independent connection slot with unlimited bandwidth, so your total concurrency scales with how many ports you have.

Endpoint

residential.proxyomega.com

Ports

10000 to 10099, a block sized to your plan (5 / 15 / 25 / 50 / 100).

Protocols

HTTP, HTTPS, and SOCKS5, all on the same ports.

Bandwidth

Unlimited per port. No data caps, no metering.

You can authenticate with a username and password, or add your server's public IP to your Whitelist for credential-free access. Both are managed in the dashboard. See Authentication for the full setup.

Quick connect

Point any HTTP client at the endpoint on one of your assigned ports and send your request. This example routes through port 10000 and returns the exit IP so you can confirm the proxy is working:

curl -x "http://<username>:<password>@residential.proxyomega.com:10000" \
     https://api.ipify.org

Replace <username> and <password> with the credentials shown in your dashboard. To spread load, send requests across your full block of ports (10000, 10001, 10002, and so on). The same host and credentials work for HTTPS and SOCKS5. Change the scheme:

curl -x "socks5://<username>:<password>@residential.proxyomega.com:10000" \
     https://api.ipify.org

Country targeting

Budget Unlimited supports country-level targeting across 200+ countries, with 70+ explicit country targets available. To choose an exit country, append -country-<cc> (a two-letter country code) to your username. Your password stays the same.

# Route through a US exit IP
curl -x "http://<username>-country-us:<password>@residential.proxyomega.com:10000" \
     https://api.ipify.org
GoalUsername suffix
United States-country-us
Germany-country-de
United Kingdom-country-gb
i
Tip. The dashboard includes a proxy-list generator that builds these username strings for you, so you do not have to assemble them by hand. Country is the only geo parameter on Budget Unlimited. For state and city targeting, see Premium Unlimited or Residential / ISP.

Sessions

By default, Budget Unlimited rotates the exit IP on every request, which suits scraping where you want a fresh IP each time. To keep the same IP across multiple requests (a "sticky" session), append -session-<id> with any string you choose. Reusing the same string returns the same IP; changing it (or omitting it) rotates.

# Sticky session: same IP for every request that uses session "abc123"
curl -x "http://<username>-country-us-session-abc123:<password>@residential.proxyomega.com:10000" \
     https://api.ipify.org

Add -ttl-<minutes> to control how long that sticky IP is held. Sticky sessions last up to 24 hours on Budget Unlimited.

# Hold the same IP for 30 minutes
curl -x "http://<username>-country-us-session-abc123-ttl-30:<password>@residential.proxyomega.com:10000" \
     https://api.ipify.org
i
Which parameters work here. Budget Unlimited accepts country, session, and ttl. Order them after the username, dash-separated. Full details on Sessions & rotation.

Pricing

Choose a port count and a duration. More ports means more concurrent connections, and bandwidth is unlimited on every plan.

Ports1 Day7 Days30 Days
5$5.99$19.99$51.99
15$13.99$44.99$119.99
25$21.99$69.99$183.20
50$39.99$124.99$335.99
100$69.99$224.99$599.20
i
Recommended first test. Start with the 1-day, 5-port plan at $5.99 to validate your workflow before scaling up. Pay by card, crypto, or account balance. See the full pricing page.

Best for

  • High-volume web scraping where you want a fresh rotating IP per request.
  • SEO and rank tracking across many countries on a predictable, flat cost.
  • Automation and testing that needs concurrency but not a fixed per-GB budget.
  • Cost-sensitive projects, where unlimited bandwidth means no surprise overage at any throughput.

Next steps

Targeting

Full country-targeting syntax and the parameter matrix across every product.

Sessions & rotation

How rotating and sticky sessions work, and how to tune -ttl.

Code examples

Copy-paste snippets for Python, Node.js, and more.

Last updated 6 July 2026