Hi all, I'm currently building out an application that iterates over and sequentially pulls 1000 movies and tv shows per day from the following end points (api_key is my own personal key and movie_page_number/show_page_number are read in/updated after each run:)
However, it seems the number of pages for both movies and tv shows is capped at 500. Is this true, and if so, are there any other movie/show databases that don't face this issue. If it isn't the case and we can extract more data, how can we do so? The goal of this project is to continually pull in new titles with the associated genre and ratings for recommendation model purposes.
Es fehlt ein Film oder eine Serie? Logge dich ein zum Ergänzen.
Diesen Eintrag bewerten oder zu einer Liste hinzufügen?
Kein Mitglied?
Antwort von Travis Bell
am 28. August 2023 um 11:43
If you're trying to bring that much data in house your best option is to restrict your searches. I would think dates are you best friend here, so something like:
As an example/
Antwort von nicklandi4
am 28. August 2023 um 13:29
Thanks for the quick response - do you happen to know what's the complete lookback window movies/tv shows? Also will rate limits apply when extracting data for eg a year period at once?
Antwort von Travis Bell
am 28. August 2023 um 13:32
Each response will contain the total results. If you are curious about the DB as a whole, you can look at the daily ID exports.