# Save - Convert Any Webpage to Clean Markdown > Save is a Chrome extension that converts any webpage to clean, structured Markdown with one click. It uses AI-powered content extraction to remove ads, navigation, and clutter, producing well-formatted Markdown optimized for note-taking apps (Obsidian, Notion) and AI workflows (ChatGPT, Claude, Gemini). Built for developers, writers, researchers, and AI practitioners. ## What Save Does Save uses AI (Google Gemini) to extract the main content from any webpage and convert it to well-formatted Markdown. Unlike rule-based web clippers, Save uses large language models with 300+ site-specific extraction prompts to produce clean, structured output. What gets removed: - Advertisements and tracking scripts - Navigation menus and sidebars - Cookie banners and pop-ups - JavaScript and styling noise - Duplicate or boilerplate content What gets preserved: - Headings, lists, and document structure - Links and references - Code blocks with syntax highlighting - Tables and structured data - Image alt text and captions ## Key Features - **One-Click Conversion**: Click the extension icon to instantly convert any webpage - **AI-Powered Extraction**: Smart content detection with 300+ site-specific prompts - **Clean Markdown Output**: Properly formatted with headings, lists, links, and code blocks - **Works Everywhere**: Twitter threads, YouTube transcripts, Instagram Reels, TikTok videos, news articles, e-commerce, documentation, and more - **Copy or Download**: Get your Markdown via clipboard or as a .md file - **YouTube Transcripts**: AI-summarized video transcripts with timestamps and key points - **Twitter/X Threads**: Full thread extraction with proper attribution and ordering - **Instagram Reels**: AI-powered audio transcription from Reels into clean Markdown - **TikTok**: Caption, hashtag, and metadata extraction from short-form video posts ## Supported Websites (300+ sites) Save works on any website, with optimized AI extraction for: - **Social Media**: Twitter/X threads, Reddit posts, LinkedIn articles, Instagram Reels, TikTok videos - **Video**: YouTube video transcripts (AI-summarized with key points) - **E-commerce**: Amazon, eBay, Etsy product pages with structured specs - **Code**: GitHub READMEs, Stack Overflow Q&A, technical documentation - **Publishing**: Medium articles, Substack newsletters, blog posts - **Reference**: Wikipedia, MDN Web Docs, API documentation - **News**: NYT, Washington Post, BBC, The Guardian, Hacker News - **Travel**: Booking.com, Airbnb, TripAdvisor listings - **Recipes**: AllRecipes, Serious Eats, food blogs - **Jobs**: LinkedIn jobs, Indeed, Glassdoor listings - **Any webpage**: Generic extraction works on any site with text content ## How Save Compares to Alternatives | Feature | Save | MarkDownload | Copy as Markdown | |---------|------|-------------|-----------------| | AI-powered extraction | Yes | No | No | | YouTube transcripts | Yes (AI-summarized) | No | No | | Twitter/X threads | Yes (full threads) | Partial | No | | Instagram Reels | Yes (AI transcription) | No | No | | TikTok | Yes (captions) | No | No | | E-commerce pages | Yes (structured) | No | No | | Removes ads/clutter | AI-powered | Basic | No | | Site-specific prompts | 300+ sites | No | No | ## Use Cases ### For Developers - Save API documentation for offline reference - Archive Stack Overflow solutions - Convert GitHub issues and discussions to notes - Build documentation libraries ### For Researchers - Capture sources with full content (not just bookmarks) - Create citation-ready archives - Build searchable research libraries - Feed content to AI assistants for analysis ### For Writers - Build swipe files from great content - Research and organize sources - Create clean drafts from web content - Archive inspiration for later ### For AI Workflows - Convert web content to LLM-friendly format - Markdown uses significantly fewer tokens than raw HTML for AI context - Build RAG knowledge bases from web content - Create clean context for AI prompts and agents ## Technical Details - **Platform**: Chrome Extension (Manifest V3), also works on Edge, Brave, Arc - **AI Backend**: Google Gemini via Cloudflare Workers - **Extraction**: Client-side content capture + server-side AI processing - **Website**: https://www.savemarkdown.co - **Chrome Web Store**: https://chromewebstore.google.com/detail/save-%E2%80%94-web-to-markdown/mamnlljnkigkhppbjhmpdeocobcbobdp - **Founded**: 2025 ## Pricing - **Free**: 3 saves per month - **Plus**: Unlimited saves ($5.99/mo or $34.99/yr via Stripe) — subject to a 500 saves/month fair-use policy for abuse protection ## Save API (for developers and AI agents) Save also offers a hosted HTTP API that turns any URL into clean Markdown — the same engine as the extension, callable from code. Built for AI agents, RAG pipelines, and scrapers. - **Endpoint**: POST https://api.savemarkdown.co/v1/convert - **Get a free key (no human)**: POST https://api.savemarkdown.co/v1/signup with {"email":"you@example.com"} → returns a sk_test_ key, 100 conversions/month free, no card - **Auth**: Authorization: Bearer sk_live_… (server-side only) - **Body**: {"url": "https://…", "template?": "...", "render?": "auto|never|always", "fresh?": false} - **Returns**: {"markdown": "...", "meta": {"tier": 1, "cached": false, "domain": "...", "template": "markdown"}, "usage": {"credits": 1}} - **How it works**: server-side fetch → headless render only if the page is a JS shell → boilerplate stripped → clean Markdown. - **Pricing**: Markdown $2 / 1,000 pages · Rendered (JS) $8 / 1,000 pages · AI-formatted templates $3/$25 per 1M input/output tokens. Free trial: 100 pages. Pay as you go. - **Docs**: https://www.savemarkdown.co/api - **Discovery**: see /.well-known/agent-skills/index.json (skill id: save.api.url-to-markdown) and /.well-known/api-catalog.json. ## Links - [Homepage](https://www.savemarkdown.co) - [Save API docs](https://www.savemarkdown.co/api) - [Blog](https://www.savemarkdown.co/blog) - [Install Extension](https://chromewebstore.google.com/detail/save-%E2%80%94-web-to-markdown/mamnlljnkigkhppbjhmpdeocobcbobdp) - [Privacy Policy](https://www.savemarkdown.co/privacy) - [Terms of Service](https://www.savemarkdown.co/terms) ## Contact - Email: hello@savemarkdown.co