sitemap_extract
Fetch and parse XML sitemaps from public URLs or raw XML, with optional recursive expansion of sub-sitemaps. Returns metadata like lastmod, changefreq, and priority.
Instructions
Fetch and parse an XML sitemap or sitemap index from a public HTTPS URL (or paste raw XML). SSRF-protected: refuses private/loopback/link-local/cloud-metadata addresses, re-validates redirects. Optional recursive expansion of sub-sitemaps. Returns lastmod, changefreq, priority when present.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| xml | No | Paste raw XML instead of fetching by URL. | |
| max_urls | No | ||
| recursive | No | ||
| include_metadata | No | ||
| max_sub_sitemaps | No |