browser_text
Extract text content from web pages using CSS selectors to retrieve specific information or entire page text for analysis and processing.
Instructions
Extract raw text content from the page or a specific element
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | No | CSS selector to scope text extraction | |
| maxLength | No | Max text length to return |