Residential proxies that finish the job.
Live network status
Active sessions
~47K
Success (24h)
99.95%
Avg response
0.84s
Requests/sec
2,847
res.ipb.cloud:1080
user-cc=us:pass
Real desktop
Real mobile
Real ISP
Indistinguishable from real users
Real residential proxies, not flagged datacenter ranges.
Every IP in our pool comes from a real device on a real ISP — not datacenter ranges flagged by every anti-bot system. Your requests look the way they need to look: like a person at home loading a page.
- Ethically sourced — partnered with vetted networks, fully compliant
- 100M+ IPs in rotation — large enough to never burn the same IP twice
- Anti-bot resistant — high-quality IPs that hold up against modern detection
Geo-target your residential proxies to any city or ISP.
Hit the right audience the first time. Filter by country, state, city, or specific ISP — without paying extra for premium geo features.
- 195+ countries — real local presence
- City-level precision — in major markets
- ISP targeting — Verizon, AT&T, T-Mobile, and 100+ more
TOP LOCATIONS
Rotating residential proxies — or hold a sticky session.
Different jobs need different rotation patterns. Burn through IPs fast for high-volume scraping, or hold a single IP for up to 30 minutes when you need session continuity.
- Rotating mode — a backconnect gateway that assigns a new IP on every request.
- Sticky sessions — same IP for up to 30 minutes
- Switchable on the fly — configure per request in the username
Connect your residential proxies in a few lines of code.
Drop our endpoint into your existing stack. Country, city, state, ISP, and session targeting — all set in the username.
# Targeting set in the username:
# cc=country, c=city, r=region, isp=ISP, s=session
import requests
username = "cc=us-c=atlanta"
proxy = f"http://{username}:YOUR_PASSWORD@res.ipb.cloud:1080"
proxies = {"http": proxy, "https": proxy}
r = requests.get("https://api.ipify.org", proxies=proxies)
print(f"IP: {r.text}")
# Targeting set in the username:
# cc=country, c=city, r=region, isp=ISP, s=session
curl -x http://cc=us-c=atlanta:YOUR_PASSWORD@res.ipb.cloud:1080 \
https://api.ipify.org
// Targeting set in the username:
// cc=country, c=city, r=region, isp=ISP, s=session
const axios = require('axios');
const { HttpsProxyAgent } = require('https-proxy-agent');
const username = 'cc=us-c=atlanta';
const proxy = `http://${username}:YOUR_PASSWORD@res.ipb.cloud:1080`;
const agent = new HttpsProxyAgent(proxy);
axios.get('https://api.ipify.org', { httpsAgent: agent })
.then(r => console.log(`IP: ${r.data}`))
.catch(err => console.error(err));
// Targeting set in the username:
// cc=country, c=city, r=region, isp=ISP, s=session
package main
import (
"fmt"
"io"
"net/http"
"net/url"
)
func main() {
proxyURL, _ := url.Parse("http://cc=us-c=atlanta:YOUR_PASSWORD@res.ipb.cloud:1080")
client := &http.Client{
Transport: &http.Transport{Proxy: http.ProxyURL(proxyURL)},
}
resp, _ := client.Get("https://api.ipify.org")
defer resp.Body.Close()
body, _ := io.ReadAll(resp.Body)
fmt.Printf("IP: %s\n", body)
}
// Targeting set in the username:
// cc=country, c=city, r=region, isp=ISP, s=session
import java.net.*;
import java.net.http.*;
public class ProxyExample {
public static void main(String[] args) throws Exception {
String username = "cc=us-c=atlanta";
Authenticator auth = new Authenticator() {
protected PasswordAuthentication getPasswordAuthentication() {
return new PasswordAuthentication(
username,
"YOUR_PASSWORD".toCharArray()
);
}
};
HttpClient client = HttpClient.newBuilder()
.proxy(ProxySelector.of(new InetSocketAddress("res.ipb.cloud", 1080)))
.authenticator(auth)
.build();
HttpRequest req = HttpRequest.newBuilder()
.uri(URI.create("https://api.ipify.org"))
.build();
HttpResponse res = client.send(req, HttpResponse.BodyHandlers.ofString());
System.out.println("IP: " + res.body());
}
}
// Targeting set in the username:
// cc=country, c=city, r=region, isp=ISP, s=session
using System;
using System.Net;
using System.Net.Http;
using System.Threading.Tasks;
class Program {
static async Task Main() {
var handler = new HttpClientHandler {
Proxy = new WebProxy("http://res.ipb.cloud:1080") {
Credentials = new NetworkCredential(
"cc=us-c=atlanta",
"YOUR_PASSWORD"
)
}
};
using var client = new HttpClient(handler);
var ip = await client.GetStringAsync("https://api.ipify.org");
Console.WriteLine($"IP: {ip}");
}
}
Works with the tools you already use.
Configured guides for anti-detect browsers and scraping frameworks. Drop our endpoint into the stack you already run.
Flexible residential proxy pricing that scales with you.
Scale up or down anytime. Custom volume pricing available for high-traffic operations.
Residential Proxies
Rotating IPs for scraping and automation
Starter
TRAFFIC / MO
RESIDENTIAL IPS
SHARE YOUR ACCOUNT
-
Starter Includes:
-
Select Residential IPs from 2,014 cities around the world
-
Real mobile and desktop device IP addresses
-
Extremely low recaptcha rates
-
User/Pass Authentication
-
Premium Targets
-
Traffic Limit (7 GB)
-
Residential IPs (20 million)
-
Sub Users (2 user)
Plus
TRAFFIC / MO
RESIDENTIAL IPS
SHARE YOUR ACCOUNT
-
Starter features, plus:
-
ASN Filtering (Verizon, AT&T, T-Mobile and hundreds more)
-
Session Control: Up to 30 minute sticky IPs
-
Country, State and City-level Targeting
-
Priority Support
-
Traffic Limit (16 GB)
-
Residential IPs (60 million)
-
Sub Users (4 user)
Pro
TRAFFIC / MO
RESIDENTIAL IPS
SHARE YOUR ACCOUNT
-
Plus features, plus:
-
Unlimited connections and threads for automation
-
No Subnets: Residential proxies share no subnetwork
-
Traffic Limit (32 GB)
-
Residential IPs (100 million)
-
Sub Users (6 user)
- 100M+ IPs network-wide
- Real mobile and desktop device IPs
- Unlimited Connections and Threads
- Up to 30 min. sticky session
- 99.95% Success rate
- 24/7 Customer Support
Need more than 32GB? Talk to sales for custom volume pricing →
What teams use residential proxies for
Real customers using IPBurger residential proxies for these jobs every day.
Price monitoring →
Market research →
Social media management →
Top residential proxy locations
Real residential IPs across 195+ countries. Top markets shown below.
France
Australia
Spain
Italy
IPBurger‘s residential proxies for eBay and their protected browser extensions are the best around. I was having a lot of issues before finding this site, and I’ve had zero issues after switching to them. Their customer service is phenomenal as well, they help me get set up and made sure I understand how to use their service completely. I highly recommend.
Verified Trustpilot review
I have been using IPBurger for a couple of years now and it is the best proxy service in the market as I have already tried more than 5 other companies. I use their static IPs and residential proxies and both are totally great. Additionally, their customer support is exceptional and I get replies in less than an hour with the exact solution. Highly recommended.
US
I started using their residential proxies after I heard great things about them. So far, I had a great experience with their service. I tried a few other providers in the past, but IP Burger offers the best residential proxies based on my experience. I would also emphasize their knowledgeable and fast support team who helped me in the initial onboarding. Highly recommended!
US
Residential proxy questions, answered.
What is a residential proxy?
How do residential proxies work?
Are residential proxies legal?
What's the difference between residential and datacenter proxies?
What's the difference between residential and ISP (static) proxies?
Should I use rotating or sticky sessions?
How does IP rotation work with IPBurger residential proxies?
Can I target specific cities, states, or ISPs?
How is the 99.95% success rate measured?
Does IPBurger work with Scrapy, Selenium, Puppeteer, and Playwright?
How is residential proxy pricing structured?
Can I get a refund if the service doesn't work for me?
How do I get support if something breaks?
Start scraping with proxies that finish the job.
Set up in under 60 seconds.

