browser_extract_text
Extract cleaned text, links, and forms from a web page for LLM reading. Use a CSS selector to focus on specific content or default to the full page.
Instructions
Extract cleaned text, links, and forms from the page for LLM reading.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | No | CSS selector to scope extraction (defaults to entire body) | body |