Sitemap URL Extractor
Extract every URL from a pasted XML sitemap or sitemap index, with a count, copy-all, and text-file download. Runs entirely in your browser.
🔒 This tool runs entirely in your browser. Your files are never uploaded to a server.
Nothing is uploaded — extraction runs entirely in your browser.
How it works
- Paste your sitemap's XML content.
- Every URL inside a <loc> tag is pulled out instantly.
- Copy the list, or download it as a plain text file.
FAQ
How do I get the sitemap XML to paste in?
Open your sitemap URL (usually /sitemap.xml) in a browser, view its page source, and copy the full XML — or download the file and open it in a text editor.
Does this work with a sitemap index file (a sitemap of sitemaps)?
Yes — both regular sitemaps (<urlset>) and sitemap index files (<sitemapindex>) use the same <loc> tag for each entry, so this extracts URLs from either format the same way.
Does it fetch the sitemap for me from a URL?
No — you paste the XML content directly. Fetching an arbitrary URL from your browser would run into cross-origin restrictions on most sites, so pasting keeps this reliably working for any sitemap.
Is my sitemap uploaded anywhere?
No — parsing uses the browser's built-in DOMParser, entirely locally. Nothing is sent anywhere.
How we compare
| Feature | Online Tool Store | Screaming Frog | Manual find/replace in a text editor |
|---|---|---|---|
| No install | ✓ | Desktop app required | ✓ |
| Works on sitemap index files too | ✓ | ✓ | Regex needs adjusting |
| No ads | ✓ | Paid tool beyond free tier | ✓ |
For a quick "just get me the URL list" task, a full SEO crawler is overkill — this does exactly that one thing.