Just need a php keywords search script for aws that returns results with details!!!

Discussion in 'Amazon' started by mur24, Dec 16, 2007.

  1. #1
    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
     
    mur24, Dec 16, 2007 IP
  2. m_wc

    m_wc Well-Known Member

    Messages:
    857
    Likes Received:
    22
    Best Answers:
    0
    Trophy Points:
    125
    #2
    add a variable &ReponseGroup=Full (wil return everything but consume more bandwidth of yours)

    Google or view amazon ecs documentation for responseGroups
     
    m_wc, Dec 17, 2007 IP