omdbapi / OMDb-API

The Open Movie Database Bug Tracking
416 stars 20 forks source link

get all movies data without search #289

Open Imanebln opened 1 year ago

Gera578 commented 1 year ago

does anyone found a solution?

i have the same issue, i got "too many results" though i specified the pages.

teslonobo commented 11 months ago

without seeing how you are trying to specify the pages its hard to tell. But I was working on something similar and I found trying to loop through the imbd_ids was the easiest way. You will hit your limit pretty quick, You can also do a search by a single character and add a page counter page = 0 and just page += 1 for every loop.. Hope that helps!