-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PA API 4.0 shutting down October 31, 2019 #78
Comments
For information on this project The old Amazon Product Api is shut down on Documentation for the new API |
Will this library be updated for the new API??? |
Deadline has been moved to 9th March, but still would be good to get information about PAAPI 5 |
Amazon has its own SDK for Products API v5 now. |
Hello everyone, I have created my own wrapper for the new release of the Amazon API. I hope it will be helpful. https://github.com/sergioteula/python-amazon-paapi5 |
Hi everyone. |
I will upload a new version of the library in the next days to improve the cache reader and writer and override the objects returned by the calls. I will try to add also a wikibook for the documentation. |
It will still works on PA API 5 without updates? |
No, it won't. But you can switch to my wrapper, I hope it would be useful. https://github.com/sergioteula/python-amazon-paapi5 |
The new version (1.1.0) of amazon-paapi5 has been released. You can download or clone the repository from github or installi it using pypi
The documentation is available at Read the docs |
@dlo Thank you so much for bottlenose, it always worked great! Any plans to make it work with PA API 5? I’d like to avoid migrating back and forth between libraries. |
@michaelx It looks to me that bottlenose won't support PA API v5, unfortunately, so the alternatives so far would be to:
Looking at this document, not all the operations change, so maybe bottlenose keeps working just with those that remain the same. |
Amazon's SDK is available installing |
@carlosevi94 You are right! I saw before but I was confused by "amightygirl", but reading the package description it looks like it is official |
The amightygirl.paapi5-python-sdk is the official sdk of amazon. My wrapper is based on it and you can install with pip. I just simplified some calls, add some additional computed information to the Products returned and added the usage of the cache as in bottlenose. |
My wrapper https://github.com/sergioteula/python-amazon-paapi has been updated with new structure to make it simpler and access to the unparsed data from the API. I hope it helps. |
Now also compatible with search and get variations functionalities. https://github.com/sergioteula/python-amazon-paapi |
Both of these wrappers have switched the package to GPLv3 licensing - it would be nice if one could revert to Bottlenose's Apache license or move to a permissive license. I and probably a lot of developers can't use GPLv3'd packages due to the strong copyleft provision. |
Hello, thanks for the suggestion. Already changed to MIT License, I hope it helps. |
Hi. License updated and new release available. As soon as possible the wrapper will be also available for python 2. |
the code looks official but maintained by unofficial account. |
Based on this info: https://webservices.amazon.com/paapi5/documentation/faq.html
it seems that the PA API 4.0 is being deprecated very soon; this was just announced today. Will this wrapper work at this time, and if not, what modifications are necessary to keep it working?
The text was updated successfully, but these errors were encountered: