extract_web_markdown
Convert any web page into clean Markdown by removing HTML, JS, and CSS bloat, delivering LLM-ready content with token-compression analytics that cut inference token usage by about 85%.
Instructions
[Cost: $0.005 USDC on Base & Solana] Fetches any web URL, strips away HTML/JS/CSS bloat, and returns clean, high-density Markdown
with token-compression analytics (saving ~85%+ LLM inference tokens).
Designed specifically for autonomous AI agents needing LLM-ready web content without token waste.
Args:
url: The HTTP or HTTPS URL of the webpage to scrape and convert.
include_images: Whether to include extracted image links in Markdown format (default: False).
payment_signature: Optional x402 Base USDC transaction hash or developer mock key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| include_images | No | ||
| payment_signature | No |