# Get Slack alerts on competitor pricing changes

**Use case:** 

Watch competitor pricing pages and get an instant Slack alert when a price or plan changes. This example watches Notion and Linear. Only real changes ping.

## Input

```json
{
  "targets": [
    {
      "label": "Notion",
      "url": "https://www.notion.com/pricing"
    },
    {
      "label": "Linear",
      "url": "https://linear.app/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.