Start Free — No Credit Card

Residential Proxies
That Just Work

100M+ IPs across 150+ countries. 99.9% success rate. Integrate in 2 minutes. Pay only for what you use.

99.9% Success Rate
100M+ Residential IPs
150+ Countries
<2min Integration

Trusted by 500+ data teams worldwide

Simple, Predictable Pricing

Pay-as-you-go or monthly plans. Start free, scale as you grow.

Pay As You Go

$12 / GB
  • No commitment
  • Full API access
  • Usage dashboard
Start Free

Scale

$999 / mo
  • 150 GB included
  • Dedicated pool
  • Priority support
Start Free

Enterprise

Custom
  • Volume discounts
  • Dedicated IPs
  • Custom SLAs
Talk to Sales

View full pricing details ->

Built for Reliable Data Collection

Every feature is designed for teams that scrape at scale, 24/7.

Anti-Detection

Residential IPs that look like real users. Automatic fingerprint rotation. Sites see a real visitor, not a bot.

Fast Response Times

Sub-100ms response times. Smart routing picks the fastest path for every request automatically.

Massive IP Pool

100M+ residential IPs in 150+ countries. City-level targeting. The pool refreshes continuously.

99.9% Success Rate

Automatic retries, smart rotation, and session management handle failures so you don't have to.

Precision Geo-Targeting

Country, city, ASN, ISP-level targeting. Sticky sessions or rotating — you choose.

Developer-First Support

Public docs, code examples in 6 languages, and a team that actually understands scraping.

Integrate in 2 Minutes

One endpoint. Standard HTTP proxy. Works with every language and framework.

import requests

proxy = {
    "http": "http://USER:PASS@proxy.codalyx.com:8080",
    "https": "http://USER:PASS@proxy.codalyx.com:8080",
}

response = requests.get("https://example.com", proxies=proxy)
print(response.status_code)  # 200
const axios = require("axios");
const { HttpsProxyAgent } = require("https-proxy-agent");

const agent = new HttpsProxyAgent(
  "http://USER:PASS@proxy.codalyx.com:8080"
);

const res = await axios.get("https://example.com", {
  httpsAgent: agent,
});
console.log(res.status); // 200
curl -x http://USER:PASS@proxy.codalyx.com:8080 \
     https://example.com

View full documentation ->

Ready to Scale Your Data Collection?

Start with free credits. No credit card required. Integrate in minutes.

Get Started Free View Pricing