A Python interface for keepa.com's Amazon product data API. Version 1.4.4 provides product search, category lookups, and historical pricing. Released on PyPI with monthly cadence, requires Python >=3.10.
pip install keepaNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize with access key and perform a basic product search.
Use `Keepa(access_key)` instead of `Keepa(api_key=access_key)`.
Always pass ASIN codes (e.g., 'B0XXXXX').
Use `api.search(...)` instead of `api.product_search(...)`.
Run 'pip install keepa' and ensure you are using the correct Python environment.
Provide your access key: `Keepa('your_access_key')`.Call `api.search('B0XXXXX')` with a valid ASIN string.