Amazon Product
Fetch Amazon product details by ASIN.
Credit cost: 1 credit per call
Authorization
ApiKeyAuth x-api-key<token>
Your API key. Include it in the x-api-key header for every request.
In: header
Query Parameters
query*string
Amazon product identifier (ASIN).
domain?string
Amazon domain extension (e.g., com, fr, de, co.uk, it, es). Default: com.
Default
"com"Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://api.piloterr.com/v2/amazon/product?query=string"[
{
"name": "Example",
"value": {
"url": "https://www.amazon.com/dp/B0CSF8ZGB4",
"asin": "B0CSF8ZGB4",
"image": "https://m.media-amazon.com/images/I/81bzZneofIL._AC_SX679_.jpg",
"price": 21.05,
"stock": "In Stock",
"title": "Cisily Sponge Holder for Kitchen Sink, Sink Caddy with High Brush Holder, Organzier Rustproof 304 Stainless Steel Dish Organizer Divider, Soap Dispenser Storage(Gold)",
"coupon": null,
"images": [
{
"url": "https://m.media-amazon.com/images/I/81bzZneofIL._AC_SX425_.jpg",
"type": "main",
"width": 425,
"height": 425
},
{
"url": "https://m.media-amazon.com/images/I/81bzZneofIL._AC_SX522_.jpg",
"type": "main",
"width": 522,
"height": 522
},
{
"url": "https://m.media-amazon.com/images/I/81bzZneofIL._AC_SX569_.jpg",
"type": "main",
"width": 569,
"height": 569
},
{
"url": "https://m.media-amazon.com/images/I/81bzZneofIL._AC_SY355_.jpg",
"type": "main",
"width": 355,
"height": 355
},
{
"url": "https://m.media-amazon.com/images/I/81bzZneofIL._AC_SY450_.jpg",
"type": "main",
"width": 450,
"height": 450
},
{
"url": "https://m.media-amazon.com/images/I/81bzZneofIL._AC_SX679_.jpg",
"type": "main",
"width": 679,
"height": 679
},
{
"url": "https://m.media-amazon.com/images/I/81bzZneofIL._AC_SX466_.jpg",
"type": "main",
"width": 466,
"height": 466
}
],
"currency": "$",
"features": [
"【ROTATABLE SPOUT】This kitchen sink caddy comes with a rotatable spout that swivels in three directions so that the water in the sponge can be directed to the sink. There won't be any water left on the countertop, you don't need to pull out the drip tray to clean it often, saving your cleaning time.",
"【SMALL VOLUME】 Cisily sponge holder is suitable for kitchens with limited space. It measures only 9.25\"*3.97\"*6.37\", Holds a detergent bottle, a sponge ball and sink stopper. With an extra upgraded brush holder that can hold up to 4 small and large sized brushes, with the Cisily Sink caddy you can save countertop space perfectly.",
"【PREMIUM DURABLE MATERIAL】 Cisily kitchen sink organizer is made of premium stainless steel which can effectively prevent rust and deformation. And you can clean it easily by rinsing it under a running tap. Take the clutter out of your countertops.",
"【REASONABLE DIVIDER DESIGN】 The sponge holder for kitchen sink ergonomic divider design allows it to have 3 separate storage spaces, Different items are placed in different areas. Make the most of every inch of space and make your kitchen look cleaner.",
"【SATISFACTION GUARANTEED】The CISILY kitchen sink organizer is ready to use upon receipt, no installation required and is widely used on counters or bathrooms, making it a satisfying gift. If you have any questions during use, please consult our customer service staff. We want to provide you with a pleasant shopping experience.",
"USPTO patent pending"
],
"variants": [
{
"asin": "B0CSF8ZGB4",
"title": null
},
{
"asin": "B0C3QZ7SNF",
"title": null
},
{
"asin": "B0DPLW6111",
"title": null
},
{
"asin": "B0CSF9BY8X",
"title": null
},
{
"asin": "B0D8VJKGX7",
"title": null
},
{
"asin": "B0DK93C9YT",
"title": null
},
{
"asin": "B0D9XJSK99",
"title": null
},
{
"asin": "B0CKVGC6B2",
"title": null
},
{
"asin": "B0CKVGHGJF",
"title": null
}
],
"description": null,
"product_information": {
"asin": "B0CSF8ZGB4",
"customer_reviews": {
"stars": "4.6 out of 5 stars",
"ratings_count": 4896
},
"best_sellers_rank": [
"#4 in Kitchen & Dining (See Top 100 in Kitchen & Dining)",
"#1 in Kitchen Storage Accessories"
],
"date_first_available": "August 1, 2022"
}
}
}
]{
"error": "Bad Request"
}{
"error": "Invalid API Key"
}{
"error": "Payment required"
}{
"error": "Rate limit exceeded for the API key: quota monthly"
}{
"error": "Internal Error"
}