Fetch a page and return its content, headers, and metadata.
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.
JSON Schema describing the desired structure of the response. Only used when format is json.
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