I have worked before with the AWS API. You can get quite info about products. But now I need specifically to gather: technical details, description, stars and price.
I am using basically this request URL (more other variables as Timestamp and Signature):
$request = $this->AMAZON_URL . "?Service=AWSECommerceService&AWSAccessKeyId=" . $this->KEYID;
$request .= "&AssociateTag=" . $this->ASSOCTAG . "&Version=" . $this->VERSION . "&Operation=ItemLookup";
$request .= "&ItemId=$asin&ResponseGroup=Medium,Offers";
As you must know we receive a bunch of data but seems quite difficult specifically ask for only some specifics ones. for instance: technical details, description, stars and price.
Currently I obtain data mostly through parsing the following node:
{ parsed xml variable }->Items->Item->ItemAttributes