Markdowner ⚡
A fast open-source tool to convert any website into LLM-ready markdown data.
Made with ❤️ by Dhravya Shah
Usage Example
$ curl 'https://md.dhr.wtf/?url=https://example.com'
Required Parameters
- url (string): The website URL to convert into markdown.
Optional Parameters
-
enableDetailedResponse (boolean, default:
false
): Toggle for detailed response with full HTML content. -
crawlSubpages (boolean, default:
false
): Crawl and return markdown for up to 10 subpages. -
llmFilter (boolean, default:
false
): Filter out unnecessary information using LLM.
Response Types
-
Add
Content-Type: text/plain
in headers for plain text response. -
Add
Content-Type: application/json
in headers for JSON response.