page_read
Extract visible text from a webpage, optionally scoped to a CSS selector and filtered by a case-insensitive query. Use it to read page content, prices, or tables without needing to locate clickable elements.
Instructions
Read the page's visible TEXT content (defaults to /, else the whole body), optionally scoped to a CSS selector and/or filtered with query to only the lines that contain it (case-insensitive). Use this to search/read page DATA — content, prices, table text, 'does the page mention X'. To locate a clickable element instead, use page_find.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | case-insensitive term; return only the lines that contain it (default: the full text) | |
| maxChars | No | truncate the returned text to this many chars (default 4000) | |
| selector | No | CSS selector to read text from (default: <main>/<article>/<body>) | |
| sessionId | No |