Skip to content

Amazon Product Data API

A GET request to our /api/getter/?platform="amazon_detail" endpoint allows you to scrape product data for any product listing URL on Amazon's marketplace in real-time.

Example

To scrape details about the latest iPhone from Amazon, you can use the following command:

1
curl -v -L 'https://data.unwrangle.com/api/getter/?platform=amazon_detail&url=https%3A%2F%2Fwww.amazon.com%2FApple-iPhone-13-128GB-Blue%2Fdp%2FB09LNX6KQS%2F&api_key=API_KEY'

Note

When using curl, it is necessary to add the option -L to get the data back. This is because in some cases our server responds with a 301 and curl does not follow the redirect by default.

Query Parameters

As you can see in the example above, our endpoint needs the following query parameters:

Product URL

url

Required

Product listing's URL on Amazon. Remove unnecessary query parameters and encode the URL.

Other Required Parameters

platform

Required

Specifies the scraping engine you wish to invoke. In this case, the value should be amazon_detail.

api_key

Required

Your account's token—which can be obtained by signing up here.

Note

The value of the query parameter url must be URL or percent encoded. If you're using Python, this can be done with the function urlencode.

Results

The response will include the following attirbutes for the product:

Attributes Returned Data Type Information Represented
name string Name of product lisitng
brand string Brand of product listing
categories string List of categories the product belongs to
images string Product listing's images
price string Price of product
price_reduced string Reduced price of product
max_quantity int Max quantity purchasable for any user
rating float Average rating of product
total_ratings int No. of ratings received
asin string Product's retailer ID on Amazon
overview list Product's overview as listing on Amazon
details_table list Product's specifications table as a list
bestseller_ranks list Product's bestseller rank in each category on Amazon
seller_name string Seller's name on Amazon
seller_url string Seller's profile URL on Amazon
top_reviews list Top reviews for the product

Response Example

Here's the response you can expect to receive for the request showcased above:

