A step-by-step guide to sending your first Web Unlocker API request with easy-to-follow code examples
https://api.brightdata.com/request
Authorization: Bearer [INSERT YOUR API key]
zone
: Your specific Web Unlocker API zone name.url
: The target URL you wish to access via Web Unlocker API.format
: Defines the response format. Use raw
to receive the raw response from the target site.body
: Specifies the raw POST payload sent to the target URL. e.g. "body": "{\"key\":\"value\"}"
Expand for code examples