# Sopranos Complete Episodes Data Collection

**Use case:** 

Collect comprehensive data on all episodes of The Sopranos, including summaries, ratings, and user reviews in JSON, CSV, or Excel format.

## Input

```json
{
  "mode": "episodes",
  "query": "christopher nolan",
  "titleTypes": [
    "movie"
  ],
  "genres": [],
  "releaseDateStart": "2020-01-01",
  "releaseDateEnd": "2024-12-31",
  "minVotes": 5000,
  "sortBy": "POPULARITY",
  "sortOrder": "ASC",
  "titleId": "tt0141842",
  "titleIds": [],
  "nameId": "nm0000138",
  "nameIds": [],
  "maxResults": 200,
  "country": "US",
  "language": "en-US"
}
```

## Output

```json
{
  "_mode": {
    "label": "Mode",
    "format": "text"
  },
  "id": {
    "label": "IMDb ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "titleType": {
    "label": "Type",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "number"
  },
  "aggregateRating": {
    "label": "Rating",
    "format": "number"
  },
  "voteCount": {
    "label": "Votes",
    "format": "number"
  },
  "imdbUrl": {
    "label": "IMDb URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "date"
  }
}
```

## About this Actor

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