Help reading amazon XML file.

Discussion in 'Amazon' started by sogastic, Nov 2, 2007.

  1. #1
    Hello.

    I have some problems getting info from amazon XML. I know how to collect data from ItemAttributes : $parsed_xml->Items->Item->ItemAttributes->Brand but Can't understand how can I take another kind of data like reviews, ratings, brand description etc.
    Also on amazon site there are Bezel function, band width and band length what I can't find in the item attributes list.

    Help! :)


    Thanks!
    Sogastic.
     
    sogastic, Nov 2, 2007 IP
  2. m_wc

    m_wc Well-Known Member

    Messages:
    857
    Likes Received:
    22
    Best Answers:
    0
    Trophy Points:
    125
    #2
    I think the ResponseGroup variable can help you.. it have a couple of types in it which you need to specify.. such as

    &ResponseGroup=Large
    Code (markup):
    This will give you everything including offers,item details,images,reviews etc

    This link might be helpful for you
     
    m_wc, Nov 3, 2007 IP