# Weekly Price Watch on Your SaaS Competitors

**Use case:** 

Check three competitor SaaS pricing pages every week and get a line only when a plan price is added or removed, with the plan text around each price.

## Input

```json
{
  "pricingUrls": [
    "https://www.notion.com/pricing",
    "https://airtable.com/pricing",
    "https://slack.com/pricing"
  ],
  "respectRobotsTxt": true,
  "includeBaselineInOutput": true
}
```

## Output

```json
{
  "url": {
    "label": "Pricing page URL",
    "format": "string"
  },
  "changed": {
    "label": "Changed",
    "format": "boolean"
  },
  "pricesAdded": {
    "label": "Prices added",
    "format": "array"
  },
  "pricesRemoved": {
    "label": "Prices removed",
    "format": "array"
  },
  "pricesFound": {
    "label": "Current prices",
    "format": "array"
  },
  "checkedAt": {
    "label": "Checked at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [SaaS Pricing Page Monitor & Change Tracker](https://apify.com/davidbenittah/pricing-page-change-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/davidbenittah/pricing-page-change-monitor) to learn more, explore other use cases, and run it yourself.