Search docs

Search the documentation

Dashboard
For LLMs

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.org

Request 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-long

Residential supports the deepest targeting in the catalogue:

ParameterFormatExampleNotes
Countrycountry-<ISO2>country-USComma-join several: country-US,GB
Statestate-<name>state-californiaLower-case, no spaces
Citycity-<name>city-newyorkLower-case, no spaces
ASNasn-<number>asn-7922Target a specific network
Sticky sessionsession-<id>-time-<long|short>session-a1b2c3d4-time-longOmit 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.org

Sessions

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

  1. Buy a Residential plan in the dashboard.
  2. Copy your username and password.
  3. Use the connection string above, adding targeting parameters as needed.