Web & Markup
Pull readable content and structure out of HTML.
9 live · 0 planned
- Pull the article out of a page2 CR credits per calloperationalJust the body text of a page — no navigation, no cookie banner, no footer.POST /v1/markup/html-to-text
- Shrink an HTML file2 CR credits per calloperationalWhitespace collapsed and comments dropped, without changing how the page renders.POST /v1/markup/html-minify
- Make user HTML safe to display2 CR credits per calloperationalScripts, event handlers and dangerous URLs removed against an allowlist you control.POST /v1/markup/html-sanitize
- Turn a web page into Markdown2 CR credits per calloperationalHeadings, lists, links and tables survive; the styling and scripts do not.POST /v1/markup/html-to-markdown
- List every link on a page2 CR credits per calloperationalEvery href and src, made absolute against the page URL and deduplicated.POST /v1/markup/extract-links
- Turn Markdown into HTML2 CR credits per calloperationalCommonMark plus the extras people actually use — tables, footnotes and fenced code.POST /v1/markup/markdown-to-html
- Read a page's metadata2 CR credits per calloperationalTitle, description, OpenGraph and Twitter card fields — what a link preview would show.POST /v1/markup/extract-metadata
- Get tables out of a page2 CR credits per calloperationalEach HTML table becomes CSV or JSON you can open, with the header row detected.POST /v1/markup/extract-tables
- Investigate any URL3 CR credits per calloperationalPaste a link and see where it really goes: every redirect, what it says about itself when shared, who else it loads from, and which parts of the address are only tracking you.POST /v1/explore/url-detective