Baselight

Full IMDb Dataset (1M+)

Daily-updated of the IMDb Movies & TV Series Dataset

@kaggle.octopusteam_full_imdb_dataset

Loading...
Loading...

About this Dataset

Full IMDb Dataset (1M+)

This dataset provides a comprehensive collection of all titles (Movies and TV Series) available on IMDb. In addition to basic information.

A dataset is updated daily at 10:00 AM CET. If you find this dataset helpful, feel free to give it an upvote! 😊


You can find the IMDb (Unofficial) API at this link: IMDb API on RapidAPI. This API offers access to the entire IMDb database, including detailed ratings, episode information, cast details, and much more.


All Datasets

Tables

Data

@kaggle.octopusteam_full_imdb_dataset.data
  • 26.44 MB
  • 1038585 rows
  • 7 columns
Loading...

CREATE TABLE data (
  "id" VARCHAR,
  "title" VARCHAR,
  "type" VARCHAR,
  "genres" VARCHAR,
  "averagerating" DOUBLE,
  "numvotes" DOUBLE,
  "releaseyear" DOUBLE
);

Share link

Anyone who has the link will be able to view this.