Cloudflare Worker · API · $12 lifetime

url2md

EN: One API call: public URL → clean Markdown for LLMs, RAG, and agents. Also generate a simple llms.txt from a homepage. No browser login scraping — respectful fetch with robots/timeouts/size limits.

中文:一次 API 调用,把公开网页变成干净 Markdown,适合喂给大模型 / RAG / Agent;也可从首页生成简易 llms.txt。不登录抓取,尊重 robots,有超时与体积限制。

Free Demo / 免费试用

$0 / forever
  • GET /v1/demo?url=
  • Rate-limited · truncated (~4k chars)
  • No signup · 无需注册
Check /health

Lifetime Key / 终身密钥

$12 / once · 一次买断

Pay once · keep the key

  • POST /v1/markdown + X-Api-Key
  • Full output · higher limits · 完整输出
  • Pay with crypto (USDT) · 加密货币支付
Buy lifetime — $12 USDT (crypto)

Pay on shop.geturl2md.com (USDT). Fallback: workers.dev shop. Free demo stays here.

Quick try / 快速试用

curl -s "https://geturl2md.com/health"

curl -s "https://geturl2md.com/v1/demo?url=https://example.com"

curl -s -X POST "https://geturl2md.com/v1/markdown" \
  -H "Content-Type: application/json" \
  -H "X-Api-Key: demo" \
  -d '{"url":"https://example.com"}'

curl -s "https://geturl2md.com/v1/me" -H "X-Api-Key: demo"

curl -s "https://geturl2md.com/v1/llms.txt?url=https://example.com"

Canonical host: https://geturl2md.com · fallback https://url2md.congfang.workers.dev. Respects robots.txt lightly · timeouts · size limits · no login scraping.