# Monitor Netflix Price Drops - JustWatch

**Use case:** 

Monitor Netflix price drops on JustWatch with Title, Country, Offers, Providers, Cheapest rent and Price drop?. Updated on every run.

## Input

```json
{
  "mode": "discover",
  "searchQueries": [
    "Oppenheimer",
    "Breaking Bad"
  ],
  "countries": [
    "US"
  ],
  "language": "en",
  "contentTypes": [],
  "providers": [
    "Netflix"
  ],
  "monetizationTypes": [],
  "sortBy": "POPULAR",
  "includeCredits": false,
  "includeSeasons": false,
  "includeRawFields": false,
  "maxResults": 100,
  "deduplicateResults": true,
  "monitorMode": true,
  "monitorKey": "default",
  "maxConcurrency": 4,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "country": {
    "label": "Country"
  },
  "offerCount": {
    "label": "Offers"
  },
  "providers": {
    "label": "Providers"
  },
  "cheapestRentPrice": {
    "label": "Cheapest rent"
  },
  "cheapestRentProvider": {
    "label": "Rent on"
  },
  "cheapestBuyPrice": {
    "label": "Cheapest buy"
  },
  "cheapestBuyProvider": {
    "label": "Buy on"
  },
  "bestQuality": {
    "label": "Best quality"
  },
  "anyPriceDropped": {
    "label": "Price drop?"
  }
}
```

## About this Actor

This example demonstrates how to use [JustWatch Scraper - Streaming Availability, Offers & Prices](https://apify.com/scrapesage/justwatch-streaming-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/justwatch-streaming-scraper) to learn more, explore other use cases, and run it yourself.