Integration
-
How can I use Proxy credentials type: http://host:port || IP:PORT ?
In case you are using software that can accept only IP:PORT and not accept IP:PORT USERNAME:PASSWORD - you will need to use an additional tool.In order to remove the user name password section from the request, please use the Brigh...
-
Edge Browser Integration with Bright Data
Click the Edge menu on the browser toolbar Select "Settings" Select “System and performance” at the left menu In the "System" section, click "Open your computer's proxy settings" Turn on the "Use a proxy server" box under "Manual ...
-
How do I integrate Bright Data as my proxy network?
The recommended way to integrate Bright Data is through the open source Proxy Manager. Alternatively, you can find the Bright Data API here.For Firefox, chrome, or any other browser, use the Browsers API integration tool
-
How do I integrate Bright Data into a web browser automation tool?
Integrating Bright Data into a web browser automation tool such as Selenium or Puppeteer can be done by route to Bright Data super proxy port which isbrd.superproxy.io:22225 and authenticate with your Bright Data Zone credentials.T...
-
Which ports and protocols are supported by Bright Data?
Ports 80 and 443 are available by default, supporting HTTP and HTTPS protocols.The below table shows supported protocols by port: Port Protocol 80 HTTP and HTTP CONNECT 443 HTTPS Bright Data can support additional ports...
-
Can I use Bright Data on more than one device?
Yes. You are not limited by the number of devices, IPs, sessions, concurrent connections, or Geo-Locations. We charge based only on the traffic going through our network. See the basic package for more information.
-
How many concurrent sessions can I use?
We do not place a limit on the number of concurrent sessions used.
-
How do I configure IP rotation when using Bright Data?
When using the commands listed in the Bright Data Proxy Manager GitHub page, the "requests per session" parameter is defined by using:--max_requests Requests per session [default: 50].Our API allows you to manage the rotation on yo...
-
Can I select an IP per city?
Yes. We offer a premium feature that allows selecting the location of the IP at a city level. To enable a city Zone in your account, contact your sales representative at sales@brightdata.com.For instructions regarding the selection...
-
How do I keep the same IP over different requests?
If you want to exit from the same IP over multiple requests, you should use the same session ID curl --proxy brd.superproxy.io:22225 --proxy-user brd-customer-YOUR_CUSTOMER_ID-zone-YOUR_ZONE-session-<SESSION_ID>:YOURPASS "http://l...
-
Are the details included in the proxy authorization header visible to the target site?
When the connection is established by using HTTP, the proxy authorization header is stripped from the request before the request is routed to the target site.When HTTPS is used, the removal of the proxy-authorization header depends...