XML Sitemap Viewer
Enter any domain or sitemap URL to view all pages, last modified dates, and export the full list as CSV or JSON.
What is an XML sitemap?
An XML sitemap is a file that lists every important page on a website. It tells search engines like Google and Bing where to find content and how often pages are updated. Most sites store their sitemap at /sitemap.xml, though larger sites use a sitemap index file that links to multiple sub-sitemaps organized by section or content type.
For web scrapers and researchers, sitemaps are invaluable. Rather than crawling a site page-by-page, you can read its sitemap to get a complete list of URLs upfront, including last-modified dates that tell you which pages have changed recently.
How to use this sitemap viewer
- Enter a domain (e.g.,
example.com) or paste a direct sitemap URL. - The tool auto-discovers the sitemap by trying
/sitemap.xmland parsingrobots.txt. - If a sitemap index is returned, click Load on any sub-sitemap to drill in.
- Filter URLs with the search box to find specific pages or sections.
- Download the full URL list as CSV or JSON for use in spreadsheets or scraping tools.
Common use cases
- Build a seed URL list before scraping a site with a tool like Lection.
- Check a competitor's content structure and publishing frequency.
- Verify that your own sitemap contains all the pages you expect.
- Find recently updated pages using last-modified dates for monitoring campaigns.
- Audit a site before migration to ensure no pages are missing from the new sitemap.
Frequently asked questions
What is a sitemap index file?
Why does this tool show fewer URLs than the sitemap count?
What does the lastmod date mean?
Why can't the tool find a sitemap for a site I know has one?
How is this useful for web scraping?
Related resources
Robots.txt Analyzer
Check crawl rules and find sitemap directives.
Open tool →Meta Tag Checker
Audit title, description, OG, and Twitter tags.
Open tool →Robots.txt Guide for Scrapers
Understand what robots.txt means for data collection.
Open tool →Browse All Free Tools
Explore the full tool directory.
Open tool →