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,
- first check if has been updated within 24 hours since last updated time.
- if has, use data db. otherwise, fetch latest data amazon , store on db use next 24 hours period.
Comments
Post a Comment