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",
    "price": null,
    "stock": "No offers available",
    "title": "PlayStation PS5 HW 1115 STANDARD_US - PlayStation 5",
    "coupon": null,
    "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": [],
    "breadcrumb": [
        {
            "url": "https://www.amazon.com/computer-video-games-hardware-accessories/b/ref=dp_bc_aui_C_1/131-6971373-6287467?ie=UTF8&node=468642",
            "text": "Video Games",
            "position": 1
        },
        {
            "url": "https://www.amazon.com/b/ref=dp_bc_aui_C_2/131-6971373-6287467?ie=UTF8&node=20972781011",
            "text": "PlayStation 5",
            "position": 2
        },
        {
            "url": "https://www.amazon.com/b/ref=dp_bc_aui_C_3/131-6971373-6287467?ie=UTF8&node=20972796011",
            "text": "Consoles",
            "position": 3
        }
    ],
    "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_category": "Video Games › PlayStation 5 › Consoles",
    "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": 8478
        },
        "best_sellers_rank": [
            "#6,118 in Video Games (See Top 100 in Video Games)",
            "#22 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.

mode
string

Response format for products with variants. simple or variants. Default: simple.

  • simple: Returns a single object containing the main product information, with its variants listed in the variants attribute.
  • variants: Returns an array of products where each variant (color, size, etc.) is presented as a complete product with all its details.
{
    "url": "https://www.amazon.com/dp/B09DFCB66S",
    "asin": "B09DFCB66S",
    "price": null,
    "stock": "No offers available",
    "title": "PlayStation PS5 HW 1115 STANDARD_US - PlayStation 5",
    "coupon": null,
    "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": [],
    "breadcrumb": [
        {
            "url": "https://www.amazon.com/computer-video-games-hardware-accessories/b/ref=dp_bc_aui_C_1/131-6971373-6287467?ie=UTF8&node=468642",
            "text": "Video Games",
            "position": 1
        },
        {
            "url": "https://www.amazon.com/b/ref=dp_bc_aui_C_2/131-6971373-6287467?ie=UTF8&node=20972781011",
            "text": "PlayStation 5",
            "position": 2
        },
        {
            "url": "https://www.amazon.com/b/ref=dp_bc_aui_C_3/131-6971373-6287467?ie=UTF8&node=20972796011",
            "text": "Consoles",
            "position": 3
        }
    ],
    "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_category": "Video Games › PlayStation 5 › Consoles",
    "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": 8478
        },
        "best_sellers_rank": [
            "#6,118 in Video Games (See Top 100 in Video Games)",
            "#22 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"
    }
}