python-amazon-simple-product-api
python-amazon-simple-product-api copied to clipboard
search and search_n, limit to 49 results?
I've used both search
and search_n
using different keywords. Every time I get a maximum total number of results of 49. Is that normal? That seems to be about a page worth of search results. In the readme it says
Keep in mind that Amazon limits the number of pages it makes available.
Could I be limited to only one page of results?
@lymereJ Take a look at this page. Amazon does have limits on the number of results you can actually pull back for a given item search. Even though there might be thousands, they only give you access to a small number.