Reputation: 1217
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 ?
Upvotes: 10
Views: 3567
Reputation: 873
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.
Upvotes: 11