# Catch Vendor Price Increases Before Renewal

**Use case:** 

Watch the pricing pages of the tools you pay for and see an increase weeks before your renewal email, with the old and the new amounts side by side.

## Input

```json
{
  "pricingUrls": [
    "https://vercel.com/pricing",
    "https://zapier.com/pricing",
    "https://apify.com/pricing"
  ],
  "respectRobotsTxt": true,
  "includeBaselineInOutput": true,
  "monitorId": "vendor-renewals"
}
```

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