# Documentation Sitemap URL Export

**Use case:** 

Export all documentation URLs from an XML sitemap to build crawl seeds, QA checklists, or content inventories.

## Input

```json
{
  "sitemapUrls": [
    "https://docs.apify.com/sitemap.xml"
  ],
  "maxUrls": 5000
}
```

## Output

```json
{
  "url": {
    "label": "URL"
  },
  "sitemapSource": {
    "label": "Sitemap Source"
  },
  "lastModified": {
    "label": "Last Modified"
  },
  "changeFrequency": {
    "label": "Frequency"
  },
  "priority": {
    "label": "Priority"
  },
  "imageCount": {
    "label": "Images"
  }
}
```

## About this Actor

This example demonstrates how to use [Sitemap URL Extractor](https://apify.com/automation-lab/sitemap-url-extractor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/sitemap-url-extractor) to learn more, explore other use cases, and run it yourself.