scrape_page
Extract clean readable text from web pages by removing navigation, footer, and scripts. Truncates at paragraph boundary for natural reading.
Instructions
Clean readable text extraction — drops nav, footer, scripts, styles.
Smart-truncates at paragraph boundary (not mid-word).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| only_main_content | No | ||
| max_chars | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |