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.
¿No encuentras una película o serie? Inicia sesión para crearla:
¿Quieres puntuar o añadir este elemento a una lista?
¿No eres miembro?
Contestado por Travis Bell
el 28 de agosto de 2023 a las 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/
Contestado por nicklandi4
el 28 de agosto de 2023 a las 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?
Contestado por Travis Bell
el 28 de agosto de 2023 a las 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.