For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

  1. Open Dashboard → ISP → Order.

  2. Pick country (and city if the country supports it).

  3. Pick quantity — minimum 1 IP, max 5,000 per order.

  4. Pick billing period — monthly or annual.

  5. 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

  1. Open Dashboard → ISP → My IPs → {Batch}.

  2. Click Download and pick a format:

    • ip:port:user:pass (default) — one IP per line

    • CSV — columns ip,port,user,pass,country,city,asn

    • JSON — 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

Last updated

Was this helpful?