keepa icon indicating copy to clipboard operation
keepa copied to clipboard

api.search_for_categories()

Open ahsantfw opened this issue 1 year ago • 1 comments

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 word" and returns subcategories.

print(Initializing Keepa API\n')
api = keepa.Keepa(mykey)
categories = api.search_for_categories()
print(categories)

image

ahsantfw avatar Sep 06 '22 09:09 ahsantfw