# Track pricing page changes on your SaaS competitors

**Use case:** 

Watch any pricing page for plan, price and feature changes. Get a clear diff the moment a competitor moves, no manual checking.

## Input

```json
{
  "urls": [
    "https://zapier.com/pricing",
    "https://linear.app/pricing"
  ],
  "trackFeatures": true,
  "monitorMode": false
}
```

## Output

```json
{
  "company": {
    "label": "Company",
    "format": "string"
  },
  "changeType": {
    "label": "Change type",
    "format": "string"
  },
  "plan": {
    "label": "Plan name",
    "format": "string"
  },
  "summary": {
    "label": "Summary",
    "format": "string"
  },
  "parseStatus": {
    "label": "Parse status",
    "format": "string"
  },
  "isBaseline": {
    "label": "Baseline",
    "format": "boolean"
  },
  "url": {
    "label": "Pricing page URL",
    "format": "string"
  }
}
```

## About this Actor

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