HTML to Markdown Converter API — URL or Raw HTML to GFM
Pricing
$20.00 / 1,000 page converteds
HTML to Markdown Converter API — URL or Raw HTML to GFM
Convert HTML to Markdown via API. Input: a URL or raw HTML string. Output: clean GitHub-flavored Markdown with headings, links, lists, tables, and code blocks preserved. Sync run-and-return. Cheap pay-per-result: $0.02 per page converted.
Pricing
$20.00 / 1,000 page converteds
Rating
0.0
(0)
Developer
Anthony Snider
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
HTML to Markdown Converter
Turn any web page or raw HTML into clean, well-structured GitHub-flavored markdown — ready for LLM context, docs, or RAG pipelines.
Live on the Apify Store — run it instantly, or call it as an agent tool via Apify MCP.
What you get
- Convert by URL (single or bulk) or paste raw HTML directly
- GitHub-flavored markdown: tables, strikethrough, fenced code blocks with language hints
- Strips noise automatically (scripts, styles, iframes, hidden elements)
- Relative links and images resolved to absolute URLs using the page address
- Per-page output with character count; one bad URL never fails the run
Input
{"url": "https://github.com/apify/apify-sdk-js","urls": ["https://example.com/a", "https://example.com/b"],"maxUrls": 50}
Or convert raw HTML directly:
{"html": "<h1>Hello</h1><p>Some <strong>bold</strong> text and a <a href=\"/docs\">link</a>.</p>","url": "https://example.com"}
Output
One dataset item per page:
{"url": "https://example.com","title": "Example Domain","markdown": "# Example Domain\n\nSome **bold** text and a [link](https://example.com/docs).","length": 64}
Charged per page converted.