Full HBO Max Dataset
Daily-updated of the HBO Max Movies & TV Series Dataset
@kaggle.octopusteam_full_hbo_max_dataset
Daily-updated of the HBO Max Movies & TV Series Dataset
@kaggle.octopusteam_full_hbo_max_dataset
This dataset provides a comprehensive collection of all titles (Movies and TV Series) available on HBO Max. In addition to basic information, it includes IMDb-specific data like IMDb ID, Average Rating, and Number of Votes.
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 all our APIs, maintained and developed by us, at the following link: octopusteam.dev. These APIs provide access to various features and data, ensuring high-quality and reliable integration options for your needs.
CREATE TABLE data (
"title" VARCHAR,
"type" VARCHAR,
"genres" VARCHAR,
"releaseyear" DOUBLE,
"imdbid" VARCHAR,
"imdbaveragerating" DOUBLE,
"imdbnumvotes" DOUBLE,
"availablecountries" VARCHAR
);Anyone who has the link will be able to view this.