How it works
When you connect through Floppydata, you describe how your request should behave — and Floppydata handles routing automatically.Traditional approach
- Manual proxy selection
- Rotation management
- Proxy list maintenance
Floppydata approach
- Describe the request
- Automatic routing
- Infrastructure abstraction
The gateway
Your application always connects to a single proxy endpoint:Available ports
| Port | Protocol | Use case |
|---|---|---|
10080 | HTTP | Default, works with most tools |
10443 | HTTPS | Secure HTTP connection |
10800 | SOCKS5 | Advanced use, automation tools |
Connection format
What the target website sees
- Without proxy
- With Floppydata
When you send requests directly, the target website sees your real IP address.
Proxy types
Smart Parameters support three rotating proxy types:residentialmobiledatacenter
Residential
Residential
Real user IPs with high trust levelCharacteristics:
- 🔹 Rotating IPs from shared pool
- 🔹 High trust level
- 🔹 Medium speed
- 🔹 Billed per GB
Mobile (4G/5G)
Mobile (4G/5G)
Mobile carrier IPs with highest trust levelCharacteristics:
- 🔹 Rotating IPs from mobile networks
- 🔹 Very high trust level
- 🔹 Medium speed
- 🔹 Billed per GB
Datacenter
Datacenter
Fast and cost-efficient IPs for scaleCharacteristics:
- 🔹 Rotating IPs from datacenters
- 🔹 Low trust level
- 🔹 Fast speed
- 🔹 Billed per GB
Static IPs
ISP Static
ISP Static
Fixed residential IP for account stabilityCharacteristics:
- 🔹 Fixed IP assigned to you
- 🔹 High trust level
- 🔹 Fast speed
- 🔹 Billed per IP/month
Datacenter Static
Datacenter Static
Fixed datacenter IP for infrastructureCharacteristics:
- 🔹 Fixed IP assigned to you
- 🔹 Medium trust level
- 🔹 Fast speed
- 🔹 Billed per IP/month
How to choose proxy type
| Use case | Recommended proxy | Why |
|---|---|---|
| Social media accounts | Mobile or Static ISP | High trust + stable identity |
| Ad accounts (Meta, Google) | Static ISP or Mobile | Geo-consistency required |
| E-commerce (Amazon, eBay) | Static ISP | Fixed IP avoids account linking |
| Payment platforms | Static ISP | IP changes trigger security checks |
| Account creation | Mobile | Mobile IPs have highest trust |
| SEO & SERP tracking | Residential | Accurate geo-targeting |
| Price monitoring | Residential | Access localized content |
| Web scraping (protected) | Residential | Higher success rate |
| Web scraping (high volume) | Datacenter | Faster and cheaper at scale |
| Automation tools | Datacenter or Static DC | Speed and performance |
| Sneaker/ticketing bots | Mobile or Residential | Avoid detection systems |
General rule:
- Use Rotating proxies when you need scale and request distribution
- Use Static proxies when you need a stable identity
Smart Parameters
Smart Parameters define how your requests are routed. They’re added to the username.Format
Example
type-residential— use residential proxiescountry-US— route through United Statescity-New_York— narrow to New Yorksession-abc123— keep same IP (sticky session)
Available parameters
Rotating proxy type to useValues:
residential— Residentialmobile— Mobile (4G/5G)datacenter— Datacenter
user123-type-mobile-country-USExit country using ISO codeExamples:
country-US— United Statescountry-GB— United Kingdomcountry-DE— Germany
user123-type-residential-country-FRExit city (use underscores for spaces)Examples:
city-New_Yorkcity-Los_Angelescity-London
user123-type-residential-country-US-city-ChicagoUS state targeting (full name or abbreviation)Examples:
state-Californiaorstate-CAstate-North_Carolinaorstate-NC
user123-type-residential-country-US-state-CaliforniaTarget specific ISP network by Autonomous System NumberExample:
user123-type-residential-country-US-asn-7018Works with: Residential and Mobile proxies onlyUse case: Better compatibility with specific ISP networksSticky session ID (keeps same IP)Behavior:
- Same session ID → same IP
- Different session ID → different IP
- Combine with
rotation-0for a stable session IP
user123-type-residential-country-US-session-login01Rotation interval in minutesValues:
-1— new IP every request0— keep the same IP within a session1to60— rotate after this many minutes
user123-type-residential-country-US-rotation--1Sessions and rotation
Per-request rotation
Setrotation to -1 when you want a new IP for every request:
rotation=-1. In the generated username, the negative value appears as rotation--1.
Sticky sessions
To keep the same IP across multiple requests, use a session:- All requests with the same session ID use the same IP
- Changing the session ID assigns a new IP
rotation-0keeps the same IP within the session
Session lifetime
Sessions stay active for up to 10 minutes of inactivity. Each request resets the timer.Interval rotation
Use a value from1 to 60 to rotate after that many minutes:
Changing IP manually
To get a new IP before session expires, change the session value:There is no reset endpoint — changing the session string is how you rotate
Multiple sessions
Run multiple sessions simultaneously:When to use rotation vs sessions
- Use Rotation
- Use Sessions
Use rotation when:
- Scraping many pages
- Collecting large datasets
- Avoiding rate limits
- Distributing requests
- No login required
Geo targeting
Control where your requests originate from.Country-level targeting
City-level targeting
State-level targeting (US only)
Available locations
Check available countries and cities via API:Fallback behavior
If a specific city is unavailable, Floppydata automatically falls back to country-level routing.Parameter combinations
Common patterns
Complete examples
Python
Node.js
Common questions
Why is my IP changing every request?
Why is my IP changing every request?
Per-request rotation is enabled with
rotation--1. To keep the same IP, add a session parameter and rotation-0:Why is my IP not changing?
Why is my IP not changing?
You’re using a session. To rotate:
- Remove the session parameter
- Change the session value
- Or use
rotation--1
How long do sessions last?
How long do sessions last?
Sessions last up to 10 minutes of inactivity. Each request resets the timer.To keep a session alive longer, send periodic requests.
Can I use multiple sessions?
Can I use multiple sessions?
Yes! Each unique session ID gets its own IP. Run as many parallel sessions as needed.