Intro
Documentation below describes how to use Goproxies.com service.
Goproxies.com services are compatible with many software platforms and tools, from operating systems to browser add-ons. Explore our step-by-step integration guides and learn how to set up your proxies.
If you cannot find something or need help, contact us at support@goproxies.com or start an Intercom chat.
Endpoints
Goproxies.com supports:
- HTTPS proxy protocol (a.k.a. HTTP proxy with CONNECT method)
- HTTP proxy protocol
Service is accessed using following entry data:
- Host:
- proxy.goproxies.com - All countries
- proxy-europe.goproxies.com - Europe countries
- proxy-asia.goproxies.com - Asia and Oceania countries
- proxy-america.goproxies.com - North America and South America countries
- Port: 10001 (HTTPS) or 10000 (HTTP)
- Authorisation: Basic
- Username/Password: [provided separately]
You can test it via any application that has HTTP(s) proxy feature (Chrome, SwitchyOmega, Proxifier, FoxyProxy, Proxy Switcher, Bright Data and etc.) or simply a terminal command:
curl --proxytunnel --proxy "https://proxy.goproxies.com:10001" --proxy-user "USERNAME:PASSWORD" https://ip.goproxies.com
Parameters
This section describes IP targeting and controlling via parameters in Username. In this case you don’t need to use HTTP headers.
Country
To target IP of specific country, specify 2-letter country code (US, GB, FR, IN, AU etc.):
curl --proxytunnel --proxy "https://proxy.goproxies.com:10001" --proxy-user "customer-USERNAME-country-us:PASSWORD" https://ip.goproxies.com
curl --proxytunnel --proxy "https://proxy-asia.goproxies.com:10001" --proxy-user "customer-USERNAME-country-id:PASSWORD" https://ip.goproxies.com
curl --proxytunnel --proxy "https://proxy-america.goproxies.com:10001" --proxy-user "customer-USERNAME-country-us:PASSWORD" https://ip.goproxies.com
curl --proxytunnel --proxy "https://proxy-europe.goproxies.com:10001" --proxy-user "customer-USERNAME-country-gb:PASSWORD" https://ip.goproxies.com
Session-ID
The sticky session will issue a different IP for each unique session ID and will return the same IP in case the same ID is used. While using session-ID with Static Residential IPs, you will be able to have the same IP as long as it’s available in the pool.
curl --proxytunnel --proxy "https://proxy.goproxies.com:10001" --proxy-user "customer-USERNAME-country-us-sessionid-123456789:PASSWORD" https://ip.goproxies.com
State
To target IP of specific state:
curl --proxytunnel --proxy "https://proxy.goproxies.com:10001" --proxy-user "customer-USERNAME-state-us_california:PASSWORD" https://ip.goproxies.com
Note: State header will have priority against Country, so if used together those headers will be ignored.
City
To target IP of specific city:
curl --proxytunnel --proxy "https://proxy.goproxies.com:10001" --proxy-user "customer-USERNAME-city-us_los_angeles:PASSWORD" https://ip.goproxies.com
Note: City header will have priority against State and Country, so if used together those headers will be ignored.