Amazon Price Data API

Get real-time Amazon pricing data including current price, list price, savings percentages, and deal information. Perfect for price tracking and comparison tools.

Why Use This API?

Everything you need to integrate Amazon data into your application

Complete Pricing Details

Access current price, list price, savings amount, savings percentage, and deal information in one request.

Real-Time Updates

Get the latest pricing information directly from Amazon with no caching delays.

Deal Detection

Automatically identify deals, discounts, Lightning Deals, and limited-time offers.

Multi-Currency Support

Get prices in local currency for each marketplace with proper formatting and symbols.

Try It Out

See how easy it is to fetch Amazon data with our API

bash
curl -X GET "https://api.canopyapi.co/v1/amazon/product?asin=B08N5WRWNW" \
  -H "Authorization: Bearer YOUR_API_KEY"
Response
{
  "asin": "B08N5WRWNW",
  "title": "PlayStation 5 Console",
  "price": {
    "value": 449.99,
    "currency": "USD",
    "displayString": "$449.99",
    "listPrice": {
      "value": 499.99,
      "displayString": "$499.99"
    },
    "savings": {
      "amount": 50,
      "percentage": 10,
      "displayString": "Save $50.00 (10%)"
    }
  },
  "availability": {
    "status": "IN_STOCK",
    "displayString": "In Stock"
  },
  "deal": {
    "type": "DEAL_OF_THE_DAY",
    "badge": "Today's Deal"
  }
}

What Can You Build?

Here are some popular use cases for this API

1

Build price drop alert systems and notification tools

2

Create automated repricing tools for sellers

3

Develop price comparison engines and shopping assistants

Understanding the Response

Key fields returned by the API

Product Information

Includes title, brand, ASIN, and product URL for easy identification and linking.

Pricing Data

Current price with currency, display formatting, and availability status.

Rating & Reviews

Average rating score and total number of customer reviews.

Images

High-resolution product images in multiple variants (main, alternate views).

Frequently Asked Questions

How often do prices update?

Prices are fetched in real-time from Amazon with each API request, ensuring you always have the most current pricing information.

Can I track price history?

Historical price data is not included in the API response. Each request returns current pricing. You can store responses over time to build your own price history.

What about different marketplace currencies?

Prices are returned in the local currency for each marketplace (USD for US, GBP for UK, EUR for EU markets, etc.) with proper formatting.

How do I detect if a product is on sale?

Check the savings field in the price object. If present, it indicates a discount with the amount and percentage saved from the list price.

Are Lightning Deal prices included?

Yes, Lightning Deals and time-limited offers are included. The deal object will indicate the deal type and any special badge labels.

Ready to Get Started?

Start building with our Amazon API today. Get 100 free requests every month.