Residential Proxy
API Documentation
Quick start guides, code examples, and technical specs.
Integrate in 2 minutes with any language or framework.
How It Works
Get started with Codalyx in three simple steps.
Sign Up
Create your account and get your credentials
Configure Proxy
Use our simple format: username+50:password@proxy.codalyx.com:8080
Start Using
Make requests through the proxy - it's that simple!
import requests
proxy = {
'http': 'http://username+50:password@proxy.codalyx.com:8080',
'https': 'http://username+50:password@proxy.codalyx.com:8080',
}
response = requests.get('https://api.ipify.org?format=json', proxies=proxy)
print(response.json())
Use Cases
Trusted by developers and enterprises for mission-critical applications.
Web Scraping
Scalable Data Collection
Rotate IPs automatically to avoid rate limits and IP bans. Perfect for e-commerce, social media, and data aggregation.
Automation & Testing
Reliable Test Environment
Test your applications from different geographic locations and IP addresses.
Secure Browsing
Privacy Protection
Browse anonymously with residential IPs from around the world.
API Integration
Developer Friendly
Easy integration with any HTTP client. RESTful API for usage tracking.
Frequently Asked Questions
How do I get a static IP?
Append +<number> (1-200) to your username. For example: username+50 gives you static IP number 50.
Can I choose the country?
Yes! Use the format username+<country>+<number>. Example: username+us+50 for a US static IP.
What programming languages are supported?
All languages that support HTTP proxies. We provide examples for Python, Node.js, Java, PHP, cURL, and more.
How do I get access?
Sign up at dash.codalyx.com. You'll get API credentials immediately. Free credits are included so you can test before committing to a plan.
Do you log my traffic?
No. We only track usage statistics (bytes transferred) for billing purposes. We never log the content of your requests.
What happens if I exceed my bandwidth?
You can set spending limits in your dashboard. We'll notify you at 80% and 100% usage. Pay-as-you-go customers simply pay for what they use with no hard limits.
Technical Specifications
Proxy Details
- Protocol: HTTP/HTTPS
- Port: 8080
- Authentication: Basic Auth
- CONNECT Support: Yes
- IPv6: Supported
Performance
- Latency: < 100ms average
- Uptime: 99.9% SLA
- Concurrent: Up to 500
Coverage
- Countries: US, UK, DE, FR, CA, AU
- Static IPs: 1-200
- Rotation: Automatic
Integration Examples
Quick start code snippets for popular programming languages.
import requests
proxy = {'http': 'http://user+50:pass@proxy.codalyx.com:8080'}
requests.get('https://api.ipify.org', proxies=proxy)
curl -x http://user+50:pass@proxy.codalyx.com:8080 https://api.ipify.org
const axios = require('axios');
const { HttpsProxyAgent } = require('https-proxy-agent');
const agent = new HttpsProxyAgent('http://user+50:pass@proxy.codalyx.com:8080');
axios.get('https://api.ipify.org', { httpsAgent: agent });
Why Choose Codalyx
99.9% Uptime SLA
No Traffic Logging
Enterprise Grade Security
24/7 Support
Real-time Usage Tracking
Ready to Start?
Create your account and get API credentials in under a minute. Free credits included.