VOOZH about

URL: https://apify.com/wowo51/html-to-md

⇱ HTML to Markdown/Text Β· Apify


Pricing

from $1.00 / 1,000 results

Go to Apify Store

HTML to Markdown/Text

Convert html to md or txt. Perfect for AI agents that need to cut expensive LLM costs.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ Warren Harding

Warren Harding

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

23 days ago

Last modified

Share

Convert raw HTML into clean Markdown or plain text for LLM and automation workflows.

This Actor wraps the live VonCPU ToMd API hosted on Azure. It accepts raw HTML input, forwards it securely to the Azure backend, and saves the converted output to the Actor dataset and key-value store.

Input

  • html - Raw HTML string to convert. Maximum request body is 1 MiB.
  • format - Output format: md or txt. Default: md.

Output

The Actor pushes one dataset item and also stores the full result in the default key-value store under OUTPUT.

Example output:

{
"format":"md",
"converter":"html_to_md",
"content":"# Example\n\nHello **world**"
}

Pricing Target

Initial marketplace target: $1.00 per 1,000 calls.

Security

  • The Actor does not fetch URLs.
  • The backend strips scripts and unsafe embedded content.
  • The backend requires an Apify proxy secret stored as an encrypted Apify Actor secret.

You might also like

Excel to Markdown/Text

wowo51/xlsx-to-md

Perfect for AI that needs to save on expensive LLM costs.

πŸ‘ User avatar

Warren Harding

1

PDF to Markdown/Text

wowo51/pdf-to-md

Perfect for AI that needs to save on expensive LLM costs.

πŸ‘ User avatar

Warren Harding

1

Word to Markdown/Text

wowo51/docx-to-md

Perfect for AI that needs to save on expensive LLM costs.

πŸ‘ User avatar

Warren Harding

1

PowerPoint to Markdown/Text

wowo51/pptx-to-md

Perfect for AI that needs to save on expensive LLM costs.

πŸ‘ User avatar

Warren Harding

1

Website to Markdown Crawler for LLM & RAG

logiover/website-text-markdown-crawler

Crawl any website to clean Markdown and plain text for LLM training and RAG. HTML to Markdown, no API or login. Export website text to CSV or JSON.

HTML to JSON Smart Parser

parseforge/html-to-json-smart-parser

Convert HTML to structured JSON using AI! Uses OpenAI to extract and structure data from HTML into clean JSON format. Perfect for developers and data analysts who need to transform HTML into structured data without manual parsing.

40

5.0

HTML to Markdown Converter - Bulk Web Content to MD

santamaria-automations/html-to-markdown

Extract main article content from any website and convert to clean Markdown including headings, links, images, tables, and code blocks. Perfect for LLM training, AI pipelines, and documentation. Export data, run via API, schedule and monitor runs, or integrate with other tools.

Web Page to Markdown Extractor

fetch_cat/web-page-to-markdown-extractor

Convert public URLs into clean Markdown, text, metadata, links, images, and optional HTML for AI agents, RAG, support, and automation workflows.

Web to Markdown for LLMs

george.the.developer/web-to-markdown-llm

Convert any URL to clean LLM-ready markdown. 60-70% fewer tokens than raw HTML. Built for AI agents and RAG pipelines.