🎉 You're In!
Welcome to IPLoop. Save these credentials:
⚠️ Save now: We only show your full API key once. You can regenerate it later in settings.
✨ New: Single API key format — no more customer_id needed! Just copy your key and go.
Choose your integration:
cURL
Python
Node.js
Proxy URL
curl -x "http://:@proxy.iploop.io:8880" \
-H "X-Country: US" \
https://httpbin.org/ip
# pip install iploop-sdk
from iploop import IPLoop
client = IPLoop(
customer_id="",
api_key=""
)
response = client.get("https://api.example.com")
print(response.json())
// npm install iploop
const { IPLoop } = require('iploop');
const client = new IPLoop({
customerId: '',
apiKey: ''
});
const response = await client.get('https://api.example.com');
console.log(response.data);
Proxy URL: proxy.iploop.io:8880
Auth: :
# With country targeting
:-country-US
- 📧 Check your email for the full setup guide
- 🌍 Target countries: add
-country-XX to your auth (US, GB, DE, etc.)
- 🐳 Earn free credits:
docker run -d --name iploop-node --restart=always ultronloop2026/iploop-node:latest
- 📊 Go to Dashboard to manage your account