- Documentation
- Key Concepts
- Release Notes
Data Dictionary - Meters
TITLEmeter dataset
The top 5000 most popular titles (movies and TV shows) on IMDb. (Note that individual episodes under a series are excluded from the rankings.)
Example
{
"titleId": "tt1190634",
"date": "2024-07-07",
"rank": 1
}
The above data point means that on the week of July 7, 2024, The Boys (tt1190634)
was the most popular title on IMDb.
TVmeter dataset
The top 2000 most popular TV shows titles on IMDb. These include TV Episode, TV Mini-series, TV Movie, TV Series, TV Short, TV Special, TV Pilot
Example
{
"titleId": "tt11198330",
"date": "2024-07-14",
"rank": 1
}
The above data point means that on the week of July 14, 2024, House of the Dragon (tt11198330)
was the
most popular TV show title on IMDb.
MOVIEmeter dataset
The top 2,000 most popular movie titles on IMDb.
Example
{
"titleId": "tt6263850",
"date": "2024-07-14",
"rank": 1
}
The above data point means that on the week of July 14, 2024, Deadpool & Wolverine (tt6263850)
was the most popular
movie on IMDb.
STARmeter dataset
The top 5,000 most popular names on IMDb.
Example
{
"nameId": "nm0001167",
"date": "2024-07-14",
"rank": 1
}
The above data point means that on the week of July 14, 2024, Shelley Duvall (nm0001167)
was most popular name on
IMDb.
Explore how to use Amazon Athena interactive query service to analyze IMDb data directly from S3, along with some sample queries.