aE-Commerce

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.

Realtime dataStructured JSON11 endpointsFree plan availableFast responses

Endpoints

Amazon endpoints

All Amazon endpoints are served under the /amz prefix and share the same API key and quota as every other platform.

GET/amz/amazon-lookup-product
Product details

Full product page by URL: title, price, rating, images, features, variations, reviews.

urlmerchantpsccacheTtl
GET/amz/amazon-lookup-product-by-asin
Product details by ASIN

Same payload as product details, addressed by ASIN and marketplace.

asindomainCodepsc
GET/amz/amazon-search-by-keyword-asin
Search products

Keyword search with paging, sorting and sponsored filtering.

keyworddomainCodepagesortByexcludeSponsoredcategory
GET/amz/amazon-lookup-reviews
Product reviews

Paged customer reviews with star filters.

asindomainCodepagesortByfilters
GET/amz/amazon-lookup-prices
Seller offers

All offers for an ASIN including buy box, condition and shipping.

asindomainCodepagecondition
GET/amz/amazon-lookup-seller
Seller details

Seller profile, ratings and business information.

sellerIddomainCode
GET/amz/amazon-seller-products
Seller products

Products offered by a given seller.

sellerIddomainCodepage
GET/amz/amazon-best-sellers-list
Best sellers

Best-seller list for a category URL.

domainCodeurlpage
GET/amz/amazon-search-deals-v2
Deals

Today's deals for a marketplace, 30 per page, with department, discount, price and rating filters.

domainCodepagedepartmentsdiscountRangeminProductStarRatingpriceRange
GET/amz/amazon-deal-filter-v2
Deal filters

Valid filter values (departments, discount ranges, price ranges) for the deals endpoint.

domainCode
GET/amz/amazon-price-history
Price history

Historical prices collected by this API.

asindomainCodedays

Example 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

200 OK · application/json
{
  "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

Price monitoring & repricing
Market research & category analysis
Catalog enrichment
Competitor tracking
Brand protection

Popular use cases

Guides for Amazon data

Step-by-step pages for the most common jobs, each with a real request and response.

Pricing

Included in every plan

The Amazon API is part of the shared quota – no separate subscription needed.

Free
€0 / month
  • 100 requests / month
  • 10 requests / minute
  • All platforms included
  • Realtime JSON responses
  • Standard e-mail support
Starter
€30 / month
  • 5,000 requests / month
  • 50 requests / minute
  • All platforms included
  • Realtime JSON responses
  • Standard e-mail support
Most popular
Production
€80 / month
  • 50,000 requests / month
  • 100 requests / minute
  • All platforms included
  • Realtime JSON responses
  • Standard e-mail support
Business
€300 / month
  • 300,000 requests / month
  • 250 requests / minute
  • All platforms included
  • Realtime JSON responses
  • Standard e-mail support

FAQ

Frequently asked questions