Get Full TMDB Dataset Data

The default export only contains 60 movies. If you want the full dataset (~9401 movies with name, description, genre), you have two options:

Option 1: Run the Code

Clone my GitHub repository and update this line in script.js:

const totalPages = 3; 
// Change to 470 if you want all (not recommended)
      
🔗 View GitHub Repository

Option 2: Download CSV

I have already Generated a csv containing 9401 movies data, Directly download the full dataset (~9401 movies) as a CSV file:

⬇️ Download Full CSV

TMDB API JSON Links

You can also explore TMDB data directly:

⬅️ Back to Main Page