# Track IMDb Cast and Genre Trends Over Time

**Use case:** 

Returns cast, director, genres, year, rating, and votes per title. Analyze cast popularity, genre shifts, and director output over time from clean structured da

## Input

```json
{
  "searchQuery": "breaking bad",
  "urls": [],
  "maxResults": 10
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "imdb_id": {
    "label": "IMDb ID",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "text"
  },
  "votes": {
    "label": "Votes",
    "format": "text"
  },
  "genres": {
    "label": "Genres",
    "format": "text"
  },
  "director": {
    "label": "Director",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [IMDb Scraper - Movies, TV Shows, Ratings & Cast](https://apify.com/thirdwatch/imdb-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/thirdwatch/imdb-scraper) to learn more, explore other use cases, and run it yourself.