URL → clean text
farm_clean_textExtract clean main article text from any web page by removing ads, navigation, and boilerplate. Returns plain text or Markdown with title, language, and word count for models or RAG.
Instructions
Fetch a web page and return the main article text without navigation, ads or boilerplate, as plain text or Markdown, with title, language and word count. Use this to feed a page into a model or a RAG index. Costs $0.02 per call, paid in USDC on Base.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Absolute http(s) URL of the page to process. | |
| format | No | Output format. Default text. | |
| max_chars | No | Truncate to N characters. |