# Scrape Streaming Offers & Prices - JustWatch

**Use case:** 

Export streaming, rent and buy offers for a title from JustWatch with Offers, Providers, Cheapest rent, Cheapest buy and Best quality. Export to CSV.

## Input

```json
{
  "mode": "titles",
  "searchQueries": [
    "Oppenheimer",
    "Breaking Bad"
  ],
  "titleUrls": [
    "https://www.justwatch.com/us/movie/oppenheimer"
  ],
  "countries": [
    "US"
  ],
  "language": "en",
  "contentTypes": [],
  "monetizationTypes": [],
  "sortBy": "POPULAR",
  "includeCredits": false,
  "includeSeasons": false,
  "includeRawFields": false,
  "maxResults": 100,
  "deduplicateResults": true,
  "monitorMode": false,
  "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.