Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Find the newest products using Amazon API

Is it possible to find all the new Amazon products in a specific category using the Amazon Associates Web Service or any other tool ?

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 ?

like image 896
user41767 Avatar asked Mar 31 '09 21:03

user41767


1 Answers

Once you know the Browse Node for the category you're interested in, you can use the BrowseNodeLookup operation with the NewReleases ResponseGroup to get some new products in that category; looks like you get 10, even in a busy category like Music » Alternative.

They don't say anything in those pages about getting more, and NewReleases is only a valid ResponseGroup for BrowseNodeLookup operations and not, say, ItemSearch, so I don't think you can get more than 10 new releases per category.

like image 141
markpasc Avatar answered Oct 02 '22 11:10

markpasc