keepa icon indicating copy to clipboard operation
keepa copied to clipboard

Python Keepa.com API

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

I am trying to run this API query using keepa python API: ``` { "manufacturer": [ "abbott" ], "sort": [ [ "current_SALES", "asc" ] ], "productType": [ 0, 1 ],...

**Query** products = api.query('B0024SIHAG', domain = 'CA', offers=20, only_live_offers=True, update = 24, history=False, progress_bar=True) **Error** TypeError: query() got an unexpected keyword argument 'only_live_offers' **Issue** The parameter 'only_live_offers' doesn't seem to...

Hey there! I'm having some issues, because some keys (NEW_FBM_SHIPPING, NEW_FBA) are missing for every product that i tested. I looked up every option for the product query and it...

I started getting the below error when running this code...removing buybox=True doesn't throw the error, so I think one of the buybox fields changed in the keepa responses. ```py keepa_client...

Hi everyone, Is the parameter of 30, 90, 180 sales rank average available? I don't see it available Thanks!

The 'days' and 'only-live-offers' options for a product query are not implemented in the library. Thanks

I'm trying to get ASINs from this page [link](https://keepa.com/#!deals/%7B"page"%3A0%2C"domainId"%3A"8"%2C"excludeCategories"%3A%5B%5B%5D%2C%5B%5D%2C%5B%5D%2C%5B%5D%2C%5B%5D%2C%5B%5D%2C%5B%5D%2C%5B%5D%2C

Hello, Thank you for making this helpful package. I would not have subscribed to Keepa API, if this package wasn't there. I am fairly new with the API and have...

*/ public FBAFeesObject fbaFees = null; /** * Contains subcategory rank histories. Each key represents the categoryId of the rank with the history in the corresponding value. */ public HashMap...

I want to get "category numbers" for the Main Categories Like Home&Kitchen etc (Categories with most sales) but I don't know how to use this function as it takes "search...