Turn any web page into Markdown
Paste a link. A headless browser loads the page, strips navigation, ads and scripts, keeps the article and hands you clean Markdown — ready to polish and export as a PDF.
Try:
How it works
A real Chromium tab loads the page (so JavaScript-rendered content works), removes navigation, ads, forms and scripts, keeps the <main> / <article>, and converts it to GitHub-flavoured Markdown with absolute links and images.
From your AI agent
The same importer is an MCP tool, so Cursor, Claude, Codex & co. can fetch a page, fix the notes and render a PDF in one go:
import_web_page(url)Prompt pdf_from_url does the whole flow. Add to AI agent →
API
Plain HTTP, CORS enabled, no key:
GET /api/scrape?url=https://example.com&images=true&links=true/api/scrapehtml returns HTML. Responses include title, description, site name, author and date.