Search docs

Search the documentation

Dashboard
For LLMs

Unlimited Residential Proxies

FlashProxy's flagship plan: unmetered residential bandwidth with uncapped concurrency — built for max-scale operations where bandwidth predictability and unconstrained parallelism matter most.

Specs

  • Coverage: 201+ countries (country-level targeting)
  • Bandwidth: unmetered (only the mbps throughput cap applies)
  • Concurrency: uncapped
  • Protocols: HTTP, SOCKS5
  • Sessions: rotating or sticky (up to 2 hours)
  • Best for: max-scale operations needing predictable bandwidth and unlimited parallelism

Connect

Gateway: unlim.flashproxy.io — port 10507 (HTTP) / 10507 (SOCKS5).

# Rotating — a fresh IP on every request
curl -x "http://USERNAME:[email protected]:10507" https://api.ipify.org
# SOCKS5
curl -x "socks5://USERNAME:[email protected]:10507" https://api.ipify.org

Request parameters

Targeting and session options are encoded into the username, appended as a -key-value pair after your base username. Unlimited Residential is country-level only:

ParameterFormatExampleNotes
Countrycountry-<ISO2>country-USComma-join several: country-US,GB
Sticky sessiontime-<minutes>-session-<id>time-30-session-a1b2c3d4Up to 120 min; omit for a rotating IP

For the complete reference — every accepted value — see the API reference.

Examples

# Rotating — United States
curl -x "http://USERNAME-country-US:[email protected]:10507" https://api.ipify.org
# Sticky — hold the same IP for 30 minutes
curl -x "http://USERNAME-time-30-session-a1b2c3d4:[email protected]:10507" https://api.ipify.org

Sessions

Use rotating for maximum IP diversity or sticky to keep the same IP across a session — see Rotating & sticky.

Pricing

Unmetered, available via a $20 trial. See Unlimited Residential pricing.

Quickstart

  1. Buy an Unlimited Residential plan in the dashboard.
  2. Copy your username and password.
  3. Use the connection string above, adding a country to your username if needed.