Web Reader (Jina Reader)
Extract clean markdown from any URL via Jina Reader — no API key required.
Quick Start
scripts/read-url.sh "https://example.com/article"
How It Works
Jina Reader (r.jina.ai) renders any URL and returns clean markdown. Simply prepend https://r.jina.ai/ to any URL:
curl -s "https://r.jina.ai/https://example.com"
Advanced Options
With headers for better output
curl -s \
-H "Accept: text/markdown" \
-H "X-Return-
[Description truncada. Veja o README completo no GitHub.]