Proxy Integrations
Step-by-step guides to set up Databay proxies with Puppeteer, Selenium, Playwright, and other popular tools. 1 guides and growing.
Integration Guides
Step-by-step setup instructions for every tool and framework. Pick a guide and start routing traffic through Databay in minutes.
Manage Proxies Programmatically
Create proxy users, manage IP whitelists, monitor bandwidth, and query available locations directly from code. Our REST API gives you full control over your proxy infrastructure -- no dashboard required.
- Create, update and delete proxy users
- Monitor bandwidth usage & traffic logs
- IP whitelist management
- Query available countries, cities & ASNs
# Create a new proxy user
$ 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"
}'
# Get proxy user bandwidth
$ curl https://api.databay.com/api/v1/accounts/{accountId}/proxy-users/{proxyUserId}/bandwidths \
-H "Authorization: Bearer YOUR_API_KEY"Don't See Your Tool?
Databay proxies work with any HTTP or SOCKS5 compatible software. Standard proxy protocols mean zero vendor lock-in -- if your tool supports proxies, it supports Databay.