Markdown Tool

Tool to convert any website into LLM-ready markdown data.

Usage Example

Example usage:
curl 'https://markdown.savills.pro/?url=https://example.com'

Parameters

Required:

  • url (string): The website URL to convert into markdown.

Optional:

  • 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.