Account
Bing
Brave
Chewy
Github
Homestra
Indeed
Linkedin (advanced)
Linkedin (basic)
Product Hunt
Seloger
Trustpilot
Vinted
Walmart
Wellfound
Amazon Product
Get Amazon product
curl --request GET \
--url https://piloterr.com/api/v2/amazon/product \
--header 'x-api-key: <x-api-key>'
{
"url": "https://www.amazon.com/dp/B09DFCB66S",
"asin": "B09DFCB66S",
"image": "https://m.media-amazon.com/images/I/51051FiD9UL._SX522_.jpg",
"price": null,
"stock": "No offers available",
"title": "PlayStation PS5 HW 1115 STANDARD_US - PlayStation 5",
"coupon": null,
"images": [
{
"url": "https://m.media-amazon.com/images/I/51051FiD9UL._SX425_.jpg",
"type": "main",
"width": 208,
"height": 425
},
{
"url": "https://m.media-amazon.com/images/I/51051FiD9UL._SX342_.jpg",
"type": "main",
"width": 167,
"height": 342
},
{
"url": "https://m.media-amazon.com/images/I/51051FiD9UL._SX522_.jpg",
"type": "main",
"width": 256,
"height": 522
},
{
"url": "https://m.media-amazon.com/images/I/51051FiD9UL._SX466_.jpg",
"type": "main",
"width": 228,
"height": 466
},
{
"url": "https://m.media-amazon.com/images/I/51051FiD9UL._SX385_.jpg",
"type": "main",
"width": 189,
"height": 385
}
],
"currency": null,
"features": [
"Stunning Games - Marvel at incredible graphics and experience new PS5 features.",
"Breathtaking Immersion - Discover a deeper gaming experience with support for haptic feedback, adaptive triggers, and 3D Audio technology.",
"Lightning Speed - Harness the power of a custom CPU, GPU, and SSD with Integrated I/O that rewrite the rules of what a PlayStation console can do.",
"Model Number CFI-1102A"
],
"variants": [],
"description": "The PS5 console unleashes new gaming possibilities that you never anticipated. Experience lightning fast loading with an ultra-high speed SSD, deeper immersion with support for haptic feedback, adaptive triggers, and 3D Audio, and an all-new generation of incredible PlayStation games.",
"product_information": {
"asin": "B09DFCB66S",
"rated": "Rating Pending",
"batteries": "1 Lithium Ion batteries required. (included)",
"item_weight": "15.17 pounds",
"manufacturer": "Sony",
"release_date": "October 22, 2021",
"type_of_item": "Video Game",
"customer_reviews": {
"stars": "4.8 out of 5 stars",
"ratings_count": 8490
},
"best_sellers_rank": [
"#7,144 in Video Games (See Top 100 in Video Games)",
"#33 in PlayStation 5 Consoles"
],
"item_model_number": "Internacional",
"product_dimensions": "18 x 18 x 12 inches; 15.17 Pounds",
"date_first_available": "June 21, 2021"
}
}
Header
This parameter specifies the private key you’ll need for Piloterr access.
Parameters
Amazon product ASIN B09DFCB66S
Amazon domain extension. Examples: com
, fr
, de
, co.uk
, it
, es
, ca
, co.jp
, com.br
, com.mx
, in
. Default: com
.
Response
The product URL
The unique Amazon identifier for the product
The displayed product price (can be null if not available)
Stock availability message
The product title
Coupon information if available
The currency of the price (can be null if not provided)
Key product features
List of product variants (empty if none)
Product description text
The unique Amazon identifier (duplicate for reference)
Product rating classification (e.g., “Rating Pending”)
Battery requirements
Weight of the item
Product manufacturer
Release date of the product
Category/type of the item
Product rankings in Amazon best sellers
Item model number
Physical dimensions of the product
Date the product was first available on Amazon
{
"url": "https://www.amazon.com/dp/B09DFCB66S",
"asin": "B09DFCB66S",
"image": "https://m.media-amazon.com/images/I/51051FiD9UL._SX522_.jpg",
"price": null,
"stock": "No offers available",
"title": "PlayStation PS5 HW 1115 STANDARD_US - PlayStation 5",
"coupon": null,
"images": [
{
"url": "https://m.media-amazon.com/images/I/51051FiD9UL._SX425_.jpg",
"type": "main",
"width": 208,
"height": 425
},
{
"url": "https://m.media-amazon.com/images/I/51051FiD9UL._SX342_.jpg",
"type": "main",
"width": 167,
"height": 342
},
{
"url": "https://m.media-amazon.com/images/I/51051FiD9UL._SX522_.jpg",
"type": "main",
"width": 256,
"height": 522
},
{
"url": "https://m.media-amazon.com/images/I/51051FiD9UL._SX466_.jpg",
"type": "main",
"width": 228,
"height": 466
},
{
"url": "https://m.media-amazon.com/images/I/51051FiD9UL._SX385_.jpg",
"type": "main",
"width": 189,
"height": 385
}
],
"currency": null,
"features": [
"Stunning Games - Marvel at incredible graphics and experience new PS5 features.",
"Breathtaking Immersion - Discover a deeper gaming experience with support for haptic feedback, adaptive triggers, and 3D Audio technology.",
"Lightning Speed - Harness the power of a custom CPU, GPU, and SSD with Integrated I/O that rewrite the rules of what a PlayStation console can do.",
"Model Number CFI-1102A"
],
"variants": [],
"description": "The PS5 console unleashes new gaming possibilities that you never anticipated. Experience lightning fast loading with an ultra-high speed SSD, deeper immersion with support for haptic feedback, adaptive triggers, and 3D Audio, and an all-new generation of incredible PlayStation games.",
"product_information": {
"asin": "B09DFCB66S",
"rated": "Rating Pending",
"batteries": "1 Lithium Ion batteries required. (included)",
"item_weight": "15.17 pounds",
"manufacturer": "Sony",
"release_date": "October 22, 2021",
"type_of_item": "Video Game",
"customer_reviews": {
"stars": "4.8 out of 5 stars",
"ratings_count": 8490
},
"best_sellers_rank": [
"#7,144 in Video Games (See Top 100 in Video Games)",
"#33 in PlayStation 5 Consoles"
],
"item_model_number": "Internacional",
"product_dimensions": "18 x 18 x 12 inches; 15.17 Pounds",
"date_first_available": "June 21, 2021"
}
}
Was this page helpful?
curl --request GET \
--url https://piloterr.com/api/v2/amazon/product \
--header 'x-api-key: <x-api-key>'
{
"url": "https://www.amazon.com/dp/B09DFCB66S",
"asin": "B09DFCB66S",
"image": "https://m.media-amazon.com/images/I/51051FiD9UL._SX522_.jpg",
"price": null,
"stock": "No offers available",
"title": "PlayStation PS5 HW 1115 STANDARD_US - PlayStation 5",
"coupon": null,
"images": [
{
"url": "https://m.media-amazon.com/images/I/51051FiD9UL._SX425_.jpg",
"type": "main",
"width": 208,
"height": 425
},
{
"url": "https://m.media-amazon.com/images/I/51051FiD9UL._SX342_.jpg",
"type": "main",
"width": 167,
"height": 342
},
{
"url": "https://m.media-amazon.com/images/I/51051FiD9UL._SX522_.jpg",
"type": "main",
"width": 256,
"height": 522
},
{
"url": "https://m.media-amazon.com/images/I/51051FiD9UL._SX466_.jpg",
"type": "main",
"width": 228,
"height": 466
},
{
"url": "https://m.media-amazon.com/images/I/51051FiD9UL._SX385_.jpg",
"type": "main",
"width": 189,
"height": 385
}
],
"currency": null,
"features": [
"Stunning Games - Marvel at incredible graphics and experience new PS5 features.",
"Breathtaking Immersion - Discover a deeper gaming experience with support for haptic feedback, adaptive triggers, and 3D Audio technology.",
"Lightning Speed - Harness the power of a custom CPU, GPU, and SSD with Integrated I/O that rewrite the rules of what a PlayStation console can do.",
"Model Number CFI-1102A"
],
"variants": [],
"description": "The PS5 console unleashes new gaming possibilities that you never anticipated. Experience lightning fast loading with an ultra-high speed SSD, deeper immersion with support for haptic feedback, adaptive triggers, and 3D Audio, and an all-new generation of incredible PlayStation games.",
"product_information": {
"asin": "B09DFCB66S",
"rated": "Rating Pending",
"batteries": "1 Lithium Ion batteries required. (included)",
"item_weight": "15.17 pounds",
"manufacturer": "Sony",
"release_date": "October 22, 2021",
"type_of_item": "Video Game",
"customer_reviews": {
"stars": "4.8 out of 5 stars",
"ratings_count": 8490
},
"best_sellers_rank": [
"#7,144 in Video Games (See Top 100 in Video Games)",
"#33 in PlayStation 5 Consoles"
],
"item_model_number": "Internacional",
"product_dimensions": "18 x 18 x 12 inches; 15.17 Pounds",
"date_first_available": "June 21, 2021"
}
}