Mintlify Docs Scraper — Docs to Clean Markdown
Pricing
from $5.00 / 1,000 doc pages
Mintlify Docs Scraper — Docs to Clean Markdown
Extract any Mintlify / llms.txt documentation site as clean Markdown: one row per page with title, section, summary & content. For RAG & LLMs. No key.
Pricing
from $5.00 / 1,000 doc pages
Rating
0.0
(0)
Developer
Dev D
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
8 days ago
Last modified
Categories
Share
Mintlify Docs Scraper — Docs to Clean Markdown 📄
Point it at any Mintlify (or llms.txt-enabled) documentation site and get the whole thing as clean Markdown — one structured row per page: title, section, summary, content and word count. No API key, no HTML scraping, no anti-bot.
Mintlify-hosted docs (used by thousands of dev-tool companies) automatically publish machine-readable endpoints:
/llms.txt— an index of every documentation page (title,.mdURL, summary).<page>.md— each page rendered as clean Markdown.
This Actor reads that index and pulls every page, giving you ready-to-use docs content. The same llms.txt standard is served by a growing list of docs platforms, so this works beyond Mintlify too.
What you get per page
title · section · summary · markdown (clean page content) · word_count · page_url · path · site · source.
Examples
Whole docs site as Markdown
{ "docsUrl": "https://resend.com/docs" }
Fast index only (no content, cheap)
{ "docsUrl": "https://resend.com/docs", "includeContent": false }
First 50 pages
{ "docsUrl": "https://docs.example.com", "maxPages": 50 }
Use cases
- RAG & "chat with your docs" — ingest a whole docs site into a vector DB in clean Markdown.
- AI coding assistants & agents — feed up-to-date product docs as context.
- Docs migration & backup — export a Mintlify site to portable Markdown.
- Competitive & content analysis — diff, search or audit documentation at scale.
Notes
- No API key. Uses the site's public
llms.txtindex and per-page.mdendpoints. docsUrl= the docs base, e.g.https://resend.com/docsorhttps://docs.example.com. The Actor looks forllms.txtthere.- Works on Mintlify sites and any site that publishes
llms.txt. If a site has nollms.txt, the run stops with a clear message. includeContent: falsereturns just the page list (title, url, section, summary) — fast and cheap when you only need the map.- Content belongs to each documentation site's owner and is subject to their terms — use responsibly.
Keywords
Mintlify, llms.txt, documentation scraper, docs to markdown, docs extractor, RAG, LLM context, vector database, developer docs, API docs, markdown export, docs migration, AI docs, chat with docs, no API key.