markdown.new - Markdown for Agents | Cloudflare-Powered URL to Markdown
Tweet
I built https://t.co/5NktuMjX9i Put https://t.co/ZxgaXfljH1 before any URL → get clean Markdown back. Cloudflare's Markdown for Agents is great, but only works for enabled sites. https://t.co/5NktuMjX9i works for ANY website on the internet. 80% fewer tokens. Also converts PDFs, images, audio. Free. No signup. https://t.co/5NktuMjX9i
Scraped Article
This has a linked resource worth reading, a tool worth trying, or an idea worth prototyping
Quick Insight
This is a URL-prepending service that converts any webpage to clean Markdown, reducing token usage by 80% for AI workflows. It's essentially a universal content extractor with smart fallbacks - tries Cloudflare's native markdown first, then Workers AI, then browser rendering for JS-heavy sites.
Actionable Takeaway
Test this immediately for AI agent workflows in side projects - prepend `markdown.new/` to any URL to get clean content for RAG pipelines or content processing. Could replace custom scraping logic with a simple URL transformation.
Related to Your Work
Perfect for the fintech platform's analytics dashboards that might need to process external content, and directly applicable to AI-powered dev workflow side projects. Could eliminate the need to build custom web scraping for any content ingestion features.
Source Worth Reading
The linked site is worth checking out - it's a live tool with clear technical details on the three-tier conversion pipeline. Shows actual token reduction examples and has a simple API that could be integrated into existing workflows immediately.