Fetch a Page
Fetch a page and return its content, headers, and metadata.
Documentation Index
Fetch the complete documentation index at: https://docs.browserbase.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Your Browserbase API Key.
Body
The URL to fetch
Whether to follow HTTP redirects
Whether to bypass TLS certificate verification
Whether to enable proxy support for the request
Output format for the response content. raw (default) returns the response body unchanged; json returns structured data (requires schema); markdown returns the page as markdown.
raw JSON Schema describing the desired structure of the response. Only used when format is json.
Response
The request has succeeded.
Unique identifier for the fetch request
HTTP status code of the fetched response
Response headers as key-value pairs
The response body content. A string for raw and markdown formats; a structured object for json format (the schema-extracted result).
The MIME type of the response
The character encoding of the response