06/Documentation/Unlimited Traffic
06/Unlimited Traffic
Unmetered High-Throughput Endpoint
The unlimited endpoint is a fixed-cost gateway optimized for predictable, large-volume workloads such as RPA, market intelligence crawls, and continuous ML training data collection. You pay a flat daily rate per port and consume as much bandwidth as the port can sustain with no per-GB metering and no overage charges.
// Node.js - unmetered gateway
import fetch from "node-fetch";
import { HttpsProxyAgent } from "https-proxy-agent";
const agent = new HttpsProxyAgent(
"http://unlimitedKey:PASSWORD@unlimited.kairoxo.io:10000"
);
const r = await fetch("https://example.com", { agent });
console.log(r.status);info
Fair-use policy
The unlimited endpoint is engineered for sustained throughput, not burst attacks. Workloads that exhibit DDoS-like patterns are throttled at the routing layer to protect the pool. Contact engineering for confirmed sustained rates above 500 Mbps per port.