GET
/
api
/
v2
/
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"
    }
}
x-api-key
string
required

This parameter specifies the private key you’ll need for Piloterr access.

Parameters

query
string

Amazon product ASIN B09DFCB66S

domain
string

Amazon domain extension. Examples: com, fr, de, co.uk, it, es, ca, co.jp, com.br, com.mx, in. Default: com.

Response

product
Product Object
url
string

The product URL

asin
string

The unique Amazon identifier for the product

price
number | null

The displayed product price (can be null if not available)

stock
string

Stock availability message

title
string

The product title

coupon
string | null

Coupon information if available

currency
string | null

The currency of the price (can be null if not provided)

features
string[]

Key product features

variants
any[]

List of product variants (empty if none)

description
string

Product description text

{
    "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"
    }
}