Basic Usage: // The langparameter is optional: Default is DE $client = new AmazonECS('YOUT API KEY', 'YOUR SECRET KEY', 'DE'); $response = $client->category('Books')->search('PHP 5'); var_dump($response); For more Examplse see testItemSearch.php and testItemLookup.php