Where can I get amazon API for category list

Question:

I want the category hierarchy of the amazon site. I need to extract all the category, sub category, sub sub category up to least level.

I need to develop discount finder of amazon , for that i want api of amazon , which can give me complete list of product category and sub category..

To build something like this

Answer:

Take a look at BrowseNodeLookup method:

BrowseNodeId is ID of parent browse node. You can find some browse nodes IDs to start with here.

Leave a Reply