BrowserSolver

Website WebUnlocker

GET
/v1/website/webunlocker

BrowserSolver's highest HTML fetch tier for retail and marketplace hosts on your account whitelist. Solves persistent bot challenges that still block Rendering.

Credit cost: 3 credits per call

Authentification

ApiKeyAuth
x-api-key<token>

Your API key. Include it in the x-api-key header for every request.

In: header

Paramètres de requête

query*string

Public URL to fetch with the WebUnlocker tier. Include http:// or https://. The hostname must be on your BrowserSolver whitelist.

Example:

https://www.decathlon.fr/p/perceuse-sans-fil/_/R-p-8781921

Pick a tier:

  • Try Website Crawler and Website Rendering first when possible.
  • Use WebUnlocker (this endpoint) for advanced bot walls on approved domains only.
  • Request whitelist access from BrowserSolver support before production.

Guide: fetch tier comparison.

allow_redirects?boolean

Whether the unlock session should chase HTTP redirects.

  • true: follow redirects (default)
  • false: keep the first response after unlock

Tip: use false to inspect intermediate locations in a redirect chain.

Default"true"
return_page_source?boolean

Choose between processed markup and the exact post-unlock source.

  • false: return processed HTML (default)
  • true: return the unmodified HTML delivered after bypass

Tip: useful when your parser must match the origin bytes exactly.

Default"false"

Corps de la réponse

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/website/webunlocker?query=string"
"<!DOCTYPE html><html lang=\"fr\"><head><meta charset=\"utf-8\"><title>Perceuse sans fil 18V | Decathlon</title><link rel=\"stylesheet\" href=\"/static/pdp.css\"></head><body data-store=\"fr\"><header class=\"site-nav\"><a href=\"/\">Decathlon</a></header><section class=\"pdp\" data-sku=\"8781921\"><h1>Perceuse sans fil 18V</h1><p class=\"price\" data-currency=\"EUR\">89,99</p><ul class=\"specs\"><li>Batterie 2.0 Ah</li><li>Mandrin 13 mm</li></ul><button class=\"add-to-cart\">Ajouter au panier</button></section></body></html>"
{  "error": "Bad Request"}
{  "error": "Invalid API Key"}
{  "error": "Payment required"}
{  "error": "Rate limit exceeded for the API key: quota monthly"}
{  "error": "Internal Error"}