Real-Time Amazon Product Data, Delivered via API

Plans That Fit Any Scale

$9

$19

$39

Powering a data-heavy business? Checkout our Professional Plan or Contact us for customized plan and pricing. Payments are proceed my Freemius – our payment and licensing partner.

Trusted by some of the biggest data-driven organizations

Get Started in 3 Simple Steps

1
Choose Plan
2
Get API Key
3
API Request
Amazon Data
01 — Choose your plan

Pick the plan that fits your needs.

Choose the number of API credits you need and complete your purchase. You can start small and upgrade as your usage grows.

02 — Get your API key

Your API key is sent automatically.

Once you purchase a plan, we’ll send your API key to the email address you used during checkout.

03 — Make your first API request

Start getting Amazon data immediately.

Add your API key to your request and send it to the Amazing API. That’s it.

cURL Request
curl -L 'https://api.getamazingapi.com/v1/product/' \
  -H 'Content-Type: application/json' \
  -H 'x-api-key: your-api-key-here' \
  -d '{
    "asin": "B0DLZBY9W6",
    "country": "us"
  }'
Response
{
  "title": "Product title",
  "price": "$29.99",
  "availability": "In Stock",
  ...
}

That’s it. You’re ready to build.

Use Amazing API from your application, website, automation, dashboard, or data pipeline.

Got Questions? We’ve Got Answers.

Try It Free. Scale When You’re Ready.