Kode Gylaxy
Kode Gylaxy

Reputation: 71

Amazon API to get price of products

i am new to the amazon api, and i have signed up to amazon, but still i don't know how the API works, because of its vast documentation. I need a specific code in php or just angular js or simple javascript, to make me able retrieve the prices of products by entering the ISBN or name of the product through an HTML form.

Upvotes: 0

Views: 4925

Answers (1)

John Rotenstein
John Rotenstein

Reputation: 269500

The Amazon Product API has a function called ItemLookup that can retrieve information based on ISBN.

The Sample Code & Libraries pages has some (rather old) sample code you could peruse.

Upvotes: 2

Related Questions