From Bright Data Web Unlocker
Last updated
Was this helpful?
Last updated
Was this helpful?
This guide explains the key differences and transition process from Bright Data's Web Unlocker to , providing sample code snippets and feature comparisons to ensure a smooth migration.
offers most features available in Bright Data's Web Unlocker, along with several unique capabilities. The table below highlights the main differences between the two services:
Proxy Endpoint
brd.superproxy.io:33335
unblock.oxylabs.io:60000
API Endpoint
https://api.brightdata.com/wsapi
Not supported yet
Proxy Rotation
Automatic
Automatic
Captcha Bypass
Supported
Supported (AI based)
Pricing
Separate pricing for premium domains
Single price
Geolocation targeting
Supported
Supported
Mobile targeting
Supported
Not supported
Custom headers/cookies
Supported
Supported
Rendering
Automatic
Manual (more control)
Rendering possibilities
Html
Html and png
Browser instructions
Not supported
Supported
POST requests
Not supported
Supported
Sessions
Not supported
Supported
Custom status code
Not supported
Supported
The main difference between Bright Data and Oxylabs requests is how geolocation is handled. While Bright Data uses zone-specific accounts, Oxylabs allows you to use proxies from all locations immediately by passing location information in headers.
One of Oxylabs Web Unblocker's unique features is session functionality, allowing you to send multiple requests through the same proxy. Sessions can be used for up to 10 minutes by adding a custom session ID header to your request:
Unlike Bright Data's Web Unlocker, Oxylabs Web Unblocker supports sending POST requests to web endpoints:
Oxylabs Web Unblocker offers a Headless Browser feature that renders JavaScript of resulting pages as either HTML documents or PNG screenshots. Additionally, when using Headless Browser, you can define custom browser instructions to be executed during JavaScript rendering.
X-Oxylabs-Geo-Location
Specifies the geographic location for the request
'United States', 'Germany', etc.
X-Oxylabs-Session-Id
Creates or continues a session with the specified ID
'123randomString'
X-Oxylabs-Render
Enables JavaScript rendering when set to 'html' or 'png'
'html', 'png'
X-Oxylabs-Browser-Instructions
Custom browser instructions for rendering
JSON with instructions
Update your proxy endpoint from brd.superproxy.io:33335
to unblock.oxylabs.io:60000
Replace zone-based geolocation with X-Oxylabs-Geo-Location
header
Update authentication credentials to your Oxylabs proxy user username and password
Add verify=False
to your requests to ignore SSL certificate validation
Take advantage of unique Oxylabs features like sessions and POST requests
Web Unblocker
Headless Browser
Last updated 7 days ago Was this helpful?
For more information about sessions, check
For more details on POST requests, see
For more information on this feature, see
Below are the key you can use with Oxylabs Web Unblocker: