browse_page
Retrieve the content of any live public web page by opening the URL in a headless browser, then get cleaned markdown, title, and final URL without handling logins or forms.
Instructions
Use this when you need the content of a live public web page. It opens the URL in a headless browser, waits for the document, and returns the title, final URL, and cleaned markdown (or links/title only). Returns extracted text, not a screenshot. Does not log in or fill forms.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Absolute HTTPS URL to open. | |
| wait | No | Playwright waitUntil. Default: domcontentloaded. | |
| extract | No | What to return. Default: markdown. |