{
  "openapi": "3.0.1",
  "info": {
    "title": "What's on Netflix Catalog Tracker",
    "description": "Track the full Netflix US catalog via What's on Netflix - browse and search 8,000+ movies & TV shows with genre, language, year, and rating filters, plus the latest Netflix news, coming-soon/leaving-soon alerts, and Top 10 reports.",
    "version": "1.0",
    "x-build-id": "DsSak9LwsmwMR3iij"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/crawlerbros~whats-on-netflix-catalog-tracker/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-crawlerbros-whats-on-netflix-catalog-tracker",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/acts/crawlerbros~whats-on-netflix-catalog-tracker/runs": {
      "post": {
        "operationId": "runs-sync-crawlerbros-whats-on-netflix-catalog-tracker",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor and returns information about the initiated run in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/runsResponseSchema"
                }
              }
            }
          }
        }
      }
    },
    "/acts/crawlerbros~whats-on-netflix-catalog-tracker/run-sync": {
      "post": {
        "operationId": "run-sync-crawlerbros-whats-on-netflix-catalog-tracker",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "required": [
          "mode"
        ],
        "properties": {
          "mode": {
            "title": "Mode",
            "enum": [
              "catalogBrowse",
              "randomPicks",
              "newlyAdded",
              "comingSoon",
              "news"
            ],
            "type": "string",
            "description": "What to fetch: browse/search the Netflix catalog, get random \"surprise me\" picks, see what's newly added (with precise date-added/region/country filters), see upcoming titles with concrete release dates, or fetch Netflix news & blog articles.",
            "default": "catalogBrowse"
          },
          "searchQuery": {
            "title": "Search query (mode=catalogBrowse/randomPicks/newlyAdded/comingSoon)",
            "type": "string",
            "description": "Free-text search across title, cast, and director (e.g. `stranger things`). Leave blank to browse/pick from the full catalog with filters below."
          },
          "contentType": {
            "title": "Content type (mode=catalogBrowse/randomPicks/newlyAdded)",
            "enum": [
              "",
              "Movie",
              "TV"
            ],
            "type": "string",
            "description": "Restrict to movies or TV shows. Leave as \"All\" to include both.",
            "default": ""
          },
          "director": {
            "title": "Director (mode=catalogBrowse)",
            "type": "string",
            "description": "Restrict to titles by a specific director (precise director-only match, e.g. `Christopher Nolan`) — more precise than the general search query above."
          },
          "castMember": {
            "title": "Cast member (mode=catalogBrowse)",
            "type": "string",
            "description": "Restrict to titles featuring a specific cast member (precise cast-only match, e.g. `Tom Hanks`) — more precise than the general search query above."
          },
          "genre": {
            "title": "Genre (mode=catalogBrowse/randomPicks/newlyAdded)",
            "enum": [
              "",
              "action",
              "adventure",
              "animation",
              "comedy",
              "crime",
              "documentary",
              "drama",
              "family",
              "fantasy",
              "horror",
              "mystery",
              "romance",
              "sci-fi",
              "thriller",
              "western",
              "war",
              "musical",
              "sports",
              "reality",
              "biography",
              "history",
              "music",
              "kids",
              "game-show",
              "teen",
              "lgbtq",
              "food"
            ],
            "type": "string",
            "description": "Restrict to a single genre.",
            "default": ""
          },
          "language": {
            "title": "Language (mode=catalogBrowse/randomPicks/newlyAdded)",
            "enum": [
              "",
              "english",
              "french",
              "spanish",
              "portuguese",
              "german",
              "italian",
              "korean",
              "japanese",
              "chinese",
              "mandarin",
              "hindi",
              "arabic",
              "dutch",
              "russian",
              "turkish",
              "polish",
              "thai",
              "indonesian",
              "telugu",
              "tamil",
              "filipino",
              "malayalam",
              "swedish",
              "danish",
              "norwegian",
              "tagalog",
              "vietnamese",
              "hebrew"
            ],
            "type": "string",
            "description": "Restrict to titles in a single audio/original language.",
            "default": ""
          },
          "letter": {
            "title": "First letter (mode=catalogBrowse)",
            "enum": [
              "",
              "#",
              "A",
              "B",
              "C",
              "D",
              "E",
              "F",
              "G",
              "H",
              "I",
              "J",
              "K",
              "L",
              "M",
              "N",
              "O",
              "P",
              "Q",
              "R",
              "S",
              "T",
              "U",
              "V",
              "W",
              "X",
              "Y",
              "Z"
            ],
            "type": "string",
            "description": "Restrict to titles starting with a specific letter (or # for titles starting with a digit/symbol).",
            "default": ""
          },
          "yearMin": {
            "title": "Release year (min) (mode=catalogBrowse/randomPicks)",
            "minimum": 1940,
            "maximum": 2030,
            "type": "integer",
            "description": "Drop titles released before this year."
          },
          "yearMax": {
            "title": "Release year (max) (mode=catalogBrowse/randomPicks)",
            "minimum": 1940,
            "maximum": 2030,
            "type": "integer",
            "description": "Drop titles released after this year."
          },
          "region": {
            "title": "Netflix region (mode=newlyAdded)",
            "enum": [
              "us",
              "uk"
            ],
            "type": "string",
            "description": "Which Netflix region's catalog to track newly added titles for.",
            "default": "us"
          },
          "country": {
            "title": "Production country (mode=newlyAdded)",
            "type": "string",
            "description": "Restrict to titles produced in a specific country (e.g. `Japan`, `South Korea`, `United States`)."
          },
          "dateFrom": {
            "title": "Added to Netflix from (mode=newlyAdded)",
            "type": "string",
            "description": "Only include titles added to Netflix on or after this ISO date (`YYYY-MM-DD`)."
          },
          "dateTo": {
            "title": "Added to Netflix until (mode=newlyAdded)",
            "type": "string",
            "description": "Only include titles added to Netflix on or before this ISO date (`YYYY-MM-DD`)."
          },
          "ratingFilter": {
            "title": "Maturity rating (mode=randomPicks)",
            "enum": [
              "",
              "TV-MA",
              "TV-14",
              "TV-PG",
              "R",
              "PG-13",
              "PG"
            ],
            "type": "string",
            "description": "Restrict random picks to a single US maturity rating.",
            "default": ""
          },
          "runtimeFilter": {
            "title": "Runtime (mode=randomPicks)",
            "enum": [
              "",
              "short",
              "standard",
              "long"
            ],
            "type": "string",
            "description": "Restrict random picks to a runtime bucket.",
            "default": ""
          },
          "sortBy": {
            "title": "Sort order (mode=catalogBrowse)",
            "enum": [
              "title_asc",
              "title_desc",
              "year_desc",
              "year_asc"
            ],
            "type": "string",
            "description": "Order in which catalog titles are returned.",
            "default": "title_asc"
          },
          "newlyAddedSortBy": {
            "title": "Sort order (mode=newlyAdded)",
            "enum": [
              "date_desc",
              "date_asc",
              "title_asc",
              "title_desc",
              "clicks_desc"
            ],
            "type": "string",
            "description": "Order in which newly added titles are returned.",
            "default": "date_desc"
          },
          "comingSoonSortBy": {
            "title": "Sort order (mode=comingSoon)",
            "enum": [
              "date_asc",
              "date_desc",
              "title_asc",
              "title_desc"
            ],
            "type": "string",
            "description": "Order in which upcoming titles are returned.",
            "default": "date_asc"
          },
          "netflixOriginalsOnly": {
            "title": "Netflix Originals only (mode=catalogBrowse/randomPicks/newlyAdded/comingSoon)",
            "type": "boolean",
            "description": "Only include titles produced/commissioned by Netflix.",
            "default": false
          },
          "mustWatchOnly": {
            "title": "\"Must Watch\" picks only (mode=catalogBrowse/newlyAdded)",
            "type": "boolean",
            "description": "Only include titles the What's on Netflix editorial team has tagged as a top recommendation.",
            "default": false
          },
          "documentariesOnly": {
            "title": "Documentaries only (mode=catalogBrowse/randomPicks/newlyAdded)",
            "type": "boolean",
            "description": "Only include documentary titles.",
            "default": false
          },
          "animeOnly": {
            "title": "Anime only (mode=catalogBrowse/randomPicks/newlyAdded)",
            "type": "boolean",
            "description": "Only include anime titles.",
            "default": false
          },
          "kidsOnly": {
            "title": "Kids titles only (mode=catalogBrowse/randomPicks/newlyAdded)",
            "type": "boolean",
            "description": "Only include titles from the Kids library section.",
            "default": false
          },
          "standupOnly": {
            "title": "Stand-up comedy only (mode=catalogBrowse/randomPicks/newlyAdded)",
            "type": "boolean",
            "description": "Only include stand-up comedy specials.",
            "default": false
          },
          "realityOnly": {
            "title": "Reality TV only (mode=catalogBrowse/randomPicks/newlyAdded)",
            "type": "boolean",
            "description": "Only include reality TV titles.",
            "default": false
          },
          "podcastsOnly": {
            "title": "Video podcasts only (mode=catalogBrowse/newlyAdded)",
            "type": "boolean",
            "description": "Only include titles from the Video Podcasts library section.",
            "default": false
          },
          "christmasOnly": {
            "title": "Christmas titles only (mode=newlyAdded)",
            "type": "boolean",
            "description": "Only include titles tagged as Christmas/holiday movies & shows.",
            "default": false
          },
          "interactiveOnly": {
            "title": "Interactive titles only (mode=newlyAdded)",
            "type": "boolean",
            "description": "Only include interactive \"choose your own adventure\" style titles (e.g. Black Mirror: Bandersnatch).",
            "default": false
          },
          "adsPlanUnavailableOnly": {
            "title": "Unavailable on ads plan only (mode=newlyAdded)",
            "type": "boolean",
            "description": "Only include titles that are NOT available on Netflix's ad-supported (Standard with Ads) plan.",
            "default": false
          },
          "newsCategory": {
            "title": "News category (mode=news)",
            "enum": [
              "",
              "news",
              "comingSoon",
              "leavingSoon",
              "whatsNew",
              "top10Reports",
              "whatToWatch",
              "anime",
              "interviews",
              "kDramas",
              "netflixGames",
              "soundtracks",
              "sports",
              "uk"
            ],
            "type": "string",
            "description": "Restrict news/articles to a single category. Leave as \"All categories\" for the latest posts across the whole site.",
            "default": ""
          },
          "newsSearchQuery": {
            "title": "Search query (mode=news)",
            "type": "string",
            "description": "Free-text search across news & blog article titles and content."
          },
          "maxItems": {
            "title": "Max items",
            "minimum": 1,
            "maximum": 2000,
            "type": "integer",
            "description": "Hard cap on emitted records. In mode=randomPicks this is also the number of random picks requested (bounded by how many distinct titles match the filters).",
            "default": 20
          }
        }
      },
      "runsResponseSchema": {
        "type": "object",
        "properties": {
          "data": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "actId": {
                "type": "string"
              },
              "userId": {
                "type": "string"
              },
              "startedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "finishedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "status": {
                "type": "string",
                "example": "READY"
              },
              "meta": {
                "type": "object",
                "properties": {
                  "origin": {
                    "type": "string",
                    "example": "API"
                  },
                  "userAgent": {
                    "type": "string"
                  }
                }
              },
              "stats": {
                "type": "object",
                "properties": {
                  "inputBodyLen": {
                    "type": "integer",
                    "example": 2000
                  },
                  "rebootCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "restartCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "resurrectCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "computeUnits": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "options": {
                "type": "object",
                "properties": {
                  "build": {
                    "type": "string",
                    "example": "latest"
                  },
                  "timeoutSecs": {
                    "type": "integer",
                    "example": 300
                  },
                  "memoryMbytes": {
                    "type": "integer",
                    "example": 1024
                  },
                  "diskMbytes": {
                    "type": "integer",
                    "example": 2048
                  }
                }
              },
              "buildId": {
                "type": "string"
              },
              "defaultKeyValueStoreId": {
                "type": "string"
              },
              "defaultDatasetId": {
                "type": "string"
              },
              "defaultRequestQueueId": {
                "type": "string"
              },
              "buildNumber": {
                "type": "string",
                "example": "1.0.0"
              },
              "containerUrl": {
                "type": "string"
              },
              "usage": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "integer",
                    "example": 1
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "usageTotalUsd": {
                "type": "number",
                "example": 0.00005
              },
              "usageUsd": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "number",
                    "example": 0.00005
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}