inspect_document
Generate a high-level summary of HTML content from a URL or inline snippet, simplifying page analysis and understanding for scraper development.
Instructions
Build a high-level summary for stored HTML or an inline HTML snippet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | No | ||
| source_url | No | ||
| max_size_bytes | No | ||
| document_handle | No | ||
| truncate_on_limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | ||
| title | No | ||
| handle | No | ||
| status | No | ||
| form_count | Yes | ||
| html_chars | Yes | ||
| link_count | Yes | ||
| source_url | No | ||
| text_chars | Yes | ||
| fetched_via | No | ||
| image_count | Yes | ||
| text_preview | Yes | ||
| heading_preview | No |