Residential proxy platform for AI agents, bots & data pipelines — 2M+ residential IPs, 195+ countries, anti-bot bypass.
# Python SDK (anti-detection built in)
pip install iploop-sdk
# Node.js SDK
npm install iploop
# OpenClaw skill
clawhub install proxyclaw- Sign up at iploop.io/signup.html — takes 30 seconds
- Get your key from platform.iploop.io → API Keys section
- Set it:
export IPLOOP_API_KEY="your_key_here"Free tier includes 0.5 GB — no credit card needed. Or earn unlimited credits by running a Docker node.
from iploop import IPLoop
client = IPLoop(api_key="YOUR_KEY", country="US")
# Anti-bot sites just work
r = client.fetch("https://www.zillow.com/homes/NYC_rb/") # ✅ 1.3MB
r = client.fetch("https://www.walmart.com/browse/electronics") # ✅ 2.5MB
r = client.fetch("https://www.bestbuy.com/site/laptops") # ✅ 847KB
# Country targeting
r = client.fetch("https://example.com", country="DE")
# Sticky session
s = client.session()
r1 = s.fetch("https://httpbin.org/ip")
r2 = s.fetch("https://httpbin.org/ip") # same IPconst { IPLoop } = require('iploop');
const client = new IPLoop('YOUR_API_KEY');
const result = await client.fetch('https://example.com', { country: 'US' });curl -x "http://user:YOUR_KEY-country-US@proxy.iploop.io:8880" https://httpbin.org/ipTested 5× back-to-back. Every preset passes every time.
| Category | Sites | Method |
|---|---|---|
| E-commerce | Amazon, eBay, Walmart, Target, BestBuy, Costco, Nordstrom, Newegg, Wayfair, Nike, Shopify, Zappos, ASOS, IKEA, Apple, Samsung | Proxy + Stealth |
| Social | Reddit, Twitter/X, Instagram, TikTok, Pinterest, LinkedIn, Quora, Medium, Twitch | Stealth Mode |
| News | CNN, BBC, NYTimes, Fox News, The Guardian, Yahoo News, Dev.to | Proxy |
| Tech | GitHub, StackOverflow, HackerNews, NPM, PyPI, Coursera | Proxy |
| Real Estate | Zillow, Airbnb, Booking.com, Craigslist | Stealth Mode |
| APIs | YouTube, Stocks, CoinGecko, Spotify, XKCD, SpaceX, Pokemon, Weather, ExchangeRate, RemoteOK | Direct API |
| Other | Wikipedia, IMDb, Steam, Goodreads, Trustpilot, Archive.org, HomeDepot, DuckDuckGo, Bing, Hulu, Microsoft | Proxy + Stealth |
Stealth mode uses advanced browser fingerprinting + residential IPs:
- Bypasses Cloudflare, Akamai, and most anti-bot systems
- 66/66 sites pass (100%) with stealth mode
- Auto-detects stealth capabilities and activates automatically
Full REST API at https://api.iploop.io/api/v1/ — see docs/API.md
| Endpoint | Auth | Description |
|---|---|---|
POST /auth/register |
No | Create account, get JWT |
POST /auth/login |
No | Login, get JWT |
GET /usage |
JWT | Plan, bandwidth, stats |
GET /billing |
No | Pricing plans |
GET /nodes |
JWT | Browse proxy nodes |
GET /nodes/stats |
JWT | Network statistics |
GET /nodes/countries |
JWT | Available countries |
GET /proxy/config |
JWT | Proxy configuration |
GET /earn/stats |
JWT | Earning overview |
GET /earn/balance |
JWT | Credit balance |
GET/POST /earn/devices |
JWT | Manage earning devices |
POST /earn/cashout |
JWT | Withdraw earnings (min $10) |
GET /dashboard/summary |
JWT | Full dashboard data |
proxy.iploop.io:8880
Auth format: user:APIKEY-country-XX-city-NAME-session-ID@proxy.iploop.io:8880
curl https://gateway.iploop.io:9443/health
# → {"connected_nodes": 23000+, "status": "healthy"}Share bandwidth → earn proxy credits. No investment needed.
docker run -d --name iploop-node --restart=always ultronloop2026/iploop-node:latest| Tier | Uptime | Rate | Daily |
|---|---|---|---|
| 🥉 Bronze | 0–6h | 50 MB/hr | 300 MB |
| 🥈 Silver | 6–24h | 75 MB/hr | 1.35 GB |
| 🥇 Gold | 24h+ | 100 MB/hr | 2.4 GB/day |
→ ~70 GB/month free with one node running 24/7.
Multi-device: +20% per additional node.
See REWARDS.md for full details.
| Plan | Price | Included |
|---|---|---|
| Free | $0 | 0.5 GB |
| Starter | $4.50/GB | 5 GB |
| Growth | $3.50/GB | 50 GB |
| Business | $2.50/GB | 200 GB |
| Enterprise | Custom | Dedicated support |
Use code OPENCLAW for 20% off.
| Metric | Value |
|---|---|
| Residential IP pool | 2,000,000+ |
| Connected nodes | 23,000+ |
| Daily unique IPs | 98,000+ |
| Countries | 195+ |
| Protocols | HTTP, HTTPS, SOCKS5 |
| Device types | Android, Windows, Mac, Smart TV |
| QA success rate | 100% (66/66 sites) |
- 🌐 proxyclaw.ai — Landing page
- 📖 Docs — API documentation
- 🏠 platform.iploop.io — Platform Dashboard & sign up sign up
- 🐍 Python SDK —
pip install iploop-sdk - 📦 Node.js SDK —
npm install iploop - 🐳 Node Agent — Earn credits
- 🐳 Docker Hub
MIT