HELP CENTER

How to get Amazon product data using ASIN

ASIN is an alphanumeric code of ten digits that serves as a product identifier. It applies to most products on Amazon except printed books (they are assigned ISBNs).

The identifier can be found on any Amazon product page within the “Additional Information” section.

Screenshot 48

You can also receive ASINs of listings ranking on Amazon for a specific keyword by making a request to the Products endpoint of Merchant API.

Once you have received the ASIN of the product you’re interested in, you can get its complete information with the ASIN endpoint.

1 Call the endpoint.

POST https://api.dataforseo.com/v3/merchant/amazon/asin/task_post

2 Add the asin field to the Task POST body and specify the ASIN of the product.

Example: "asin": "B0756FCPPN"

3 Specify location_name, location_code, or location_coordinate

You will receive the full list of available locations by making a separate request to https://api.dataforseo.com/v3/merchant/amazon/locations.

4 Specify language_name or language code

You will receive the full list of available languages by making a separate request to https://api.dataforseo.com/v3/merchant/amazon/languages

Your POST request should be structured as in the following example:

[
    {
        "language_code": "en_US",
        "location_code": 2840,
        "asin": "B0756FCPPN"
    }
]

5 Send the request and copy its ID.

6 Use the ID to retrieve results from the Task Get endpoint.

GET https://api.dataforseo.com/v3/merchant/amazon/asin/task_get/advanced/$id

Example of the API response:

