keepa icon indicating copy to clipboard operation
keepa copied to clipboard

Python Keepa.com API

Results 19 keepa issues
Sort by recently updated
recently updated
newest added

updates: - [github.com/astral-sh/ruff-pre-commit: v0.3.3 → v0.3.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.3.3...v0.3.4) - [github.com/asottile/pyupgrade: v3.15.1 → v3.15.2](https://github.com/asottile/pyupgrade/compare/v3.15.1...v3.15.2)

Hi I'm a keepa user a wanted to do a query as below: `api = keepa.Keepa('################################################')` `product_params = {` `"current_SALES_gte": 200,` ` "current_SALES_lte": 80000,` ` "salesRankDrops30_gte": 15,` ` "salesRankDrops90_gte": 25,`...

I have trouble in getting full data via api.query(). For example, the API did not return complete data of key count_review_time. ‘COUNT_REVIEWS_time’: array([datetime.datetime(2023, 4, 28, 18, 24), datetime.datetime(2023, 4, 28,...

I got the deals from `api.deals()` but couldn't figure out how to get previous price of the product. ```python >>> deals['dr'][1]['delta'] [[1443, 1443, 0, 5672, 0, 0, 0, 18, 0,...

Hi Keepa Team, I see there are stock history of each sellers in addon. However, I cannot find these information in returned JSON from Query API. Are those information available?...

A timeout error occurred when I used the method of query to query an array that contains 100 asins, how to solve this problem? And when the above error occurs,...

I used the direct REST call and got it working but the library does not return accurate results when querying by partNumber

updates: - [github.com/astral-sh/ruff-pre-commit: v0.3.5 → v0.5.0](https://github.com/astral-sh/ruff-pre-commit/compare/v0.3.5...v0.5.0) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](https://github.com/codespell-project/codespell/compare/v2.2.6...v2.3.0) - [github.com/asottile/pyupgrade: v3.15.2 → v3.16.0](https://github.com/asottile/pyupgrade/compare/v3.15.2...v3.16.0)

The wrapper does not support `graph-image-api` is it possible to do? I can write the code and submit a PR if you need help. https://keepa.com/#!discuss/t/graph-image-api/7928