clean_url
Fetch a public URL and return clean, LLM-ready text with word count. Removes HTML, styles, and scripts to minimize token usage.
Instructions
Fetch a URL with the Refinery Apify actor and return clean LLM-ready text plus word_count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The public URL to clean. | |
| removeStyles | No | ||
| removeScripts | No |