Reputation: 313
I am going to develop product price comparison app from the amazon products. Is amazon providing any API to get product list whatever they are showing on their website. Amazon providing advertisement API with minimum data like product name and review link, detail page link. But I want those as data not as links. Is any API available. Example (www.91mobiles.com) like this I want to do. Is 91mobile crawling the data?
Upvotes: 1
Views: 1269
Reputation: 5659
Amazon does provide product advertising apis, below is the wsdl for same -
http://webservices.amazon.com/AWSECommerceService/AWSECommerceService.wsdl?rw_useCurrentProtocol=1
For details you should check Amazon Product advertising API. Please also need that to use it you should be registered as amazon affiliate.
Upvotes: 3