Skip to content

Browser Navigate

🤖 AI Drafted (Not reviewed)

Navigate to a URL and extract page content, title, and links. Sandboxed — only http/https URLs allowed.

Tool id research_browser_navigate
Category research
Uses a language model no
Needs a generative model no
Runs over many items no
Item handling batch
Structured output no
Human-verified not yet

What it reads

Port Type Required What it is
URL (url) text yes URL to navigate to (http or https only)

What it emits

Port Type Required What it is
URL (url) text Final URL after redirects
Title (title) text Page title
HTML (html_content) text Extracted HTML content (truncated to 50k chars)
Links (extracted_links) json List of HTTP/HTTPS links found on the page
Execution Time (execution_time_ms) number Time taken in milliseconds

Options

Option Type Default What it does
properties any
type any

The prompt it sends

This tool does not send a prompt — it does its work in code.