Reputation: 11
i am working with java.
i am using aws "itemsearch" to extract all the items from one browsenode at amazon.
i get a lot of results but because itempage is only up to 10 pages i cant get the other items from pages 11-300.
i know that i cant do this for a reason, but maybe their is another way to get to all the items from one category( without narrow down the items by adding more parameters to the request.. because i need everything from this 'browsenode')
thanks!!!
Upvotes: 1
Views: 2403
Reputation: 25
You can get up to 100 results not 10 by the pagination Use the "ItemPage" attribute http://docs.aws.amazon.com/AWSECommerceService/latest/DG/PagingThroughResults.html
Upvotes: 1