views:

55

answers:

1

Hi

I'm creating a application where the user will type in the name of a video game and a query will be sent to a servelt. I want this query to search the amazon product database and if the game is found i want to grab the information such as the name, publisher, platform genre etc and add this information to my database. Just like price grabber does. There is an example below.

http://video-games.pricegrabber.co.uk/nintendo-ds-games/m/25813985/details/st=product_tab/

Can this be done and if so what will i need to know and learn to do this.

Thank you Shino

A: 

I believe you should be able to use the Amazon Product Advertising API to query for this kind of product information. However the current Terms of Use appear to restrict you from storing the data into your database for more than 24 hours.

Daniel Vassallo