Amazon Product Data API
Pull product details, search results, offer listings, seller profiles, best-seller lists and deals from any Amazon marketplace in realtime. Every call hits the live page – no stale database in between – and returns compact, structured JSON.
Endpoints
Amazon endpoints
All Amazon endpoints are served under the /amz prefix and share the same API key and quota as every other platform.
Full product page by URL: title, price, rating, images, features, variations, reviews.
urlmerchantpsccacheTtlSame payload as product details, addressed by ASIN and marketplace.
asindomainCodepscKeyword search with paging, sorting and sponsored filtering.
keyworddomainCodepagesortByexcludeSponsoredcategoryPaged customer reviews with star filters.
asindomainCodepagesortByfiltersAll offers for an ASIN including buy box, condition and shipping.
asindomainCodepageconditionSeller profile, ratings and business information.
sellerIddomainCodeProducts offered by a given seller.
sellerIddomainCodepageBest-seller list for a category URL.
domainCodeurlpageToday's deals for a marketplace, 30 per page, with department, discount, price and rating filters.
domainCodepagedepartmentsdiscountRangeminProductStarRatingpriceRangeValid filter values (departments, discount ranges, price ranges) for the deals endpoint.
domainCodeHistorical prices collected by this API.
asindomainCodedaysExample request
curl "https://api.everydata.io/amz/amazon-lookup-product?url=https%3A%2F%2Fwww.amazon.com%2Fdp%2FB0B17BYJ5R" \
-H "x-api-key: YOUR_API_KEY"Example response
{
"responseStatus": "PRODUCT_FOUND_RESPONSE",
"responseMessage": "Product successfully found!",
"productTitle": "2 Pack USB C Charger, 20W PD Fast Charger Dual Port",
"manufacturer": "LCGENS",
"countReview": 16220,
"productRating": "4.6 out of 5 stars",
"asin": "B0B17BYJ5R",
"soldBy": "yunquanchenn",
"fulfilledBy": "Amazon",
"price": 12.99,
"retailPrice": 15.99,
"currency": "USD",
"warehouseAvailability": "In Stock",
"features": [
"2-Pack dual port fast charging",
"20W USB-C Power Delivery"
],
"imageUrlList": [
"https://m.media-amazon.com/images/I/61kELOAEe2L._AC_SL1500_.jpg"
],
"categories": [
"Cell Phones & Accessories",
"Accessories",
"Chargers"
],
"variations": [
{
"variationName": "color_name",
"values": [
{
"value": "White",
"asin": "B0B17BYJ5R",
"selected": true
}
]
}
]
}Use cases
What teams build with Amazon data
Popular use cases
Guides for Amazon data
Step-by-step pages for the most common jobs, each with a real request and response.
Track Amazon prices in realtime across 15+ marketplaces. Live buy-box price, list price, stock and a price-history endpoint – one JSON call per ASIN.
Any Amazon product page as structured JSON: title, brand, price, rating, images, bullets, specs, variations and top reviews. Realtime, by URL or ASIN.
Query Amazon search results by keyword as JSON: ASINs, prices, ratings, Prime flag, sales volume and sponsored markers per page, on any marketplace.
Get Amazon product reviews as JSON: star rating, review count, rating histogram and top reviews with title, text, date and verified flag – by ASIN or URL.
Pricing
Included in every plan
The Amazon API is part of the shared quota – no separate subscription needed.
FAQ