What is the max limit for a amazon products query?

The API allows you to pass > 1 product and set a limit for number of products returned. Is there an optimal limit to pass? What is the cap?

Hello @Ilya_Voytov,

Outscraper will extract the same number of items as you can see(paginate) on the data source website. Feel free to extract as much as you need. A good practice will be starting from small numbers, and increasing them gradually to be sure that you can handle big JSON responses from your code.

I hope it helps!