# Monitor SaaS competitor pricing and get price alerts

**Use case:** 

Track SaaS competitor pricing pages like Notion, Linear, and Vercel. Get a Slack alert the moment a price or plan changes. Cosmetic noise ignored.

## Input

```json
{
  "targets": [
    {
      "label": "Example",
      "url": "https://example.com/pricing"
    }
  ],
  "alertChannel": "slack",
  "sensitivity": "price-and-plans",
  "renderJs": false
}
```

## Output

```json
{
  "label": {
    "label": "Label",
    "format": "text"
  },
  "url": {
    "label": "Page",
    "format": "link"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "changeType": {
    "label": "Change",
    "format": "text"
  },
  "summary": {
    "label": "What changed",
    "format": "text"
  },
  "confidence": {
    "label": "Confidence",
    "format": "text"
  },
  "checkedAt": {
    "label": "Checked at",
    "format": "text"
  }
}
```

## About this Actor

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