Web pages, YouTube videos, PDFs, GitHub repos, research papers — all become clean Markdown in milliseconds. Cut token count by ~80%. Built for AI agents, RAG pipelines, and teams processing thousands of documents.
PASTE ANY URL. GET CLEAN MARKDOWN. ~80% FEWER TOKENS.
We fetch the raw HTML from the target URL with proper headers and redirect handling.
Remove scripts, stylesheets, navigation, footers, ads, and other non-content elements.
Transform HTML elements into clean Markdown syntax: headings, links, lists, code blocks.
Normalize whitespace, decode entities, fix formatting, and deliver compact output.
One API. Every content type your agent needs.
POST /api/convertAny public URL → clean Markdown. Strips ads, nav, scripts, footers. Works with articles, docs, blogs, landing pages.
POST /api/youtubeAny YouTube video with captions → full transcript as Markdown. Timestamped or clean paragraphs. No API key needed.
POST /api/pdfLink to any PDF → extracted text as Markdown. Research papers, reports, documentation, whitepapers. Up to 10MB.
POST /api/githubGitHub repo URL → README + file tree as Markdown. Optionally include source files. Works with any public repo.
POST /api/convertArxiv abstract pages → structured Markdown with title, authors, abstract, and links. Use /api/pdf for full paper text.
POST /api/bulkProcess up to 500 URLs in a single call. Mix web pages, PDFs, GitHub links. Async jobs for fire-and-forget workflows.
Feed clean content to LLMs without wasting tokens on HTML tags, scripts, and styling. Get 80% more content in the same context window.
Prepare web content for retrieval-augmented generation. Clean Markdown chunks better, embeds better, and retrieves better than raw HTML.
Convert web pages to Markdown for documentation sites, wikis, or knowledge bases. Preserve structure without the HTML overhead.
Move blog posts, articles, and pages from any platform to Markdown. Works with any public URL regardless of the CMS.
Scale from hundreds to thousands of conversions. See all plans →
STARTER
$9/mo
2,000 conversions/mo
Most PopularPRO
$29/mo
10,000 conversions/mo
SCALE
$99/mo
50,000 conversions/mo
Free tier: 100 conversions/month — no credit card required
Use the REST API in your pipeline or install the MCP server for Claude Desktop. Get a free API key →
POST /api/convert
Content-Type: application/json
{
"url": "https://example.com/article"
}{
"markdown": "# Page Title\n\nContent here...",
"url": "https://example.com/article",
"title": "Page Title",
"tokenEstimate": 1250,
"fetchTimeMs": 340,
"htmlSize": 48200,
"markdownSize": 5100,
"compressionRatio": 89.4
}curl -X POST https://fetchmd.dev/api/convert \
-H "Content-Type: application/json" \
-d '{"url": "https://example.com"}'Scale Your Pipeline
Starter gets you 2,000 conversions. Pro gets you 10,000 with bulk batching and a priority queue. REST API, MCP server for Claude Desktop, and a 7-day free trial on every paid plan.