Residential
DocsResidential

Residential Proxies

IPs assigned by ISPs to real home devices. The highest legitimacy proxy type for sites with aggressive bot detection.

Overview

Residential proxies use IPs that internet service providers (ISPs) assign to real home devices. From a target site's perspective, traffic looks indistinguishable from a regular user browsing from their home. This makes residential proxies the most effective choice for sites with sophisticated bot detection, CAPTCHAs, or browser fingerprinting.

Specs & Pricing

PriceFrom $1.69/GB (volume discounts available)
ProtocolsHTTP/HTTPS (port 823) · SOCKS5 (port 824)
Sticky sessionsPort-based (10000–20000) or sessid (up to 120 min)
Coverage210+ countries
Concurrent connectionsUp to 1,000 per package
State/city/ZIP/ASN targetingAvailable — 2× billing applies

Use Cases

  • Web scrapingcollect public data from sites with anti-bot protections
  • Price monitoringmonitor e-commerce prices across regions
  • Ad verificationverify that your ads display correctly in target markets
  • SEO monitoringcheck SERPs and local search results by country or city
  • Market researchaccess geo-restricted content as a local user
  • Social media managementmanage accounts from their expected geographic origin

Geo-Targeting & Billing

Country targeting (cr/nocr) is free. State, city, ZIP, and ASN targeting consume traffic at 2× the normal rate.

If you need city or state precision and want to avoid the 2× surcharge, consider Premium Residential proxies — they have no surcharge at any targeting level.

Connection Example

Rotating — any country
curl -x http://USERNAME:PASSWORD@proxy.raxyproxy.com:823 \
     https://httpbin.org/ip
Country-targeted — US
curl -x http://USERNAME__cr.us:PASSWORD@proxy.raxyproxy.com:823 \
     https://httpbin.org/ip
City-targeted — Los Angeles
curl -x "http://USERNAME__cr.us;city.losangeles:PASSWORD@proxy.raxyproxy.com:823" \
     https://httpbin.org/ip
# Note: city targeting consumes 2× traffic
Sticky — port-based
# Port 10001 is always the same IP
curl -x http://USERNAME:PASSWORD@proxy.raxyproxy.com:10001 \
     https://httpbin.org/ip