Egress you own
Your own fleet, autoscaled across 8+ clouds (AWS, Fly, Hetzner, E2B and India-first providers). You own the IPs — no reseller markup, no per-GB tax.
bytetourist routes every request through your own multi-cloud edge fleet — 10 routing strategies, residential / datacenter / mobile IPs, TLS-fingerprint spoofing and per-node circuit breaking. No reselling, no 30% bandwidth tax.
Everything a scraping or data team needs at the egress layer — and you own all of it.
Your own fleet, autoscaled across 8+ clouds (AWS, Fly, Hetzner, E2B and India-first providers). You own the IPs — no reseller markup, no per-GB tax.
round_robin, freshest_ip, ip_rotation, lowest_latency, session_affinity, cost_aware and more — chosen per request, not per account.
Pick the IP class per call, or escalate from datacenter to residential to mobile when a target gets strict.
Browser-grade TLS / JA3 fingerprints via tls-client, with a headless-Chrome fallback (go-rod) for the hard targets.
Unhealthy edges trip out automatically; requests fall back to a healthy node in the same region with zero retries on your side.
Orgs, API keys, plan quotas and per-request usage metered to ClickHouse — wired for usage-based billing.
Ten selection strategies, set per request via a single header or username param.
round_robinEven rotation across the eligible fleet — the sensible default.freshest_ipThe least-recently-used IP for this (org, host) — maximum variability.ip_rotationDeterministic rotation scoped per (org, target host).lowest_latencyPick the node with the best measured p50 to tame tail latency.least_connectionsSend to the least-busy node — natural load levelling.session_affinityPin a session id to one IP for multi-step flows.ip_hashStable node per client IP — sticky without session state.weighted_round_robinBias rotation by node weight / capacity.cost_awarePrefer cheaper egress when the latency budget allows.randomUniform random pick — the cheapest possible selection.A direct gRPC stream from core to edge — no broker on the hot path.
Send your API key as the proxy username. Encode targeting right in the username or via X-Proxy-* headers.
Core filters the live fleet by region / country / ip_type, then selects one node using your chosen strategy.
The edge node makes the real outbound call from its own IP and streams the response straight back to you.
Every request is metered to ClickHouse while the scaler grows, recycles and heals the fleet automatically.
Scraping APIs and unblockers buy their bandwidth. bytetourist owns it.
Point your client at the proxy, send your key, and pick a country. That’s it.