Imdb Database Free - [upd]

: If you don't want to process the raw files yourself, the data science community often hosts pre-cleaned versions of IMDb datasets on Kaggle Learning Resources : There are numerous free guides on sites like

IMDb provides official subsets of its database for free download. You do not need a credit card or a login—just a link to their server. imdb database free

SELECT n.primaryName AS actor, c.primaryName AS director, COUNT(*) AS collaborations FROM principals p JOIN name_basics n ON p.nconst = n.nconst JOIN crew cw ON p.tconst = cw.tconst JOIN name_basics c ON cw.directors = c.nconst WHERE p.category = 'actor' GROUP BY actor, director ORDER BY collaborations DESC; : If you don't want to process the

The Internet Movie Database (IMDb) is one of the most popular and comprehensive online databases of information related to films, television shows, and celebrities. With over 5 million titles, 10 million user ratings, and 200 million registered users, IMDb has become the go-to source for movie and TV enthusiasts worldwide. However, accessing the IMDb database for free can be a bit tricky, and many users are often left wondering if it's possible to tap into this vast repository of information without breaking the bank. With over 5 million titles, 10 million user

: This is the primary source for free, downloadable subsets of IMDb data (title, name, rating, and cast/crew data).

Yes, as long as you comply with the non-commercial terms and do not redistribute the raw data.

Approximately 10–15 GB compressed, 50–70 GB uncompressed for all TSV files (as of 2025).