# Watch a competitor blog for newly published posts

**Use case:** 

Point the monitor at a competitor domain and receive every new URL they publish, plus the pages they quietly refresh, on the schedule you choose.

## Input

```json
{
  "siteUrls": [
    "https://www.anthropic.com"
  ],
  "maxSitemapsPerSite": 10,
  "maxUrlsPerSite": 5000,
  "trackUpdatedPages": true,
  "includeBaselineInOutput": false
}
```

## 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.