Getting prices from Amazon API

Cdman

Power Member
Joined
Jul 7, 2011
Messages
608
Reaction score
36
Been looking for a way to get just the product price (and maybe name) from the Amazon API for ages now.

I've messed about with the API a little but it's very confusing. Surely someone has some code already done up for this kind of thing?

Thanks.
 
You know how to code in PHP? If yes, then retrieve the xml file from amazon api and parse the xml info, you can retrieve whatever you want from th amazon-xml file
 
Back
Top