tags:

views:

148

answers:

4

Hello Guys,

What is the best way to display amazon books/products on a website with PHP?

Thanks, steamboy

A: 

Use Amazon Web Services

John Conde
+1  A: 

This class probably does the exact thing you need:

http://www.phpclasses.org/browse/package/642.html

It acts as an interface to Amazon's web services API

lamas
+1  A: 

This is one of the easiest PHP classes I have found to access and display products from the Amazon site.

http://www.phpclasses.org/browse/package/642.html

There is already an example set up in it to help you get started.

jswat
A: 

The new API : http://developer.amazonwebservices.com/connect/kbcategory.jspa?categoryID=5 This class doesn't work.

Here's an example of display products that I was able to use : http://www.arizonaseoconsultant.net/top-sellers-code/

Another great PHP script that search the store : http://www.chipdir.nl/amazon/ Really nice!

mrmuggles