0
votes

I am trying to develop an app that will display Amazon products to the user. When they click on the product, they are redirected to the Amazon website so that they can make a purchase. I signed up through Amazon affiliate program.

https://developer.amazon.com/mobile-associates

I can generate links to their products, but how do I get product details, image, reviews, ect? Is there another Amazon service I should be using?

1
did you found soloution? - Dhruv Tyagi

1 Answers

0
votes

You need an API that sends you the product details, product image, reviews from Amazon.Find a way where you can get the API which sends details of product in several formats like JSON and XML.