fetch
Convert any web page URL into clean Markdown for LLM or RAG pipelines. Retrieves the main article content, stripping clutter, using the web2md service.
Instructions
Fetch a web page URL and return its main content as clean Markdown.
Uses the web2md service (Crawl4AI) behind the scenes. Best for feeding article / documentation text into an LLM or RAG pipeline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | target web page URL to fetch and convert. | |
| quality | No | 'fast' = Crawl4AI raw Markdown (complete body text). | fast |
| anti_bot | No | crawling strategy — 'auto' (default, undetected+stealth), 'stealth', 'undetected', or 'proxy'. | auto |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||