I’m using the item_search method of the amazon product api, but noticed that even though the total number of offers returned can be pretty high, not all the offers are returned by item_search. Is there a way to get item_search to return all the offers? I’m using the ‘Large’ response group.
I’m using the item_search method of the amazon product api, but noticed that even
Share
You need to use the OfferFull response group to get a full page of offers (10 offers per page).
The
TotalOfferPagesnode returned in the response shows how many pages of offers there are. To get a particular page, set theOfferPagerequest parameter to a number less than or equal toTotalOfferPages.For example, this pseudo request would get the second
OfferPage: