{
  "slug": "email-obfuscator",
  "name": "gizza-ai/email-obfuscator",
  "version": "0.1.0",
  "title": "Email Obfuscator — Hide Your Email From Spam Bots (HTML Entities, JS, CSS) — gizza.ai",
  "description": "Email obfuscator — encode your address as HTML entities, a JavaScript writer, CSS reversal, or a ROT13 mailto so spam bots can't harvest it. Free, in-browser.",
  "tags": [
    "email obfuscator",
    "hide email from bots",
    "anti spam email",
    "email entity encoder",
    "mailto obfuscation",
    "html entity email",
    "scraper protection",
    "email harvester block",
    "rot13 email",
    "css email obfuscation"
  ],
  "category": "network",
  "urls": {
    "page": "https://gizza.ai/tools/email-obfuscator/",
    "markdown": "https://gizza.ai/tools/email-obfuscator/index.md",
    "descriptor": "https://gizza.ai/tools/email-obfuscator/tool.json",
    "deep_link_example": "https://gizza.ai/tools/email-obfuscator/?email=you%40example.com&mode=entities&entity_style=decimal&link=true&link_text=Email%20us"
  },
  "cli": "gizza tool email-obfuscator \"you@example.com\"",
  "tool": {
    "description": "Encode an email address into scraper-resistant HTML (numeric entities, a JavaScript char-code writer, a CSS bidi reversal, or a ROT13 mailto) to defeat address-harvesting bots while keeping it readable and clickable in a browser.",
    "parameters": {
      "additionalProperties": false,
      "properties": {
        "email": {
          "type": "string"
        },
        "entity_style": {
          "default": "decimal",
          "enum": [
            "decimal",
            "hex"
          ],
          "type": "string"
        },
        "link": {
          "default": true,
          "type": "boolean"
        },
        "link_text": {
          "default": "",
          "type": "string"
        },
        "mode": {
          "default": "entities",
          "enum": [
            "entities",
            "js",
            "css",
            "rot13"
          ],
          "type": "string"
        }
      },
      "required": [
        "email"
      ],
      "type": "object"
    }
  }
}