Kaupio: Amazon Offers, Price & Delivery API
Point Kaupio at an ASIN and get back everything that product page knows: the leading offer, every competing seller behind it, live prices and conditions, whoships what, and a dated delivery estimate for each one across six marketplaces,in one consistent schema. **Six marketplaces, one integration.** amazon.it, .de, .fr, .es, .co.uk and .com share identical endpoints, an identical response shape…
Kaupio: Amazon Offers, Price & Delivery API endpoints
| Method | Endpoint | Description |
|---|---|---|
| products | ||
| GET |
get_product_v1_products__asin__get /v1/products/{asin} |
Product details plus the primary offer (without the offers array). Costs 1 credit (also on 404). |
| GET |
get_offers_v1_products__asin__offers_get /v1/products/{asin}/offers |
Primary offer (selected as the cheapest new offer shipped by Amazon — not Amazon's own Buy Box) plus the full additive offers array. An existing ASIN with no purchasable offers… |
| GET |
get_delivery_v1_products__asin__delivery_get /v1/products/{asin}/delivery |
Delivery estimate for a specific seller offer. `seller_id` is required (e.g. the `seller_id` of an entry in the offers array). Costs 1 credit (also on 404). |
| reference | ||
| GET |
get_marketplaces_v1_marketplaces_get /v1/marketplaces |
Static list of supported marketplaces. Costs 0 credits. |
Kaupio: Amazon Offers, Price & Delivery API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $25 / month | 10 / minute |
|
| ULTRA Recommended | $75 / month | 20 / second |
|
| MEGA | $150 / month | 40 / second |
|