extract_text
Fetch a web page and extract clean, human-readable text by stripping HTML, script, and style tags. Use it to get article content without markup.
Instructions
Fetch a web page and extract human-readable body text.
Strips script, style, and HTML markup tags to produce clean text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to extract text from. | |
| max_chars | No | Maximum characters of text to return (default: 10000). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||