Retrieve the rendered content of a webpage, optionally formatted as Markdown or HTML.
API key passed in the header
An optional browser session identifier to reference an existing running browser session. If provided, the tool will execute within that browser session.
The URL of the webpage to fetch content from. When left empty, the current webpage is used.
The output format of the content.
html, markdown The time to wait for dynamic content to load in milliseconds.
Whether to create a new page for the content.
The index of the page to fetch content from. Overides new_page.
Whether to return partial content if the content is not loaded within the 20 seconds.
The fetched webpage content in the specified format.
The rendered content of the webpage.