🌐 Proxy Environment Overview
To ensure stable access to target websites worldwide, the platform provides an encrypted network channel (proxy server) at runtime. You do not need to purchase, deploy, or maintain proxies yourself.Simply read the proxy credentials injected by the platform and configure them correctly in your HTTP requests.
📌 Proxy Configuration
- Protocol:
SOCKS5 - Endpoint:
proxy-inner.cafescraper.com:6000 - Authentication:
- Environment Variable:
PROXY_AUTH - Format:
username:password
- Environment Variable:
- Cost: Built-in and free — no extra payment or manual setup required
🐍 Python Example
🧱 Go Example
🟢 Node.js Example
Dependencies
⚠️ Notes
- ❗ Never hard-code proxy usernames or passwords
- ❗ Always use the platform-injected
PROXY_AUTH - ❗ In Node.js,
proxy = falsemust be set , otherwise the SOCKS proxy will not take effect