Route your tool
through one gateway.
Every guide points a different runtime at the same endpoint, gw.databay.co:8888. Pick the tool you use and copy a setup that keeps country, session and browser identity aligned.
Standard HTTP, HTTPS and SOCKS5. No SDK to install.
Choose the guide that matches your runtime
Each runtime attaches proxy settings in a different place. Every guide below maps the tool's native controls to the same gateway, then keeps pool, country and session aligned.
- Multi-profile browser
Incogniton
Per-profile HTTP or SOCKS5 setup, bulk profile creation, country targeting and stable sessions.
Profile editor -> Databay gateway -> pinned residential exit
Updated · 6 min - Browser automation
Playwright
Launch-level and per-context proxies across Chromium, Firefox and WebKit, with rotation patterns.
Browser process -> isolated contexts -> independent exit sessions
Updated · 9 min - Browser automation
Puppeteer
Chromium launch flags, page authentication, sticky rotation and production failure handling.
--proxy-server -> page.authenticate() -> page.goto()
Updated · 9 min - Crawler framework
Scrapy
Request metadata, project-wide middleware, domain sessions and throughput-aware retries.
Request queue -> downloader middleware -> rotating exit pool
Updated · 10 min - Browser automation
Selenium
Chrome and Firefox setup, IP whitelisting, Selenium Wire and a Chrome extension fallback.
WebDriver -> auth decision -> Databay gateway
Updated · 10 min
The tool changes. The gateway grammar does not.
Every guide resolves to the same three decisions: where traffic enters, which pool and geography it should use, and whether the exit must stay attached to an identity.
- One endpoint for HTTP, HTTPS and SOCKS5
- Pool and geography selected in the username
- Sticky identity for up to 120 minutes
- Country targeting across 200+ countries, no surcharge
gw.databay.co:8888One host and port for HTTP, HTTPS and SOCKS5.
USER-zone-{pool}-countryCode-{cc}-sessionId-{identity}Pool, geography and persistence live in the username.
curl --proxy http://gw.databay.co:8888 https://httpbin.org/ipCheck the exit from the same runtime that will run the job.
Automate the setup around the runtime
Use the REST API to provision proxy users, manage IP whitelists, read bandwidth and query locations. Your browser or crawler still connects over the same gateway.
- Create, update and delete proxy users
- Monitor bandwidth usage and traffic logs
- Manage IP whitelists for static workers
- Query countries, cities and ASNs across 200+ countries
curl -X POST \
https://api.databay.com/api/v1/accounts/{accountId}/proxy-users \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"username": "scraper_us",
"password": "securePass123"
}'Gateway questions, answered
Which protocols do Databay proxies support?
Do I need a special client or SDK?
How do sticky sessions work?
Can I target specific countries?
Connect your tool in minutes
Create an account, grab your gateway credentials, and route your first request today. Using a tool that is not listed yet? Ask us and we will map the exact connection path.
Works with clients that accept standard HTTP(S) or SOCKS5 proxy credentials.