# Movies and Shows Reelgood Streaming Availability

**Use case:** 

Extract Reelgood Streaming Availability data filtered by Movies and Shows. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "searchQuery": "breaking bad",
  "maxItems": 10,
  "contentType": "everything",
  "country": "us"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼️ Poster",
    "format": "image"
  },
  "title": {
    "label": "🎬 Title",
    "format": "text"
  },
  "year": {
    "label": "📅 Year",
    "format": "number"
  },
  "type": {
    "label": "🏷️ Type",
    "format": "text"
  },
  "services": {
    "label": "📺 Services",
    "format": "array"
  },
  "runtime": {
    "label": "⏱️ Runtime",
    "format": "number"
  },
  "rating": {
    "label": "⭐ Rating",
    "format": "number"
  },
  "genres": {
    "label": "🎭 Genres",
    "format": "array"
  },
  "overview": {
    "label": "📝 Overview",
    "format": "text"
  },
  "cast": {
    "label": "🎭 Cast",
    "format": "array"
  },
  "episodeCount": {
    "label": "📺 Episodes",
    "format": "number"
  },
  "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 [Reelgood Streaming Availability Scraper](https://apify.com/parseforge/reelgood-availability-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/reelgood-availability-scraper) to learn more, explore other use cases, and run it yourself.