# Competitor Content Inventory from Sitemap

**Use case:** 

Map out a competitor's entire published content by extracting their sitemap URLs.

## Input

```json
{
  "sitemapUrls": [
    "https://onescales.com/sitemap.xml"
  ]
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "string"
  },
  "lastmod": {
    "label": "Last Modified",
    "format": "string"
  },
  "changefreq": {
    "label": "Change Frequency",
    "format": "string"
  },
  "priority": {
    "label": "Priority",
    "format": "string"
  }
}
```

## About this Actor

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