# Regression Check on Your Own Pricing Page

**Use case:** 

Point the monitor at your own pricing page after every deploy and catch a plan price that silently disappeared or that shipped with a wrong amount.

## Input

```json
{
  "pricingUrls": [
    "https://linear.app/pricing"
  ],
  "respectRobotsTxt": true,
  "includeBaselineInOutput": true,
  "monitorId": "pricing-qa"
}
```

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