Continuously growing database covering over 1.6 billion Amazon products
Sub-second response times with structured JSON for instant integration
Download results in CSV or JSON for spreadsheets, databases, or ML pipelines
Hazmat, regulatory, and transportation classification for every product
Support for US, CA, MX, BR Amazon marketplaces with more coming
Search by ASIN, UPC, EAN, or GTIN — get all related identifiers back
Each API call returns comprehensive product data. Here's everything you get.
Instantly resolve any Amazon ASIN to its UPC, EAN, and GTIN identifiers — or look up any UPC/EAN to find matching ASINs.
"identifiers": [
{ "identifier": "0810043378307", "type": "EAN" },
{ "identifier": "810043378307", "type": "UPC" },
{ "identifier": "00817915023891","type": "GTIN" },
{ "identifier": "817915023891", "type": "UPC" }
]Get rich, structured product metadata including brand, manufacturer, model, category hierarchy, pricing, and release dates.
"summary": {
"brand": "Etekcity",
"itemName": "Smart Food Kitchen Scale...",
"manufacturer": "Etekcity",
"modelNumber": "ESN00",
"classification1": "Digital Scales",
"classification2": "Scales",
"classification3": "Measuring Tools & Scales",
"listPrice": 39.99,
"listPriceCurrency": "USD"
}Access marketing bullet points, key features, and hazmat/compliance information exactly as listed on Amazon.
"attributes": {
"bulletPoint": [
{ "value": "Accurate Weighing: 4 high-precision sensors..." },
{ "value": "High-Quality Material: food-grade 304 stainless..." }
],
"hazmat": [
{ "aspect": "united_nations_regulatory_id", "value": "UN3481" }
]
}Understand parent-child product relationships and variation types to map complete product families.
{
"asin": "B07FCZSC41",
"variationType": "CHILD"
}
{
"asin": "B0CXQ5DVS1",
"variationType": "PARENT"
}Access all product images hosted on our CDN, including main images and alternate views with variant labels.
"images": [
{ "variant": "MAIN", "link": "https://ecomsource-images.s3..." },
{ "variant": "PT01", "link": "https://ecomsource-images.s3..." }
]Get precise item and package dimensions including height, width, length, and weight for shipping calculations.
"dimensions": [
{ "type": "item", "height": 0.6, "width": 6.3, "length": 9.2, "weight": 1.2 },
{ "type": "package", "height": 1.34, "width": 7.20, "length": 10.51, "weight": 1.52 }
]Track product performance with real-time Best Seller Rank data across display groups and classifications.
"salesRanks": [
{ "type": "displayGroup", "categoryName": "Kitchen & Dining", "rank": 2 },
{ "type": "classification", "categoryName": "Digital Kitchen Scales", "rank": 1 }
]Access deep hardware and material specifications including electrical data, material composition, and compliance parameters.
"options": {
"voltage": "110 Volts",
"wattage": "1500 Watts",
"material": "Stainless Steel",
"connector_gender": "Male-to-Male",
"batteries_included": "Yes"
}