Smart Parameters Builder
Builds a proxy username and connection string using provided parameters.
This endpoint is just a helper, you can modify the connection string in your code without calling it.
UI available at configurator.
Authorizations
Query Parameters
Proxy type
residential, mobile, datacenter "residential"
2-letter country code (CCA2)
2"US"
City name, use underscores for spaces
"New_York"
Rotation interval in minutes. Use -1 for a new IP on every request, 0 to keep the same IP within a session, or 1-60 to rotate after that many minutes.
-1 <= x <= 6015
A unique identifier used to create and maintain a session, enabling consistent control over IP address usage.
128"my_session_1"
Proxy protocol
http, https, socks5, "http"
Response
Successful response
Proxy username with parameters
"user-USERNAME-type-residential-country-US-city-New_York-session-my_session_1-rotation-15"
Proxy password placeholder
"PASSWORD"
Proxy hostname
"geo.g-w.info"
Proxy port
10080
Full proxy connection string
"http://user-USERNAME-type-residential-country-US-city-New_York-session-my_session_1-rotation-15:PASSWORD@geo.g-w.info:10080"