1.5 KiB
1.5 KiB
Bright Data — Setup & Reference
Sign Up
- Registration: https://brightdata.com/
- After signup, go to: https://brightdata.com/cp/zones
Create Zones
Web Unlocker Zone (for regular proxying)
- Dashboard → Proxies & Scraping → Add Zone
- Type: Web Unlocker
- Name:
mcp_unlocker(or any name) - Country: Romania (or leave "All" for auto-rotation)
- Copy credentials from zone settings
Scraping Browser Zone (for Playwright CDP)
- Dashboard → Proxies & Scraping → Add Zone
- Type: Scraping Browser
- Name:
mcp_browser - Used for:
wss://brd.superproxy.io:9222CDP endpoint
Billing & Top-Up
- Top up balance: https://brightdata.com/cp/billing
- Minimum deposit: $10
- Pay-as-you-go pricing:
- Web Unlocker: ~$3/GB
- Scraping Browser: ~$9/hour
Proxy Credentials Format
# HTTP Proxy (for Playwright context)
server: http://brd.superproxy.io:22225
username: brd-customer-<CUSTOMER_ID>-zone-<ZONE_NAME>-country-ro
password: <ZONE_PASSWORD>
# CDP WebSocket (Scraping Browser only)
wss://brd-customer-<CUSTOMER_ID>-zone-<ZONE_NAME>-country-ro:<PASSWORD>@brd.superproxy.io:9222
Where to Find Credentials
- Dashboard: https://brightdata.com/cp/zones
- Click on your zone → Access Parameters tab
- Copy: Customer ID, Zone name, Password
Country Codes
ro— Romania (DIGI / WS Telecom residential IPs)us— United Statesde— Germany- Remove
-country-XXfor global rotation
Node.js Dependency
npm install playwright
npx playwright install chromium --with-deps