Sitemap Analyzer avatar

Sitemap Analyzer

Pricing

$20.00 / 1,000 sitemap analyzeds

Go to Apify Store
Sitemap Analyzer

Sitemap Analyzer

Pricing

$20.00 / 1,000 sitemap analyzeds

Rating

0.0

(0)

Developer

Anthony Snider

Anthony Snider

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Analyze any site's XML sitemap in one call — auto-discovers it, counts URLs, and flags issues. No API key, pay per site.

▶ Live on the Apify Store: https://apify.com/eliai/sitemap-analyzer — run it instantly, or call it as an agent tool via Apify MCP.

What it does

  • Auto-finds the sitemap via robots.txt then /sitemap.xml (or accepts a direct sitemap URL)
  • Detects sitemapindex vs urlset
  • Counts URLs and how many carry <lastmod> dates
  • Flags issues: >50,000 URLs, >50MB, no lastmod, non-HTTPS URLs, empty sitemap
  • Returns a sample of URLs

Input

{ "url": "https://example.com" }

or bulk:

{ "urls": ["https://a.com", "https://b.com"], "maxUrls": 10 }

Output (per site)

{
"url": "https://example.com",
"sitemapUrl": "https://example.com/sitemap.xml",
"type": "urlset",
"urlCount": 1240,
"withLastmod": 1240,
"issues": [],
"summary": "urlset, 1240 URLs, 0 issue(s)"
}

Use cases

SEO audits, site migrations, and crawl-budget checks — by hand or wired into an agent. Pairs with our SEO & Tech Auditor and Broken Link Checker.