⚡ OpenClaw Skill

Open Web Access for OpenClaw Agents.

Install one skill. Your AI agent gets instant access to any website through real residential IPs — with JS rendering, CAPTCHA solving, and anti-bot bypass. And you earn free proxy credits while you use it.

proxyclaw
# Option 1: ClawHub
$ clawhub install proxyclaw
✓ ProxyClaw skill installed

# Option 2: Direct from GitHub
$ git clone https://github.com/Iploop/proxyclaw.git
✓ Cloned to ./proxyclaw

# Option 3: Python SDK
$ pip install iploop[stealth]
✓ IPLoop SDK + anti-bot stealth mode

$ python3 -c "from iploop import IPLoop; print(IPLoop(api_key='KEY', stealth=True).fetch('https://example.com').text[:100])"
→ Routing through residential IP (US)...
✓ Done — anti-bot bypassed ⚡

Your AI Agent Is Blind.

AI agents need web data. But the web doesn't want them. CAPTCHAs, bot detection, IP bans, JavaScript walls, geo-restrictions — every website is designed to block automated access. Your agent sees error pages where data should be.

without proxyclaw
$ agent fetch https://target-site.com
✗ 403 Forbidden
✗ CAPTCHA detected
✗ IP blocked
✗ JavaScript not rendered

→ No data returned
with proxyclaw
$ proxyclaw fetch https://target-site.com
→ Routing through residential IP...
→ JS rendered, CAPTCHA solved...

✓ 200 OK — 4.8KB markdown
+0.04 credits earned ⚡

Everything Your Agent Needs

Full web access through the world's most advanced residential proxy infrastructure.

🖥️

JavaScript Rendering

Full browser rendering server-side. Dynamic SPAs, React apps, infinite scrolls — all rendered before content is returned.

🔓

CAPTCHA Solving

Automatic CAPTCHA detection and solving. reCAPTCHA, hCaptcha, Cloudflare challenges — handled transparently.

🛡️

Anti-Bot Bypass

Real residential fingerprints that pass even the strictest anti-bot systems. No flags, no blocks, no detection.

🌍

195+ Countries

Access content from any location. Country, state, and city-level geo-targeting through 1M+ residential IPs.

📝

Markdown & JSON

Get clean, structured output ready for your LLMs. HTML to markdown conversion built in. Structured JSON for search results.

Earn Free Proxy

The only scraping skill that pays you to use it. Every request earns credits. Share bandwidth for more. Zero cost web access.

We Pay You to Use It.

ProxyClaw is the only AI skill where using it makes it free. Every scrape earns proxy credits. Share your idle bandwidth and earn even more. The result? Unlimited web access at zero cost.

Earn Per Request

Every page you scrape generates proxy credits automatically

🔄
Share & Multiply

Let ProxyClaw use your idle bandwidth and multiply your earnings

🆓
Free Forever

Most users never pay — the credits cover all your proxy usage

$0.00
Your cost with EarnClaw credits
+0.04
Credits per scrape
+2.5 GB
Free bandwidth / month
195+
Countries available
No limits on earning

One Skill. Every Website Unlocked.

ProxyClaw routes your agent's requests through real residential IPs — real devices, real browsers, real fingerprints. Websites can't tell the difference between your agent and a human.

📥
Step 01

Install the Skill

One command. Your AI agent gets instant access to IPLoop's residential proxy network — 1M+ real IPs across 195+ countries.

🔓
Step 02

Access Any Website

CAPTCHAs, bot detection, geo-blocks, JavaScript walls — ProxyClaw handles everything server-side. Your agent just gets clean data back.

💰
Step 03

Earn Free Proxy

Every request earns proxy credits. Share idle bandwidth for more. The skill literally pays for itself — most users never spend a cent.

Quick Start

Install and start fetching in under 30 seconds.

1. Install (pick one)

# Option A: ClawHub
$ clawhub install proxyclaw
# Option B: Direct from GitHub
$ git clone https://github.com/Iploop/proxyclaw.git
# Option C: Python SDK (recommended)
$ pip install iploop[stealth]

Python SDK usage:

# Anti-bot bypass included
$ pip install iploop[stealth]
# 3 lines to scrape any site
from iploop import IPLoop
client = IPLoop(api_key="YOUR_KEY")
r = client.get("https://www.zillow.com/homes/") # anti-bot bypassed ✅

100% success on anti-bot sites. GitHub →

2. Set Your Token

# Get your token at iploop.io
export IPLOOP_API_KEY="your-token"

3. Fetch Any Page

# Fetch a page through residential proxy
curl -s -G \
  --data-urlencode "url=https://example.com" \
  -H "Authorization: Bearer $IPLOOP_API_KEY" \
  "https://api.proxyclaw.ai/browser"

4. With Geo-Targeting

# Fetch from a specific country
curl -s -G \
  --data-urlencode "url=https://example.com" \
  --data-urlencode "country=US" \
  -H "Authorization: Bearer $IPLOOP_API_KEY" \
  "https://api.proxyclaw.ai/browser"

API Parameters

ParameterValuesDefaultDescription
urlany URL(required)Target page to fetch
formatrendered, raw, markdownrenderedOutput format
country2-letter codeautoGeo-target country
expiration0 to N (days)1Cache age (0 bypasses)
delay0.1 to 10 (sec)noneExtra wait for dynamic content
devicedesktop, mobiledesktopDevice type
ipresidential, ispresidentialIP type

Simple Transparent Pricing

Pay only for what you use. No hidden fees, no commitments.

Basic
Starting from 1GB
$1.50/GB
  • Residential Proxies
  • JS rendering included
  • Markdown & HTML output
  • 195+ countries
  • Community support
Get Started
Enterprise
Starting from 50GB
$0.50/GB
  • Everything in Starter
  • Volume discounts
  • Custom integration
  • Dedicated IPs available
  • Dedicated support
Get Started

Ready to Give Your Agent Superpowers?

One skill. Unlimited web access. Free proxy credits. Install ProxyClaw and start scraping in 30 seconds.

Get Started Free View on GitHub
Powered by IPLoop.io