Sitemap URL Extractor & Parser avatar

Sitemap URL Extractor & Parser

Pricing

Pay per usage

Go to Apify Store
Sitemap URL Extractor & Parser

Sitemap URL Extractor & Parser

Extract all URLs from XML sitemaps. Auto-discovers sitemaps via robots.txt. Handles nested sitemap indexes. Returns URL, last modified date, change frequency, priority, and image metadata. For SEO audits, content migration, and competitive analysis. No API key needed.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Ava Torres

Ava Torres

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Extract all URLs from XML sitemaps with automatic discovery, nested sitemap index support, and rich metadata. Perfect for SEO audits, content migration, competitive analysis, and website monitoring.

What it does

Give it any website URL or sitemap.xml link, and it returns every URL listed in the sitemap along with metadata like last modification date, change frequency, and priority.

Key features:

  • Auto-discovery -- Finds sitemaps automatically by checking robots.txt and common paths
  • Nested sitemap support -- Handles sitemap index files that reference multiple sub-sitemaps
  • Rich metadata -- Extracts lastmod, changefreq, priority, and image data
  • Date filtering -- Only include URLs modified after a specific date
  • Bulk processing -- Process multiple websites in a single run
  • No API key needed -- Works out of the box

Input

FieldDescriptionDefault
urlsWebsite or sitemap.xml URLs to extractRequired
autoDiscoverAuto-find sitemaps from robots.txttrue
maxResultsMaximum URLs to extract1000
modifiedSinceOnly URLs modified after this date (YYYY-MM-DD)(all)
includeImagesInclude image metadata from sitemapsfalse

Output

Each result contains:

{
"url": "https://example.com/page",
"sitemapSource": "https://example.com/sitemap.xml",
"lastModified": "2026-04-01",
"changeFreq": "weekly",
"priority": "0.8",
"images": []
}

Use cases

  • SEO Audit -- Get a complete list of indexed pages with their metadata
  • Content Migration -- Map all URLs before migrating to a new platform
  • Competitive Analysis -- See what pages competitors have and how often they update
  • Website Monitoring -- Track new pages added since a specific date
  • Link Building -- Find all pages on a target site to identify link opportunities
  • Content Inventory -- Catalog all pages with their update frequency and priority

Pricing

$0.50 per 1,000 URLs extracted. No API key or external service required.