中文

CFSPIDER

Cloudflare Proxy Network

Node Location
YYZ
Country
US
City
Columbus
Status
ONLINE
IP ADDRESS Status LATENCY REGION
LOADING...

// API ENDPOINTS

GET /api/fetch?url=https://example.com
Proxy request and return content
GET /api/json?url=https://httpbin.org/ip
Proxy request and return JSON
GET /api/pool
Get proxy IP pool status
POST /proxy?url=...&method=GET
Python client proxy request
# pip install cfspider
import cfspider

cf_proxies = "https://your-workers.dev"

response = cfspider.get(
    "https://httpbin.org/ip",
    cf_proxies=cf_proxies
)
print(response.text)  # Cloudflare IP