browse_page
Extract content, take screenshots, click elements, type text, or generate PDFs from any webpage using a headless Chromium browser.
Instructions
Browse a webpage using a headless Chromium browser (Playwright). Actions:
extract: Get page title, description, text content, and links
screenshot: Capture a screenshot (base64 PNG)
click: Click on element matching instruction text
type: Type text into input (format: 'text to type into selector')
pdf: Save page as PDF (base64) Requires: playwright installed with chromium.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| action | No | extract | |
| instruction | No | ||
| api_key | No |