{
    "version": "0.1.20211130",
    "status_code": 20000,
    "status_message": "Ok.",
    "time": "0.0955 sec.",
    "cost": 0,
    "tasks_count": 1,
    "tasks_error": 0,
    "tasks": [
        {
            "id": "12231623-2806-0192-0000-f3b514189bdd",
            "status_code": 20000,
            "status_message": "Ok.",
            "time": "0.0269 sec.",
            "cost": 0,
            "result_count": 1,
            "path": [
                "v3",
                "merchant",
                "amazon",
                "asin",
                "task_get",
                "advanced",
                "12231623-2806-0192-0000-f3b514189bdd"
            ],
            "data": {
                "se_type": "shopping",
                "api": "merchant",
                "function": "asin",
                "se": "amazon",
                "language_code": "en_US",
                "location_code": 2840,
                "asin": "B0756FCPPN",
                "device": "desktop",
                "os": "windows"
            },
            "result": [
                {
                    "asin": "B0756FCPPN",
                    "type": "shopping",
                    "se_domain": "amazon.com",
                    "location_code": 2840,
                    "language_code": "en_US",
                    "check_url": "https://www.amazon.com/dp/B0756FCPPN?language=en_US",
                    "datetime": "2021-12-23 14:23:41 +00:00",
                    "item_types": [
                        "amazon_product_info"
                    ],
                    "items_count": 1,
                    "items": [
                        {
                            "type": "amazon_product_info",
                            "rank_group": 1,
                            "rank_absolute": 1,
                            "position": "left",
                            "xpath": "/#document",
                            "title": "Skechers Unisex-Adult Classic Fit-Delson-Camden Sneaker",
                            "details": "Is Discontinued By Manufacturer\n‏\n:\n‎ No\nProduct Dimensions\n‏\n:\n‎ 0.39 x 0.39 x 0.39 inches; 11 Ounces\nItem model number\n‏\n:\n‎ 65474\nDepartment\n‏\n:\n‎ Mens\nDate First Available\n‏\n:\n‎ December 15, 2017\nManufacturer\n‏\n:\n‎ Skechers\nASIN\n‏\n:\n‎ B07567R371",
                            "image_url": "https://images-na.ssl-images-amazon.com/images/I/8197MXpGLvL.__AC_SY395_SX395_QL70_FMwebp_.jpg",
                            "author": "Visit the Skechers Store",
                            "data_asin": "B07568JYPN",
                            "parent_asin": null,
                            "product_asins": null,
                            "price_from": null,
                            "price_to": null,
                            "currency": null,
                            "is_amazon_choice": false,
                            "rating": {
                                "type": "rating_element",
                                "position": "left",
                                "rating_type": "Max5",
                                "value": "4.6",
                                "votes_count": 22212,
                                "rating_max": "5"
                            },
                            "is_newer_model_available": false,
                            "newer_model": null,
                            "categories": [
                                {
                                    "category": "Clothing, Shoes & Jewelry",
                                    "url": "/amazon-fashion/b/ref=dp_bc_aui_C_1/147-2988051-7913967?ie=UTF8&node=7141123011"
                                },
                                {
                                    "category": "Men",
                                    "url": "/Mens-Fashion/b/ref=dp_bc_aui_C_2/147-2988051-7913967?ie=UTF8&node=7147441011"
                                },
                                {
                                    "category": "Shoes",
                                    "url": "/Mens-Shoes/b/ref=dp_bc_aui_C_3/147-2988051-7913967?ie=UTF8&node=679255011"
                                },
                                {
                                    "category": "Fashion Sneakers",
                                    "url": "/Mens-Fashion-Sneakers/b/ref=dp_bc_aui_C_4/147-2988051-7913967?ie=UTF8&node=679312011"
                                }
                            ],
                            "product_information": [
                                {
                                    "type": "product_information_extended_item",
                                    "section_name": "From the manufacturer",
                                    "contents": [
                                        {
                                            "type": "product_information_rows",
                                            "title": null,
                                            "rows": [
                                                {
                                                    "type": "product_information_image_row",
                                                    "alt": " ",
                                                    "url": "https://m.media-amazon.com/images/S/aplus-media/sota/ecfe3671-0ec5-480e-9480-b90d338bd032.__CR0,0,970,300_PT0_SX970_V1___.jpg"
                                                },
                                                {
                                                    "type": "product_information_text_row",
                                                    "text": "SKECHERS delivers innovative and comfortable footwear to men, women and kids around the globe. With collections for walking, wellness, active lifestyles and more, there’s a perfect pair of SKECHERS for everyone. Read more"
                                                }
                                            ]
                                        },
                                        {
                                            "type": "product_information_rows",
                                            "title": null,
                                            "rows": [
                                                {
                                                    "type": "product_information_image_row",
                                                    "alt": "uk",
                                                    "url": "https://m.media-amazon.com/images/S/aplus-media/sota/d7fed975-be93-48f5-b3b6-40182e6398f5.__CR0,0,970,600_PT0_SX970_V1___.jpg"
                                                }
                                            ]
                                        },
                                        {
                                            "type": "product_information_rows",
                                            "title": null,
                                            "rows": [
                                                {
                                                    "type": "product_information_image_row",
                                                    "alt": "uk",
                                                    "url": "https://m.media-amazon.com/images/S/aplus-media/sota/ea117a2d-fa1f-4422-aaa1-ef6c3af3ce90.__CR0,0,970,300_PT0_SX970_V1___.jpg"
                                                },
                                                {
                                                    "type": "product_information_text_row",
                                                    "text": "Read more"
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "type": "product_information_details_item",
                                    "section_name": "Product details",
                                    "body": {
                                        "Is Discontinued By Manufacturer\n                                    ‏": "‎ No",
                                        "Product Dimensions\n                                    ‏": "‎ 0.39 x 0.39 x 0.39 inches; 11 Ounces",
                                        "Item model number\n                                    ‏": "‎ 65474",
                                        "Department\n                                    ‏": "‎ Mens",
                                        "Date First Available\n                                    ‏": "‎ December 15, 2017",
                                        "Manufacturer\n                                    ‏": "‎ Skechers",
                                        "ASIN\n                                    ‏": "‎ B07567R371",
                                        "Best Sellers Rank": "#2,656 in Clothing, Shoes & Jewelry ( See Top 100 in Clothing, Shoes & Jewelry )\n#7 in Men's Fashion Sneakers",
                                        "Customer Reviews": "4.6 out of 5 stars 22,212 ratings"
                                    }
                                }
                            ],
                            "product_images_list": [
                                "https://m.media-amazon.com/images/I/8197MXpGLvL._AC_UL1500_.jpg",
                                "https://m.media-amazon.com/images/I/719Z21lVu3L._AC_UL1500_.jpg",
                                "https://m.media-amazon.com/images/I/71L4rQHGnYL._AC_UL1500_.jpg",
                                "https://m.media-amazon.com/images/I/71nesyN-p1L._AC_UL1500_.jpg",
                                "https://m.media-amazon.com/images/I/81jKmVO+hvL._AC_UL1500_.jpg",
                                "https://m.media-amazon.com/images/I/81lFWwrnyRL._AC_UL1500_.jpg",
                                "https://m.media-amazon.com/images/I/31GWG3V0NKL._SS40_PKmb-play-button-overlay-thumb_.jpg",
                                "https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/transparent-pixel._V192234675_.gif"
                            ],
                            "description": "100% Textile and Synthetic\nImported\nRubber sole\nShaft measures approximately not_applicable from arch\nAir Cooled Memory Foam\nClassic Fit\nAir Cooled\n\n\nShow more",
                            "is_available": true
                        }
                    ]
                }
            ]
        }
    ]
}

Embed DataForSeo widget on your website


Embed code:
Preview: