Web Sitemap Parse
Parses sitemap XML into URL entries with lastmod, priority, and changefreq fields.
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 |
|---|---|---|---|
xml | text | Yes | Xml |
Outputs
| Name | Type | Description |
|---|---|---|
urls | array | Urls |
count | integer | Count |
work | array | Work |
Sample request
{
"xml": "<urlset><url><loc>https://example.com/</loc><lastmod>2026-03-01</lastmod></url></urlset>"
}