get_content
Extract HTML or text content from web pages or specific elements to retrieve structured data for analysis, automation, or processing tasks.
Instructions
Get the HTML or text content of the page or a specific element
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | No | Element selector (returns full page content if not specified) | |
| type | No | Content type to return | text |
| tabId | No | Tab ID to operate on (uses active tab if not specified) |