Proxy REST API Playground
Access proxy networks using REST API
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Name of the proxy zone which will service your request.
Target URL for your request.
Format for requesting a raw HTML via proxy is raw
.
Format for request a JSON response is json
.
raw
, json
Method for requesting an HTML via proxy is GET
.
Country code of proxy which request is relayed through.
City name of proxy which request is relayed through, must have country defined.
Supported in DC & ISP for zones pre-configured with cities, and in Residential and mobile networks by default.
Zip code which request is relayed through, must have country defined.
Supported in Residential networks only.
ASN code which request is relayed thru, must have country defined.
Supported in Residential networks only.
For mobile network only: carrier code in which request is relayed through.
Supported in mobile networks only.
Operating system of the client to set on proxy.
Supported in mobile networks only.
Use local
or remote
to set if domain name mapping is done locally on client side or on remote proxy peer.
local
, remote
A string relayed by the client to mark a session, all requests with the same session parameter will be relayed to the same proxy peer.
In Datacenter and ISP zones: Relay the request to a specific proxy identified by the ip
.
In Residential
and Mobile
zones: Relay the request to a specific proxy group identified by the gip
.
Include a unique c_tag
flag in their requests. In response, businesses echo back the same tag in the header. This seamless exchange ensures that each response is bound to its corresponding request, eliminating confusion and streamlining data management.
Setting the parameter to true
will instruct to process the request by Bright Data super proxy, a datacenter located proxy and not the proxy peer itself.
Response
The response is of type string
.
Was this page helpful?