Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Extract Products/Prices/Categories/Specs from Amazon Inventory

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 . Your help will be much appreciated.

like image 888
Shazia Nusrat Avatar asked Oct 30 '22 04:10

Shazia Nusrat


1 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!

like image 86
Mudassar Hashmi Avatar answered Nov 15 '22 06:11

Mudassar Hashmi