# Plain Markdown

Page to Markdown API

Web pages are full of noise. Send a URL, get Markdown stripped of noise (ads, nav, clutter).

Request

POST /v1/convert
Authorization: Bearer <api_key>
Content-Type: application/json

{
  "url": "https://example.com/blog/post"
}

Response

{
  "status": "success",
  "data": {
    "content": "# Example Post\n\nClean markdown content..."
  }
}
Deterministic

Same URL, same output.

Clean

No ads, navigation, or popups. Just the content.

Structured

One JSON schema. No surprises.

MCP Ready

Native MCP server. Use it from any editor or coding agent.

MCP Server

Use PlainMarkdown as an MCP tool directly from your editor or agent.

Pricing

No subscriptions. Credits never expire.

Free 500 pages / month $0 Included with every account Start free
Hobby 3,000 pages $5 $0.0017 per page Get Hobby
Standard 15,000 pages $20 $0.0013 per page Save 20% Get Standard
Best value Scale 60,000 pages $60 $0.0010 per page Save 40% Get Scale

Rate limits apply.

Early Access

We're still in beta and could use real-world testing. Sign up and get 3 months of unlimited API usage, free.

Get Free Access