curlinstalled (comes pre-installed on most systems)IPLOOP_API_KEYenvironment variable set
- Sign up at iploop.io/signup
- Copy your API key from the dashboard
- Use code
OPENCLAWfor 20% off any paid plan
export IPLOOP_API_KEY="your_api_key_here"To make it permanent, add to your shell profile:
echo 'export IPLOOP_API_KEY="your_api_key"' >> ~/.bashrc
source ~/.bashrc./setup.shExpected output:
✅ IPLOOP_API_KEY is set
✅ Proxy connection successful
✅ ProxyClaw is ready
For markdown-formatted output, install:
npm install -g node-html-markdownThen use:
./fetch.sh https://example.com --format markdownAll requests route through: proxy.iploop.io:8880
Format: http://iploop:API_KEY[-options]@proxy.iploop.io:8880
- Check if
IPLOOP_API_KEYis set correctly - Verify your free tier hasn't been exhausted (0.5 GB limit)
- Try without country targeting first
- Try a different country:
--country USor--country DE - Some sites require browser automation (Puppeteer/Playwright)
- Must be exactly 2 uppercase letters (ISO 3166-1 alpha-2)
- Examples: US, GB, DE, FR, JP, BR, CA, AU
- Add delays between requests:
sleep 1between calls - Upgrade to a higher tier for more req/min
| Variable | Required | Description |
|---|---|---|
IPLOOP_API_KEY |
✅ Yes | Your IPLoop API key |
proxy.iploop.io:8880— HTTP/HTTPS proxy gatewayiploop.io— API and auth endpoints- User-specified target URLs