{
  "slug": "html-to-text",
  "name": "gizza-ai/html-to-text",
  "version": "0.1.0",
  "title": "HTML to Text — Strip HTML Tags Online — gizza.ai",
  "description": "Strip HTML markup to clean, readable plain text in your browser — keeps paragraph and list structure, removes all tags. Free, private, no upload, no sign-up.",
  "tags": [
    "html to text",
    "strip html",
    "remove html tags",
    "plain text",
    "html stripper",
    "extract text"
  ],
  "category": "text",
  "urls": {
    "page": "https://gizza.ai/tools/html-to-text/",
    "markdown": "https://gizza.ai/tools/html-to-text/index.md",
    "descriptor": "https://gizza.ai/tools/html-to-text/tool.json",
    "deep_link_example": "https://gizza.ai/tools/html-to-text/?html=%3Ch1%3ETitle%3C%2Fh1%3E%3Cp%3ESome%20%3Cb%3Erich%3C%2Fb%3E%20text.%3C%2Fp%3E"
  },
  "cli": "gizza tool html-to-text \"<h1>Title</h1><p>Some <b>rich</b> text.</p>\"",
  "tool": {
    "description": "Strip HTML markup to clean, readable plain text, preserving paragraph and list structure (no Markdown markers). Pass the HTML as `html`.",
    "parameters": {
      "additionalProperties": false,
      "properties": {
        "html": {
          "description": "The HTML fragment or page body to strip to plain text.",
          "type": "string"
        }
      },
      "required": [
        "html"
      ],
      "type": "object"
    }
  }
}