Extract Data
extract:
Instructions
Extract data from the page without a full snapshot. Types: text (visible text), html (markup), title, url, js (evaluate JavaScript). Use target with @eN or CSS selector for element-specific extraction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | Session ID. | |
| type | No | What to extract. | text |
| target | No | @eN ref or CSS selector. Omit for page-level. | |
| js | No | JavaScript expression for type='js'. | |
| maxChars | No | Max output characters. |