Storing Amazon's product API data in database -


i trying build application retail data experiment in india. want put in new features group shopping , analyze user behavior buying, sharing etc.

but, want data amazon , other affiliates. thinking if store amazon's data in database without images being downloaded (as per terms).

but, not clear @ terms if can store api results in database , update regularly. wouldn't want whole of amazon data though! sample, 20-30k products.

is allowed? has done this?

link terms - https://affiliate-program.amazon.com/gp/advertising/api/detail/agreement.html

you can store them on db 24 hours.so, when receive request specific product,

  1. first check if has been updated within 24 hours since last updated time.
  2. if has, use data db. otherwise, fetch latest data amazon , store on db use next 24 hours period.

Comments

Popular posts from this blog

.htaccess - First slash is removed after domain when entering a webpage in the browser -

Automatically create pages in phpfox -

c# - Farseer ContactListener is not working -