Wrapper for Amazon Product Advertising API 5.0 and Amazon Creators API. Current version 6.2.0, supports Python >=3.9. Active development with regular releases.
pip install python-amazon-paapiNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal usage: set environment variables AMAZON_ACCESS_KEY, AMAZON_SECRET_KEY, AMAZON_ASSOCIATE_TAG, then run.
Use amazon_creatorsapi module for new integrations, but amazon_paapi remains functional.
Catch new exception names: e.g., except NoResultsError.
Use from amazon_paapi import AmazonApi and from amazon_paapi.models import ...
Install async extra and import from amazon_creatorsapi.aio.
Ensure AMAZON_ACCESS_KEY, AMAZON_SECRET_KEY, AMAZON_ASSOCIATE_TAG are set correctly in environment or passed to AmazonApi.
Check keywords, category, or availability parameters. Use broader terms or verify API resource permissions.
Correct import: from amazon_paapi import AmazonApi