Residential Proxies
Premium rotating residential IPs sourced through ISP partnerships — the best choice when IP quality and precise geo-targeting matter.
Specs
- Pool: 100M+ IPs, millions active daily
- Typical response time: ~400 ms
- Protocols: HTTP, SOCKS5
- Sessions: rotating or sticky (up to 2 hours)
- Concurrency: up to 50,000 concurrent connections
- Best for: web scraping, data collection, anything needing deep geo-targeting
Connect
Gateway: adam.flashproxy.io — port 8080 (HTTP) / 1080 (SOCKS5).
# Rotating — a fresh IP on every request
curl -x "http://USERNAME:[email protected]:8080" https://api.ipify.org# SOCKS5
curl -x "socks5://USERNAME:[email protected]:1080" https://api.ipify.orgRequest parameters
Targeting and session options are encoded into the username, each appended as a -key-value pair after your base username:
USERNAME-country-US-state-california-session-a1b2c3d4-time-longResidential supports the deepest targeting in the catalogue:
| Parameter | Format | Example | Notes |
|---|---|---|---|
| Country | country-<ISO2> | country-US | Comma-join several: country-US,GB |
| State | state-<name> | state-california | Lower-case, no spaces |
| City | city-<name> | city-newyork | Lower-case, no spaces |
| ASN | asn-<number> | asn-7922 | Target a specific network |
| Sticky session | session-<id>-time-<long|short> | session-a1b2c3d4-time-long | Omit entirely for a rotating IP |
For the complete reference — parameter ordering and every accepted value — see the API reference.
Examples
# Rotating — United States
curl -x "http://USERNAME-country-US:[email protected]:8080" https://api.ipify.org# Sticky — hold the same US IP across the session
curl -x "http://USERNAME-country-US-session-a1b2c3d4-time-long:[email protected]:8080" https://api.ipify.org# City-level — New York, NY
curl -x "http://USERNAME-country-US-state-newyork-city-newyork:[email protected]:8080" https://api.ipify.org# Specific ASN
curl -x "http://USERNAME-country-US-asn-7922:[email protected]:8080" https://api.ipify.orgSessions
Use rotating for high-volume scraping (maximum IP diversity) or sticky to keep the same IP across a session — see Rotating & sticky.
Pricing
Per-GB, with volume discounts as you scale. See Residential pricing.
Quickstart
- Buy a Residential plan in the dashboard.
- Copy your username and password.
- Use the connection string above, adding targeting parameters as needed.