Tools
Get Webpage Content
Retrieve the rendered content of a webpage, optionally formatted as Markdown or HTML.
POST
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
application/json
The URL of the webpage to fetch content from. When left empty, the current webpage is used.
Example:
"https://anchorbrowser.io"
The output format of the content.
Available options:
html
, markdown
Example:
"markdown"
Response
200
text/plain
The fetched webpage content in the specified format.
The rendered content of the webpage.
Example:
"A secure way to **let AI agents do anything on the internet**."