Quick start
1. Order ISP IPs
No KYC is required to start. We may request verification later if your account triggers a risk review — see ID verification.
Open Dashboard → ISP → Order.
Pick country (and city if the country supports it).
Pick quantity — minimum 1 IP, max 5,000 per order.
Pick billing period — monthly or annual.
Click Order. IPs are provisioned within 1–5 minutes for tier-1 countries, up to 24 hours for long-tail.
You'll receive an email when the batch is ready.
2. Download the list
Open Dashboard → ISP → My IPs → {Batch}.
Click Download and pick a format:
ip:port:user:pass(default) — one IP per lineCSV — columns
ip,port,user,pass,country,city,asnJSON — full metadata including ASN and city
Proxifier / FoxyProxy / SwitchyOmega — ready-to-import files
Or grab the list via API:
Full reference: Proxy list format.
3. Send a request
Use any single IP from your list:
curl
The response should be exactly 198.51.100.42 — it's a static IP.
Python (requests)
Node.js (undici)
Go (net/http)
PHP (cURL)
4. Use the whole batch (rotation)
Load the list and pick the next IP per request. Simple round-robin:
See Client-side rotation for more robust patterns.
What's next
Proxy list format — every format variant
Authentication — switch to IP whitelist
IP management — replace dead IPs, refresh batches
Last updated
Was this helpful?