Extract Products/Prices/Categories/Specs from Amazon Inventory

Question:

I am a Django developer and recently I got some project where I need to render Amazon’s inventory to Django website. Is there some sort of solution that allows Amazon.com to share their products or do I have to manage it with scraper .

Asked By: Shazia Nusrat

||

Answers:

I’ve developed a project recently using Amazon Product Advertising API. The project is not live yet so I couldn’t give you a live example. But to get started…This is the link for you to get started. It worked for me and would worked for you. If you can start working on the project you can post your issues here or directly to Git Issues for help for Django/Flask or any Python framework. Good luck!

Answered By: Mudassar Hashmi