HTML to Markdown/Text
Pricing
from $1.00 / 1,000 results
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
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:mdortxt. 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.