Retrieve the product for the specified ASIN and domain.
GET {{baseUrl}}/product?key=<string>&domain=<string>&asin=<string>&code=<string>
Retrieves the product object for the specified ASIN and domain. If our last update is older than one hour it will be automatically refreshed before delivered to you to ensure you get near to real-time pricing data. You can request products via either their ASIN (preferred) or via UPC and EAN codes. You can not use both parameters, asin and code, in the same request. Keepa can not track Amazon Fresh and eBooks.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
key | string | Your private API key. | |
domain | string | Integer value for the Amazon locale you want to access. (1-com, 2-co.uk, 3-de, 4-fr, 5-co.jp, 6-ca, 7-cn, 8-it, 9-es, 10-in, 11-com.mx, 12-com.br, 13-com.au) | |
asin | string | The ASIN of the product you want to request. For batch requests a comma separated list of ASINs (up to one hundred). | |
code | string | The product code of the product you want to request. We currently allow UPC, EAN and ISBN-13 codes. For batch requests a comma separated list of codes (up to one hundred). Multiple ASINs can have the same product code, so requesting a product code can return multiple products. |