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 trobeu una pel·lícula o una sèrie? Inicieu la sessió per a crear-la.
Desitgeu valorar o afegir aquest element a una llista?
No en sou membre?
Resposta per Travis Bell
el 28 e de 2023 a les 11:43 A.M.
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/
Resposta per nicklandi4
el 28 e de 2023 a les 1:29 P.M.
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?
Resposta per Travis Bell
el 28 e de 2023 a les 1:32 P.M.
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.