Amazon Product Advertising API : How to get a JSON response for ItemLookup/Search
问题 I'm trying to get the details of Amazon product from its ASIN. The product API allows to do a Itemlookup with ASIN , but the return value is in XML . I want to do this call for Itemlookup from client side, so would like to do a JSONP call, which I couldn't find. I found some articles on the web to convert the XML to JSON format using XSLT stylesheet: (a) https://bitbucket.org/basti/python-amazon-product-api/src/tip/examples/json-results.py I tried using this python-amazon-product-api and this