Shared ISP Proxies (EU)
The European counterpart to Shared ISP US — the same residential-trust-at-datacenter-speed profile, on European ISP IPs. Built for EU-geo ad verification, SEO, and account work that needs European ISP IPs.
Specs
- Coverage: Netherlands available now; France, Italy, UK & Germany coming soon
- Protocols: HTTP, SOCKS5 (SOCKS5 UDP ASSOCIATE supported)
- Sessions: rotating or sticky (up to 2 hours)
- Concurrency: up to 9,000 concurrent connections — higher on request
- Latency: see live, per-node latency at status.flashproxy.com
- Best for: EU-geo ad verification, SEO monitoring, account work
Connect
Gateway: eu-isp.flashproxy.io — port 30 (HTTP) / 31 (SOCKS5).
# Rotating — a fresh IP on every request
curl -x "http://USERNAME:[email protected]:30" https://api.ipify.org# SOCKS5
curl -x "socks5://USERNAME:[email protected]:31" https://api.ipify.orgRequest parameters
Targeting and session options are encoded into the username. Shared ISP (EU) is country-level (Netherlands live, more European countries coming soon):
| Parameter | Format | Example | Notes |
|---|---|---|---|
| Country | country-<ISO2> | country-NL | Currently Netherlands |
| Sticky session | time-<minutes>-session-<id> | time-30-session-a1b2c3d4 | Up to 120 min; omit for a rotating IP |
| Pin a specific IP | -ip-<address> | -ip-0_0_0_0 | Target one exact IP from the pool — see Geo-targeting |
For the complete reference — every accepted value — see the API reference.
Examples
# Rotating — Netherlands
curl -x "http://USERNAME-country-NL:[email protected]:30" https://api.ipify.org# Sticky — hold the same IP for 30 minutes
curl -x "http://USERNAME-country-NL-time-30-session-a1b2c3d4:[email protected]:30" https://api.ipify.org# Pin one exact IP
curl -x "http://USERNAME-ip-0_0_0_0:[email protected]:30" https://api.ipify.orgSessions
Use rotating for 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, and a time-based Unlimited tier — identical pricing to Shared ISP US. See Shared ISP EU pricing.
Quickstart
- Buy a Shared ISP (EU) plan in the dashboard.
- Copy your username and password.
- Use the connection string above.