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:
1 2 3 4 5 6 7 8 9 |
http://webservices.amazon.com/onca/xml? Service=AWSECommerceService& Operation=BrowseNodeLookup& BrowseNodeId=1036682& AssociateTag=yourTag &Service=AWSECommerceService &Timestamp=timestamp &Signature=yourSignature |
BrowseNodeId
is ID of parent browse node. You can find some browse nodes IDs to start with here.