Sitemap Analyzer — Parse, Validate & Check URLs avatar

Sitemap Analyzer — Parse, Validate & Check URLs

Pricing

$3.00 / 1,000 sitemap analyzeds

Go to Apify Store
Sitemap Analyzer — Parse, Validate & Check URLs

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

Manchitt Sanan

Maintained by Community

Actor 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

  1. Parse — extracts all <url> entries with loc, lastmod, changefreq, priority
  2. Validate — checks for invalid priority values, bad changefreq, missing lastmod, >50K URL limit
  3. Status check (optional) — HEAD request to every URL, reports broken links within the sitemap
  4. Sitemap index — detects <sitemapindex> and lists all child sitemaps

Quick start

{
"urls": ["https://www.sitemaps.org/sitemap.xml"],
"checkStatus": false
}

Input

FieldTypeDefaultDescription
urlsarray(required)Sitemap URLs to analyze
checkStatusbooleanfalseCheck HTTP status of every URL in sitemap
timeoutinteger10000Request timeout for status checks
dryRunbooleanfalseAnalyze 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

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

Run on Apify

No setup needed. Click above to run in the cloud. $0.003 per operation.