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.orgRequest 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:
| Parameter | Format | Example | Notes |
|---|---|---|---|
| Country | country-<ISO2> | country-US | Comma-join several: country-US,GB |
| Sticky session | time-<minutes>-session-<id> | time-30-session-a1b2c3d4 | Up 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.orgSessions
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
- Buy an Unlimited Residential plan in the dashboard.
- Copy your username and password.
- Use the connection string above, adding a country to your username if needed.