# Canada JustWatch Streaming

**Use case:** 

Extract JustWatch Streaming data filtered by Canada. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "searchQuery": "inception",
  "maxItems": 10,
  "country": "CA",
  "language": "en",
  "objectType": "MOVIE_AND_SHOW"
}
```

## Output

```json
{
  "posterUrl": {
    "label": "🖼️ Poster",
    "format": "image"
  },
  "title": {
    "label": "🎬 Title",
    "format": "text"
  },
  "type": {
    "label": "🏷️ Type",
    "format": "text"
  },
  "year": {
    "label": "📅 Year",
    "format": "number"
  },
  "runtime": {
    "label": "⏱️ Runtime",
    "format": "number"
  },
  "genres": {
    "label": "🎭 Genres",
    "format": "array"
  },
  "imdbScore": {
    "label": "⭐ IMDb",
    "format": "number"
  },
  "tmdbScore": {
    "label": "⭐ TMDB",
    "format": "number"
  },
  "country": {
    "label": "🌍 Country",
    "format": "text"
  },
  "offers": {
    "label": "💸 Offers",
    "format": "array"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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