Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use Amazon Product Advertising API 5 with Python?

Amazon has updated its API to version 5 recently, so previous versions will stop working on January 2020. If you're still using the previous API version, it better to upgrade soon to avoid future disasters. But how can we use this new API version?

like image 390
sergio_teula Avatar asked Oct 28 '25 05:10

sergio_teula


1 Answers

You can use the SDK published by amazon: https://webservices.amazon.com/paapi5/documentation/with-sdk.html#python

install with pip:

pip install amightygirl.paapi5-python-sdk

https://pypi.org/project/amightygirl.paapi5-python-sdk/

like image 159
Tuval Rotem Avatar answered Oct 29 '25 20:10

Tuval Rotem