> ## Documentation Index
> Fetch the complete documentation index at: https://web2md.org/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Plans & Pricing

> Compare Free and Pro plans to find the right fit for your workflow.

## Overview

Web2MD offers a generous free tier and a Pro plan for power users.

<Frame>
  <img src="https://mintcdn.com/web2md/-nkbvAbPNvMPm39U/images/screenshot-4.png?fit=max&auto=format&n=-nkbvAbPNvMPm39U&q=85&s=dfd414447415331e3dd6b614d685bf7c" alt="Web2MD pricing page" width="1280" height="800" data-path="images/screenshot-4.png" />
</Frame>

## Plan comparison

| Feature                                      | Free            | Pro                           |
| -------------------------------------------- | --------------- | ----------------------------- |
| **Price**                                    | \$0             | \$9/month                     |
| **Conversions**                              | 3/day           | Unlimited                     |
| **Conversion method**                        | Server-side API | Client-side (faster, private) |
| **Smart extraction**                         | Yes             | Yes                           |
| **Site adapters**                            | Yes             | Yes                           |
| **Send to AI**                               | Yes             | Yes                           |
| **Multi-page queue**                         | Yes             | Yes                           |
| **Preview card**                             | Yes             | Yes                           |
| **Context menu**                             | Yes             | Yes                           |
| **Prompt templates**                         | Yes             | Yes                           |
| **Obsidian integration**                     | Yes             | Yes                           |
| **AI auto-tags & summary**                   | —               | Yes                           |
| **Download Markdown files**                  | —               | Yes                           |
| **Auto platform collections**                | —               | Yes                           |
| **Token counting**                           | —               | Yes                           |
| **Smart content splitting**                  | —               | Yes                           |
| **AI Summary & Tags**                        | —               | Yes                           |
| **Collections & Semantic Search**            | —               | Yes                           |
| **Custom Extraction Rules**                  | —               | Yes                           |
| **REST API access** (60 req/min)             | —               | Yes                           |
| **MCP Server**                               | —               | Yes                           |
| **Webhook automation**                       | —               | Yes                           |
| **CLI tool** (`npx web2md`)                  | Yes             | Yes                           |
| **Agent Bridge** (AI agent control)          | —               | Yes                           |
| **Export as Image**                          | Watermark       | No watermark                  |
| **Watch Mode** (page monitoring)             | —               | Yes                           |
| **Compile Wiki** (collection → Obsidian ZIP) | —               | Yes                           |
| **API Key management** (up to 5)             | —               | Yes                           |
| **Priority support**                         | —               | Yes                           |
| **Early access to features**                 | —               | Yes                           |

## Free plan

The Free plan includes **3 conversions per day** — enough to try Web2MD and see if it fits your workflow.

* Conversions are processed server-side via the Web2MD API
* All core features are available (Send to AI, batch convert, prompt templates, etc.)
* No credit card required

<Info>
  When you reach the free limit, you'll see a message: **"Free limit reached, please upgrade to Pro."**
</Info>

## Pro plan

Pro unlocks **unlimited conversions** with **client-side processing** — your content never leaves your browser.

Additional Pro features:

* **AI auto-tags & summary** — Every conversion auto-generates semantic tags and a concise summary
* **Download Markdown files** — Save conversions as `.md` files to your computer
* **Auto platform collections** — Conversions are automatically sorted by source platform
* **Token counting** — See exact token counts for AI context planning
* **Smart content splitting** — Automatically split long content into AI-friendly chunks
* **AI Summary & Tags** — Auto-generate summaries and topic tags for converted content
* **Collections & Semantic Search** — Organize saved content into collections and search by meaning
* **Custom Extraction Rules** — Create per-domain CSS selector rules for precise content extraction
* **REST API access** — Use Web2MD's conversion API programmatically (60 req/min)
* **MCP Server integration** — Connect Web2MD to AI agents and automation tools
* **Webhook automation** — Push conversion events to external services
* **CLI tool** — Convert URLs from the command line with `npx web2md`, including batch mode and Obsidian vault export
* **Agent Bridge** — Let AI agents batch-convert URLs through your Chrome extension via Native Messaging
* **Export as Image** — Save converted Markdown as styled images without watermark
* **Watch Mode** — Monitor pages for changes with automated conversion or webhook triggers
* **Compile Wiki** — Generate AI-powered Obsidian-ready knowledge bases from collections
* **API Key management** — Create and manage up to 5 API keys

<Card title="Upgrade to Pro" icon="star" href="https://web2md.org/pricing">
  Get unlimited conversions for \$9/month (40% off the regular \$15/month price).
</Card>

## How conversion works by plan

<AccordionGroup>
  <Accordion title="Free users" icon="user">
    1. Site adapter runs (if available) — this is free and unlimited
    2. If no adapter, page HTML is sent to Web2MD's server API
    3. Server converts HTML to Markdown and returns the result
    4. Usage counter increments
  </Accordion>

  <Accordion title="Pro users" icon="crown">
    1. Site adapter runs (if available)
    2. If no adapter, conversion happens **entirely in the browser** (client-side)
    3. No data is sent to any server
    4. No usage limits
  </Accordion>
</AccordionGroup>
