# Audit Competitor Website URLs for SEO Opportunities

**Use case:** 

Extract all URLs from a competitor's sitemap to identify their content strategy and target keywords. This helps you uncover new content opportunities and benchm

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.semrush.com/sitemap.xml"
    }
  ],
  "maxUrls": 0,
  "followSitemapIndexes": true
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "lastmod": {
    "label": "Last modified",
    "format": "text"
  },
  "changefreq": {
    "label": "Change frequency",
    "format": "text"
  },
  "priority": {
    "label": "Priority",
    "format": "number"
  },
  "source": {
    "label": "Source sitemap",
    "format": "link"
  }
}
```

## About this Actor

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