extract_content
Extract clean, readable content from any web article by removing ads, navigation, and boilerplate. Ideal for LLM context, summarization, or RAG ingestion.
Instructions
Use this when you need a clean, readable version of a web article or page — removes ads, nav, footers, and boilerplate. Ideal for RAG ingestion, summarization, or LLM context. Prefer this over extract_text for article-style pages. Example: extract_content({url: "https://blog.example.com/post-title"})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to extract content from | |
| options | No | Additional extraction options |