Dynamically generate movie new releases from Amazon?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • d3vkit
    New Member
    • Nov 2006
    • 34

    Dynamically generate movie new releases from Amazon?

    I've seen some websites (dvdtalk.com is one example) which have randomly generated links to new releases movies on Amazon.com. Now I've signed up for the affiliates program, and I can build the link (amazon.com/o/ASIN/#/affiliate-id), but so far I've just been manually adding data to my database, including the title, ASIN number, and image address. Is this how the bigger sites do it, or is there a more automated way? I'm using php/mysql.
  • Motoma
    Recognized Expert Specialist
    • Jan 2007
    • 3236

    #2
    Originally posted by d3vkit
    I've seen some websites (dvdtalk.com is one example) which have randomly generated links to new releases movies on Amazon.com. Now I've signed up for the affiliates program, and I can build the link (amazon.com/o/ASIN/#/affiliate-id), but so far I've just been manually adding data to my database, including the title, ASIN number, and image address. Is this how the bigger sites do it, or is there a more automated way? I'm using php/mysql.
    I believe Amazon provides an XML API for accessing all of their data, but that is as much as I know about this.

    Comment

    • d3vkit
      New Member
      • Nov 2006
      • 34

      #3
      Originally posted by Motoma
      I believe Amazon provides an XML API for accessing all of their data, but that is as much as I know about this.
      Thanks I'll look into that.

      Comment

      • ronverdonk
        Recognized Expert Specialist
        • Jul 2006
        • 4259

        #4
        Maybe the following link could give you a start: Amazon XML WebServices Code Samples

        Ronald :cool:

        Comment

        Working...