Find the newest products using Amazon API - Stack Overflow most recent 30 from stackoverflow.com2009-12-23T09:34:23Zhttp://stackoverflow.com/feeds/question/703118http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/703118/find-the-newest-products-using-amazon-api4Find the newest products using Amazon APIjrogi2009-03-31T21:22:58Z2009-06-27T07:36:55Z
<p>Is it possible to find all the new Amazon products in a specific category using the Amazon Associates Web Service or any other tool ?</p>
<p>I tried also the RSS which give only 10 results and it is updated only once in few months. Do you have any other ideas ?</p>
http://stackoverflow.com/questions/703118/find-the-newest-products-using-amazon-api/707835#7078353Answer by markpasc for Find the newest products using Amazon APImarkpasc2009-04-02T00:09:32Z2009-04-02T00:09:32Z<p>Once you know <a href="http://developer.amazonwebservices.com/connect/entry.jspa?externalID=345&categoryID=12" rel="nofollow">the Browse Node</a> for the category you're interested in, you can use the <code>BrowseNodeLookup</code> operation with <a href="http://docs.amazonwebservices.com/AWSECommerceService/2009-02-01/DG/index.html?RG%5FNewReleases.html" rel="nofollow">the <code>NewReleases</code> <code>ResponseGroup</code></a> to get <em>some</em> new products in that category; looks like you get 10, even in a busy category like Music » Alternative.</p>
<p>They don't say anything in those pages about getting more, and <code>NewReleases</code> is only a valid <code>ResponseGroup</code> for <code>BrowseNodeLookup</code> operations and not, say, <code>ItemSearch</code>, so I don't think you can get more than 10 new releases per category.</p>