{"name":"url-to-markdown","description":"Fetches a public URL, strips boilerplate, and returns clean Markdown plus title and character counts. Use it as a URL to Markdown converter, webpage to Markdown tool, or article cleanup API for pulling readable text out of blog posts, docs pages, and news articles before feeding them to an LLM. Send a url; get back source_url, title, markdown, markdown_chars, and html_chars so you can gauge how much boilerplate got trimmed.","price":"$0.005","method":"POST","input_schema":{"properties":{"html":{"type":"string","description":"Raw HTML to convert. Mutually exclusive with 'url' — supply one."},"url":{"type":"string","description":"Page URL to fetch and convert. Server follows redirects. Mutually exclusive with 'html'."},"include_links":{"type":"boolean","description":"Keep hyperlinks as Markdown [text](href). Default true. Set false for prose-only output."},"include_images":{"type":"boolean","description":"Keep images as Markdown ![alt](src). Default true."},"user_agent":{"type":"string","description":"Optional User-Agent header sent when fetching 'url'. Default is a generic browser UA."}}},"input_example":{"url":"https://en.wikipedia.org/wiki/Markdown"},"output_example":{"source_url":"https://en.wikipedia.org/wiki/Markdown","title":"Markdown","markdown":"# Markdown\n\nMarkdown is a lightweight markup language...","markdown_chars":5421,"html_chars":32418},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}