{
    "success": true,
    "url": "https://www.amazon.com/Apple-iPhone-13-128GB-Blue/dp/B09LNX6KQS/",
    "result_count": 1,
    "detail": {
        "name": "Apple iPhone 13, 128GB, Blue - Unlocked (Renewed)",
        "brand": "Amazon Renewed",
        "categories": [
            {
                "name": "Cell Phones & Accessories",
                "url": "https://www.amazon.com/cell-phones-service-plans-accessories/b/ref=dp_bc_aui_C_1/134-3622137-5906803"
            },
            {
                "name": "Cell Phones",
                "url": "https://www.amazon.com/cell-phone-devices/b/ref=dp_bc_aui_C_2/134-3622137-5906803"
            }
        ],
        "images": [
            "https://m.media-amazon.com/images/I/41t6RkpqD1L._AC_SR38,50_.jpg",
            "https://m.media-amazon.com/images/I/31xaSGtJQGL._AC_SR38,50_.jpg",
            "https://m.media-amazon.com/images/I/41-8YvVCeyL._AC_SR38,50_.jpg",
            "https://m.media-amazon.com/images/I/41Mse24iuNL._AC_SR38,50_.jpg",
            "https://m.media-amazon.com/images/I/41t6RkpqD1L._AC_SR38,50_.jpg",
            "https://m.media-amazon.com/images/I/41t6RkpqD1L._AC_SR38,50_.jpg",
            "https://m.media-amazon.com/images/I/31xaSGtJQGL._AC_SR38,50_.jpg"
        ],
        "price": "$395.57",
        "price_reduced": "$408.71",
        "max_quantity": 47,
        "rating": 4.2,
        "total_ratings": 6124,
        "asin": "B09LNX6KQS",
        "overview": [
            {
                "name": "Brand",
                "value": "Apple"
            },
            {
                "name": "ModelName",
                "value": "iPhone13"
            },
            {
                "name": "WirelessCarrier",
                "value": "UnlockedforAllCarriers"
            },
            {
                "name": "OperatingSystem",
                "value": "iOS16"
            },
            {
                "name": "CellularTechnology",
                "value": "5G,4GLTE"
            },
            {
                "name": "MemoryStorageCapacity",
                "value": "128GB"
            },
            {
                "name": "ConnectivityTechnology",
                "value": "Wi-Fi"
            },
            {
                "name": "Color",
                "value": "Blue"
            },
            {
                "name": "ScreenSize",
                "value": "6.1Inches"
            },
            {
                "name": "Wirelessnetworktechnology",
                "value": "LTE"
            }
        ],
        "details_table": [
            {
                "name": "Product Dimensions",
                "value": "7 x 4 x 5 inches"
            },
            {
                "name": "Item Weight",
                "value": "8.8 ounces"
            },
            {
                "name": "ASIN",
                "value": "B09LNX6KQS"
            },
            {
                "name": "Item model number",
                "value": "iPhone 13"
            },
            {
                "name": "Batteries",
                "value": "1 Lithium Ion batteries required."
            },
            {
                "name": "Customer Reviews",
                "value": "4.2  4.2 out of 5 stars    \n    6,124 ratings   \n\n\n 4.2 out of 5 stars"
            },
            {
                "name": "Best Sellers Rank",
                "value": "#4 in Amazon Renewed (See Top 100 in Amazon Renewed)  #4 in Renewed Smartphones  #115 in Climate Pledge Friendly: Electronics"
            },
            {
                "name": "OS",
                "value": "iOS 16"
            },
            {
                "name": "RAM",
                "value": "4 GB"
            },
            {
                "name": "Connectivity technologies",
                "value": "Wi-Fi"
            },
            {
                "name": "GPS",
                "value": "True"
            },
            {
                "name": "Special features",
                "value": "Built-In GPS"
            },
            {
                "name": "Other display features",
                "value": "Wireless"
            },
            {
                "name": "Human Interface Input",
                "value": "Touchscreen"
            },
            {
                "name": "Scanner Resolution",
                "value": "1920 x 1080"
            },
            {
                "name": "Other camera features",
                "value": "Front, Rear"
            },
            {
                "name": "Form Factor",
                "value": "Slate"
            },
            {
                "name": "Color",
                "value": "Blue"
            },
            {
                "name": "Battery Power Rating",
                "value": "3600 Amp Hours"
            },
            {
                "name": "Phone Talk Time",
                "value": "18 Hours"
            },
            {
                "name": "Whats in the box",
                "value": "iPhone, Lightning to USB Cable, Adapter"
            },
            {
                "name": "Manufacturer",
                "value": "Apple Computer"
            },
            {
                "name": "Date First Available",
                "value": "November 11, 2021"
            },
            {
                "name": "Memory Storage Capacity",
                "value": "128 GB"
            },
            {
                "name": "Standing screen display size",
                "value": "6.1 Inches"
            },
            {
                "name": "Ram Memory Installed Size",
                "value": "6 GB"
            }
        ],
        "bestseller_ranks": [
            {
                "name": "See Top 100 in Amazon Renewed",
                "url": "https://www.amazon.com/gp/bestsellers/amazon-renewed/ref=pd_zg_ts_amazon-renewed",
                "rank": 4
            },
            {
                "name": "Renewed Smartphones",
                "url": "https://www.amazon.com/gp/bestsellers/amazon-renewed/17871142011/ref=pd_zg_hrsr_amazon-renewed",
                "rank": 4
            },
            {
                "name": "Climate Pledge Friendly: Electronics",
                "url": "https://www.amazon.com/gp/bestsellers/climate-pledge/21377130011/ref=pd_zg_hrsr_climate-pledge",
                "rank": 115
            }
        ],
        "seller_name": "BidAllies",
        "seller_url": "https://www.amazon.com/gp/help/seller/at-a-glance.html/ref=dp_merchant_link?ie=UTF8&seller=A1UK372G1RLYU6&asin=B09LNX6KQS&ref_=dp_merchant_link",
        "top_reviews": [
            {
                "reviewer_name": "Donna Heller",
                "review_title": "\nTrustworthy",
                "rating": 5.0,
                "review_text": "I was skeptical purchasing a \"used\" iPhone online.  But I am so happy with  my new phone! First, it arrived in a timely manner.  Second, it was in the condition as indicated, looked brand new.  I took it to a local phone shop to have a protective cover placed on it and the tech said there are a few scratches on the screen, but honestly I never found them!  The phone works great.  I held off on writing a review, just to make sure the phone continued to work well.  It's been nearly two months and it's working great and I still love it!\nRead more",
                "date": "2024-02-23",
                "verified_perchase": true
            },
            {
                "reviewer_name": "Customer",
                "review_title": "\nLike new",
                "rating": 5.0,
                "review_text": "Really happy with my phone. It looked like it was brand new except for a teeny scratch in the corner,  but it ended up coming with a screen protector that we didn’t know was on there and it was the screen protector that was scratched. Every once in a while after prolonged use like watching videos, the battery does heat up so I’m not sure if that will be a problem one day.  Delivery was fast and it was packed well. I purchased a phone from another Amazon seller the week prior and we had to return it bc of battery problems. My only complaint is that the charger that came with the phone does not work well.\nRead more",
                "date": "2024-02-11",
                "verified_perchase": true
            },
            {
                "reviewer_name": "Ashli",
                "review_title": "\nPerfect perfect perfect",
                "rating": 5.0,
                "review_text": "I’ve had this phone for about 3 months now; upgraded from an iPhone XS Max to this, no issues so far & everything is still perfect.When I received it the first thing I did was check for scratches, cracks, dents, etc. and there was absolutely none, it was like it was brand new out of the Apple Store.I charged it up, set it up with no issues.Tested both cameras which worked perfectly. Tested the microphone & speaker which also worked perfectly. (The sound was very loud which I appreciated)Battery life was at 100% :)I also wasn’t sure about the color, I usually am a pink or gold girlie but I went with midnight, it looks black until you’re in the sunlight, then it looks very blue. I remember driving down the road & the sunlight was hitting it directly, I couldn’t even tell it was ever a black-ish color. It was very blue and I thought it was very pretty :)I’m so so so pleased with this phone, definitely money well spent and worth it.\nRead more",
                "date": "2024-01-15",
                "verified_perchase": true,
                "review_imgs": [
                    "https://m.media-amazon.com/images/I/61SWMINS9gL._SY88.jpg",
                    "https://m.media-amazon.com/images/I/61VGHMQjS+L._SY88.jpg"
                ]
            },
            {
                "reviewer_name": "aleksandar zeravic",
                "review_title": "\nGood",
                "rating": 4.0,
                "review_text": "Buy in good condition.Battery 84%.Up button a little loose.No scratches except small ones on the buttons.Screen without scratches.The ear speaker was a bit clogged and dirty and the sound was weak so I had to clean it myself.It was on sale so it's good value for money.I'll use it for a while then probably buy a newer model on Amazon\nRead more",
                "date": "2024-01-10",
                "verified_perchase": true
            },
            {
                "reviewer_name": "lainey",
                "review_title": "\nExtremely Happy!!",
                "rating": 5.0,
                "review_text": "I purchased a refurbished iPhone 13 and I am extremely happy with my purchase! I received my phone quickly and very well packaged. The phone looked new, no scratches or dents, the battery was at 100% and it came with a charging cord. The price was so much cheaper then a new one and I won’t hesitate to buy from Amazon refurbished when I buy my next phone!!\nRead more",
                "date": "2024-02-13",
                "verified_perchase": true
            },
            {
                "reviewer_name": "Abii",
                "review_title": "\nFast Delivery and Great Quality",
                "rating": 5.0,
                "review_text": "Battery Health 100%Only few scratches on the side of the phone but when you put on a case you obviously wouldn’t see it.Phone works great!Totally worth it !\nRead more",
                "date": "2024-02-06",
                "verified_perchase": true
            },
            {
                "reviewer_name": "PEC",
                "review_title": "\nLike new phone for half the price",
                "rating": 5.0,
                "review_text": "I got a renewed iphone 13.  It was delivered the next day.  The case and all glass was without defect. The battery life was 96%, which is pretty good for a used phone (Renew does not replace the battery, and they generally drop to 85% life by 300 recharge cycles).  My iphone 12 broke and I needed a new phone fast.  The Verizon store was $730 for a replacement unit.  This unit at $405 with similar specs (but iPhone 13) was a good solution.\nRead more",
                "date": "2024-02-15",
                "verified_perchase": true
            },
            {
                "reviewer_name": "Syed Sadman",
                "review_title": "\nBattery Life",
                "rating": 4.0,
                "review_text": "Although this product did come when its supposed to and I am pretty happy with it, I did notice a few paint scratches, which I'd expect from a reused phone. However, I was really disappointed to see the battery life. While others were fortunate, it was the opposite for me. The battery life on my phone is 85% and the phone itself charges really slow, for me at least. The phone itself is in good condition and works smoothly, it's just the battery life that really disappointed me as I wanted something near the mid 90's because I want a phone I can use daily without having to charge every two hours and I'd expect a phone to charge much faster, but this phone took almost an hour to charge at least 15%!!!\nRead more",
                "date": "2024-02-29",
                "verified_perchase": true
            }
        ]
    },
    "remaining_credits": 624347
}

Request Cost

Each request to this endpoint costs 10 credits.

Supported Countries

The countries we support to scrape Amazon's search results from are listed below:

Country Domain Code
USA Amazon.com us
UK Amazon.co.uk gb
France Amazon.fr fr
Germany Amazon.de de
India Amazon.in in
Australia Amazon.au au
Brazil Amazon.br br
Spain Amazon.es es
Japan Amazon.co.jp jp

We can add support for more countries on request.

Support

If you want to add a parameter to our response, or have any question or feedback, please write to us at support@unwrangle.com