I'm interested in tracking the trending/popularity of a single movie over time. I noticed in the API guidelines for popularity &trending say that popularity data is available starting from 2017. Is there a recommended approach or method to accomplish this? Any insights or suggestions would be greatly appreciated.
Thanks in advance!
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by ticao2 🇧🇷 pt-BR
on April 11, 2025 at 10:08 AM
I don't know of a way to get the daily Popularity value of a movie since 2017.
What we have available are the "Daily ID Exports" files
https://developer.themoviedb.org/docs/daily-id-exports
But they are available for approximately 90 days.
In addition to the ID, the Popularity is also reported in the movie file.
Example of movie_ids_05_15_2023
Reply by jhyunlee
on April 11, 2025 at 11:09 PM
@ticao2 Thank you for your response. Just to clarify: does this mean that if I want to track a movie’s trending/popularity—for example, “Star Wars” from January 2023 to January 2024—I won't be able to access historical, time-variant popularity/trending data unless I archive the Daily ID Exports myself?
Reply by ticao2 🇧🇷 pt-BR
on April 12, 2025 at 11:45 PM
You can only get Popularity for the last 90 days.
Yes, you have to store this data yourself.
But in this case of getting daily data you can get Popularity and Trending.
Popularity - https://developer.themoviedb.org/reference/movie-popular-list
Trending - https://developer.themoviedb.org/reference/trending-all