# Spot pages dropped from your own sitemap file

**Use case:** 

Track your own sitemap and read the removed-page count in every run summary, to catch the URLs that a CMS or a plugin silently stopped publishing.

## Input

```json
{
  "siteUrls": [
    "https://example.com/sitemap.xml"
  ],
  "maxSitemapsPerSite": 50,
  "maxUrlsPerSite": 20000,
  "trackUpdatedPages": true,
  "includeBaselineInOutput": true,
  "monitorId": "own-site-baseline"
}
```

## Output

```json
{
  "siteUrl": {
    "label": "Site URL",
    "format": "string"
  },
  "pageUrl": {
    "label": "Page URL",
    "format": "string"
  },
  "changeType": {
    "label": "Change type",
    "format": "string"
  },
  "lastmod": {
    "label": "Last modified",
    "format": "string"
  },
  "detectedAt": {
    "label": "Detected at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Sitemap Monitor: New Pages & Content Updates](https://apify.com/davidbenittah/sitemap-new-page-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/davidbenittah/sitemap-new-page-monitor) to learn more, explore other use cases, and run it yourself.