reader

Turn any web page into LLM-ready markdown.

How it works

Paste a URL and reader will fetch the page, identify the main content, normalize links, and convert the result into markdown optimized for LLM ingestion.

The conversion pipeline is based on ineersa/html2markdown.

Limits

Up to 10 requests per 10 minutes per IP.

Use the rendered view for reading or switch to raw markdown and copy it directly.

Raw route

Use /r/{URL} to get the markdown response directly.

It returns plain text markdown, so it works well for scripts, agents, shortcuts, and quick copy-paste flows.