Fetch a URL
Execute an HTTP request through Browser Use’s proxy infrastructure with Chrome TLS fingerprinting, so the request looks like genuine browser traffic.
Authorizations
Body
Target URL.
"https://example.com"
HTTP method.
GET, POST, PUT, PATCH, DELETE, HEAD, OPTIONS Additional HTTP headers.
Request body as text.
Request body as base64, for binary content.
Override the Content-Type header.
How to format the response body. raw returns the page unchanged; markdown returns clean readable text; structured returns a parsed object (title, links, headings, tables); simplified strips boilerplate.
raw, markdown, structured, simplified Follow HTTP redirects.
Maximum redirects to follow.
Request timeout in milliseconds.
x <= 120000Session ID. Requests sharing a session persist cookies and the proxy IP across calls.
ISO 3166-1 alpha-2 country code for proxy routing (e.g. DE).
Retry behavior for failed requests.
Skip TLS certificate verification.
Response
The fetched response.
HTTP status code.
Full status string (e.g. "200 OK").
Response headers. Each value is a list of strings.
Response body as text.
Response body as base64, when binary.
Whether the response is binary content.
Final URL after redirects.
Number of redirects followed.
HTTP protocol version (e.g. "HTTP/2.0").
Error message if the request failed.