akaszynski / keepa

Python Keepa.com API
https://keepaapi.readthedocs.io/en/latest/
Apache License 2.0
241 stars 77 forks source link

Pagination of product_finder() class #141

Closed fret423 closed 1 year ago

fret423 commented 1 year ago

The Keepa API supports pagination for results of the product_finder() class upto 10000 results. However, the wrapper seems to limit it to the default 50 results. Is there a way to specify page and perpage as the Keepa API allows?

fret423 commented 1 year ago

Not part of the docs, but the 'perPage' parameter can be used it seems