hi all im looking for a php search script which makes keyword search and returns product details from amazon db. For example you need product info related to "usb light". You make a request to aws with "keywords=usb light" and get the data. i browsed several pages at aws.amazon.com but %99 of the site is full of useless bla bla content. i finally found that if you send request to : http://ecs.amazonaws.com/onca/xml?Service=AWSECommerceService& AWSAccessKeyId=[Your Access Key]&Operation=ItemSearch&SearchIndex=[search index]&Keywords=[keyword(s)] it returns product results but without details. i need details like description, thumbnail, manufacturer ...... so i will be very happy if somebody help me to solve this annoying problem br
add a variable &ReponseGroup=Full (wil return everything but consume more bandwidth of yours) Google or view amazon ecs documentation for responseGroups