Forum Moderators: coopster
Has anyone here done this one yet? If so, any tips or gottchas to watch out for?
Nope - I'm foolish but not that foolish. I want to pull select sections from the catalog. At the moment I'm rewriting some code that'll pull the data in XML format. I'm using this as opposed to the SOAP tools because they're lighter and more reliable - or so say the veterans on the AWS board.
I believe I'll be looking at about 2000-3000 records for what I'm after. It's all text (images are links to the Amazon site) so it should go relatively quick I would think.?
Alternately I may just hand select a list of products that I want to monitor and pull those.
However I've been thinking that perhaps what I should do is do the initial dump once so I'll have the basic data (author, manufacturer, description,etc.) in a db so I can work with the data as I wish - because, really, all I'm after is more flexibility in finding and displaying products. Once I determine what needs to be found I can post a live query to Amazon and get the updated data for those products.