{
  "slug": "sitemap-url-extractor",
  "name": "gizza-ai/sitemap-url-extractor",
  "version": "0.1.0",
  "title": "Sitemap URL Extractor — gizza.ai",
  "description": "Paste an XML sitemap or sitemap index and pull out every URL (and lastmod date) as a clean list — in your browser. Nothing is uploaded.",
  "tags": [
    "sitemap url extractor",
    "extract urls from sitemap",
    "parse sitemap xml",
    "sitemap index",
    "sitemap loc list",
    "sitemap lastmod"
  ],
  "category": "network",
  "urls": {
    "page": "https://gizza.ai/tools/sitemap-url-extractor/",
    "markdown": "https://gizza.ai/tools/sitemap-url-extractor/index.md",
    "descriptor": "https://gizza.ai/tools/sitemap-url-extractor/tool.json",
    "deep_link_example": "https://gizza.ai/tools/sitemap-url-extractor/?xml=Paste%20your%20sitemap.xml%20contents%20here%E2%80%A6"
  },
  "cli": "gizza tool sitemap-url-extractor \"Paste your sitemap.xml contents here…\"",
  "tool": {
    "description": "Parse an XML sitemap (<urlset>) or sitemap index (<sitemapindex>) and extract every URL from its <loc> elements, each paired with the <lastmod> date when present. Detects which document kind it was given and returns the kind, the URL count, and the entries (loc + optional lastmod). Namespace prefixes are handled. Runs locally.",
    "parameters": {
      "additionalProperties": false,
      "properties": {
        "xml": {
          "description": "The XML content of a sitemap (<urlset>) or sitemap index (<sitemapindex>).",
          "type": "string"
        }
      },
      "required": [
        "xml"
      ],
      "type": "object"
    }
  }
}