Only getting 100 results from Rapid API request?
-
I am trying to get a list of all titles available on Netflix Australia.
I have used this:
aaapi.cgi?q=&cl=23&p=1&t=ns&st=adv
, but this only returned me the first 100 results.Am I correct in thinking that the
p=1
is only accessing the first 'page' of results (first 100)??Is there any way to access the full list?
Note: I am accessing the API via Python and the
requests
module. -
no... you are limited to 100 results per request
-
Thank you for your response! So am I correct in saying that the only way to get all the results for a given region is to have the requests inside a loop, iterating over every 'page' number? That's how I did it, and it worked, I'm just wondering if there is a better way.
-
@johnnybarrels Does it work like that for you ?
-
That is correct to save the database we limit the number of responses per request