🌊Introduction
Databay routes your requests through proxy pools you choose from the dashboard or API. Use it when your application needs a different network path, location, or session behavior for normal proxy-compatible traffic.
The current gateway is:
gw.databay.co:8888Port 8888 accepts HTTP proxy traffic, HTTPS requests through HTTP CONNECT, and SOCKS5 CONNECT. Most users should start with username and password authentication because the username can carry the network, location, and sticky-session settings for that request.
Quick test
Replace the placeholders with a proxy user from your Databay dashboard:
curl -U "YOUR_PROXY_USER-zone-residential:YOUR_PASSWORD" -x gw.databay.co:8888 "https://databay.com/cdn-cgi/trace"If the request succeeds, the response shows the exit IP seen by the destination. Do not publish real proxy usernames or passwords in code, logs, screenshots, or public repositories.
What you can configure
Databay currently exposes four paid proxy networks:
Residential
residential
1
Country, state, city, postal code, ASN, GPS, continent
Residential Flex
residential_FLEX
8
Country
Mobile
mobile
4
Country, continent
Datacenter
datacenter
2
Country, state, city, postal code, ASN, GPS, continent
Location filters are best-effort. If a very narrow filter has no live exit available, the proxy server can return an error instead of silently using the wrong target.
Where to go next
Start with these pages:
Network Types for the pool names and API values.
Authentication for username/password and whitelisted IP authentication.
Connection String for the username parameters.
Response codes for common proxy server errors.
Public API for automation.
Need help with a specific client or target? Contact support at support@databay.com.