Get Webpage Content
Retrieve the rendered content of a webpage in Markdown or HTML format. Text content is also extracted from PDFs.
Documentation Index
Fetch the complete documentation index at: https://docs.anchorbrowser.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key passed in the header
Query Parameters
An optional browser session identifier to reference an existing running browser session. If provided, the tool will execute within that browser session.
Body
The URL of the webpage or PDF 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.
Response
The fetched webpage content in the specified format.
The rendered content of the webpage.

