# Residential Proxies

Rotating residential IPs from real devices worldwide — the go-to product for data collection, ad verification, market research, and AI training data acquisition, and currently the only product available for **self-service purchase on the website**.

## Specifications

| Item | Value |
| --- | --- |
| IP pool | 72M+ real residential IPs |
| Coverage | 195+ countries and regions, with state/city-level targeting |
| Protocols | HTTP / HTTPS / SOCKS5 (same port, `23333`) |
| Rotation | Per-request by default; sticky sessions hold the same IP for 1–120 minutes |
| Average response | < 0.6 s |
| Billing | By traffic (GB); unused traffic remains available within the validity period |

## Purchasing

Pick a traffic tier on the [pricing page](https://www.eproxies.io/pricing) or use the slider for a custom amount; credentials activate instantly after payment. Current tiers and unit prices are listed on the pricing page — larger packages get lower per-GB rates, and enterprise volumes can [contact sales](https://www.eproxies.io/company/contact) for custom quotes.

When traffic runs out, top up any time: **credentials stay the same and your workloads keep running**.

## Usage

After purchase, get your username and password from the Proxy Settings page in the dashboard, then control targeting and sessions through username parameters:

```bash
# US IP, rotating per request
curl -x proxy.eproxies.net:23333 -U "USERNAME-pool-flow-region-US:PASSWORD" https://ipinfo.io

# Los Angeles, California, same IP held for 30 minutes
curl -x proxy.eproxies.net:23333 -U "USERNAME-pool-flow-region-US-state-California-city-losangeles-sid-a1b2c3d4-ttl-30:PASSWORD" https://ipinfo.io
```

- [Username Parameter Syntax](https://www.eproxies.io/docs/usage/username-syntax)
- [Code Examples](https://www.eproxies.io/docs/usage/code-examples)
## FAQ

**How does IP rotation work?**
By default every connection request is assigned a new IP. To keep a session, use the sticky session parameters (`-sid-...-ttl-...`) to hold the same IP for 1–120 minutes. See [Session Control](https://www.eproxies.io/docs/usage/session-control).

**Can I target a specific country or city?**
Yes — country, state, and city-level targeting, plus ASN targeting, at no extra cost. See [Geo-Targeting](https://www.eproxies.io/docs/usage/geo-targeting).

**How do I switch protocols?**
HTTP, HTTPS, and SOCKS5 share the same gateway and port. Whichever protocol your client connects with takes effect — no configuration needed.
