Sitemap Analyzer — Parse, Validate & Check URLs
Pricing
$3.00 / 1,000 sitemap analyzeds
Sitemap Analyzer — Parse, Validate & Check URLs
Parse XML sitemaps, extract all URLs, validate structure (priority, changefreq, lastmod), optionally check HTTP status of every URL. Supports sitemap indexes.
Pricing
$3.00 / 1,000 sitemap analyzeds
Rating
0.0
(0)
Developer
Manchitt Sanan
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Parse XML sitemaps, extract all URLs with their metadata (lastmod, changefreq, priority), validate structure against standards, and optionally check HTTP status of every URL. Supports sitemap indexes. $0.003 per sitemap.
What it does
- Parse — extracts all
<url>entries with loc, lastmod, changefreq, priority - Validate — checks for invalid priority values, bad changefreq, missing lastmod, >50K URL limit
- Status check (optional) — HEAD request to every URL, reports broken links within the sitemap
- Sitemap index — detects
<sitemapindex>and lists all child sitemaps
Quick start
{"urls": ["https://www.sitemaps.org/sitemap.xml"],"checkStatus": false}
Input
| Field | Type | Default | Description |
|---|---|---|---|
urls | array | (required) | Sitemap URLs to analyze |
checkStatus | boolean | false | Check HTTP status of every URL in sitemap |
timeout | integer | 10000 | Request timeout for status checks |
dryRun | boolean | false | Analyze without charges |
Output
{"sitemapUrl": "https://example.com/sitemap.xml","type": "sitemap","urlCount": 142,"entries": [{"loc": "https://example.com/page-1","lastmod": "2026-04-01","changefreq": "weekly","priority": "0.8","statusCode": 200,"statusOk": true}],"issues": ["Only 100/142 URLs have lastmod dates"],"status": "success"}
Pricing
$0.003 per sitemap analyzed (pay-per-event pricing).
- Errors and dry runs are never charged.
- 10 sitemaps = $0.03
- 100 sitemaps = $0.30
Related actors in this suite
Other tools by accurate_pouch for site crawling + structure analysis:
- Broken Link Checker — Recursive crawl, sitemap + robots.txt parsing, webhook, Sheets export. $0.005/page.
- Website Change Monitor — Text, hash, or selector-based change detection; diff + webhook. $0.005/page.
- TheCrawler — Web scraper + LLM-powered structured extraction (handles hreflang, pagination, redirect chains). AGPL-3.0, also on npm (
thecrawler@0.1.1). $0.005/page. - Lighthouse Auditor — PageSpeed Insights API, Core Web Vitals, deltas, competitor comparison. $0.005/audit.
- Tech Stack Detector — 7,517 signatures across 105 categories. $0.02/URL.
Run on Apify
No setup needed. Click above to run in the cloud. $0.003 per operation.
