XML sitemap analysis for screamingfrog.co.uk — Website crawler and SEO auditing tool
16
1,971
1,890
3/17/2026
curl -X POST https://sitemapkit.com/api/v1/sitemap/full \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_API_KEY" \
-d '{"url": "screamingfrog.co.uk"}'An XML sitemap helps search engines discover and index pages on screamingfrog.co.uk. SitemapKit's API can automatically discover all sitemaps on screamingfrog.co.uk by checking the robots.txt file and probing common sitemap paths like /sitemap.xml, /sitemap_index.xml, and more.
We found 16 sitemaps containing 1,971 URLs on screamingfrog.co.uk. 1,890 URLs include lastmod timestamps, helping search engines understand when content was last updated.
Instead of manually downloading and parsing XML files, use the SitemapKit API to get structured JSON data in a single request. The /api/v1/sitemap/full endpoint discovers all sitemaps, parses them recursively (handling sitemap indexes up to 5 levels deep), and returns deduplicated URLs with metadata like lastmod, changefreq, and priority.