Asynchronous Client#
Create AsyncKeepa with its asynchronous classmethod, then await endpoint
calls.
import keepa
api = await keepa.AsyncKeepa.create("<REAL_KEEPA_KEY>")
products = await api.query("B0088PUEPK")
Client#
Asynchronous Python interface to keepa backend. |
Methods#
|
Retrieve an ASIN list of the most popular products. |
|
Return root categories given a categoryId. |
|
Create an asynchronous Keepa client without making an API request. |
|
Query the Keepa API for product deals. |
|
Download the graph image of an ASIN from keepa. |
|
Query the keepa product database to find products matching criteria. |
|
Perform a product query of a list, array, or single ASIN. |
Search for categories from Amazon. |
|
|
Receive seller information for a given seller id or ids. |
Update available tokens. |
|
Check if there are any remaining tokens and waits if none are available. |
Attributes#
Return the time to refill in seconds. |