HTML to Structured Content
Turns HTML into headings, paragraphs, tables, and links using deterministic parsing rules.
Run tool
Form input
Direct JSON or Markdown
Submit JSON directly or Markdown that can be converted into JSON.
Work steps
Inputs
| Name | Type | Required | Description |
|---|---|---|---|
html | text | Yes | Html |
Outputs
| Name | Type | Description |
|---|---|---|
headings | array | Headings |
paragraphs | array | Paragraphs |
tables | array | Tables |
links | array | Links |
work | array | Work |
Sample request
{
"html": "<h1>Title</h1><p>Hello</p>"
}