Enterprise & Partners

If you run serious volume, talk to us.

The dashboard is self-serve. Everything else is negotiable — infrastructure, access, integrations. Tell us what you're building and we'll find the shape that fits.

Three ways this usually starts.

You run a group.

Dedicated subnets exist because a group asked for them. Yours can be next — your own ranges, sealed from everyone else's traffic, run your way.

You build tools.

Provisioning, usage, sub-accounts — over an API. Your users buy from you; the proxies just work underneath.

You already sell proxies.

Supply, white-label, or capacity that isn't yours to babysit. We're easy to plug in and easier to work with.

Partnership here means the deal bends to you. Regions, terms, API limits, custom pricing — if the volume is serious, every one of them moves.

And it's built for the long run: you talk straight to the people running the network, and what you ask for shapes what we build next. Whole regions have shipped because one group needed them.

What's on the table.

  • API access

    Provisioning, usage, and sub-accounts; docs ship with access.

  • White-label

    Your brand in front, our infrastructure underneath.

  • Sub-accounts

    Carve your capacity into accounts you control.

  • Custom pricing

    Priced around how you buy, not a public rate card.

  • Dedicated pools & subnets

    Ranges that belong to your operation alone.

  • Custom solutions

    If it routes packets, we can probably build it.

  • A direct line

    The people who run the network, not a ticket queue.

Built for automation.

Point your stack at one endpoint. Sessions, rotation, and targeting are flags on the credential — no SDK, no lock-in.

Session control
Rotating per request, or sticky for the IP's whole life
Authentication
user:pass — flags ride the password
Protocols
HTTP & SOCKS5 on the same credentials
Targeting
Country and city, set per connection
sticky_session.py
import requests

# Sticky session in Germany — flags ride the password
proxy = ("http://USER:PASS_country-DE"
         "_session-9f2k41ab_lifetime-hard"
         "@residential.basilproxies.com:1000")

r = requests.get(
    "https://ipinfo.io/json",
    proxies={"http": proxy, "https": proxy},
    timeout=10,
)
print(r.json()["country"])  # DE — same IP for its whole life

How it works.

  1. Email what you're doing.

  2. We scope it together — Discord or a call.

  3. You're live. Usually days, not weeks.

Tell us what you're building.

Email [email protected]

A two-line email is enough to start.