How to use Amazon Product Advertising API 5 with Python?

5.2k Views Asked by At

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?

2

There are 2 best solutions below

0
On

I've made a Python module that allows using the new Amazon Product Advertising API 5 in a very easy way. You can install it with PIP and start working with it inmediatelly. It's still under development, so you can expect changes and new functionalities in the future.

https://github.com/sergioteula/python-amazon-paapi5

2
On

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/