extract_readable
Extract clean, readable text content from web pages by providing a URL, removing navigation elements and ads to focus on the main article text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes |
Input Schema (JSON Schema)
{
"properties": {
"url": {
"format": "uri",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
}