readable-content
Extract readable article text from any public URL and convert it to clean Markdown. Strip navigation, ads, and boilerplate to get full content for AI analysis.
Instructions
Fetches any public URL and returns the full readable article text as clean Markdown, stripped of navigation, ads, and boilerplate. Returns title, published date (if available), and the complete body ready for LLM summarization, analysis, or RAG ingestion. A $0.004 alternative to exa.ai/contents ($0.007) and web-read ($0.016) for the same full-text extraction primitive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Public HTTP/HTTPS URL to extract readable content from. Redirects are followed. | |
| no_cache | No | If true, forces a fresh fetch bypassing Jina's cache (default false). |