Amazon data API

Amazon product data API.

Under 100ms from cache Price & BSR history 11 markets + Walmart From $0.30 / 1,000 CSV Batches

Send an ASIN, get structured JSON back — price, BSR, rating, review count, sellers, buy box, and price history in a single call.

curl "https://api.logimu.com/v1/product?asin=B006QF3TW4&country=us" \
     -H "x-api-key: sk_live_..."

{
  "asin": "B006QF3TW4",  "marketplace": "amazon-us",  "source": "cache",
  "title": "LifeStraw Personal — Water Filter for Hiking, Camping...",
  "brand": "LifeStraw",   "price": 14.99,   "currency": "USD",
  "bsr": 57,   "rating": 4.8,   "reviews_count": 99971,
  "seller_count": 7,   "buybox_seller": "Amazon.com",   "fba": false,
  "upc": "764014282943",   "bought_past_month": 10000,
  "current_sellers": { "offer_count": 7, "sellers": [ /* name, id, price, fba, feedback, buybox_days */ ] },
  "price_changes_30d": [
    { "at": "2026-07-31T14:36:47Z", "from": 14.24, "to": 14.99 }
  ],
  "price_history": [ /* … since Oct 2023 (US) */ ],
  "observed_at": "2026-08-06T17:12:50Z",   "credits_charged": 1.0
}

Real response, trimmed for width. Add &mode=live to scrape on demand instead of reading cache.

No card · No Amazon approval · No sales quota · Failed requests are never billed
Live demo · production API, right here

Then click any product for its full history — price and rank over time, every seller on the listing, and who has held the buy box.

Paste any ASIN, or switch the marketplace dropdown to look the same product up elsewhere. Live responses from our production warehouse — observed snapshots, not Amazon's live feed. The demo is rate-limited per visitor; the API itself is not.

What a product response includes.

  • Title, brand, category, image, UPC, parent ASIN
  • Price, currency and stock state
  • Best Sellers Rank
  • Rating and review count
  • Every current seller — price, FBA, Prime, feedback, buy-box days
  • Amazon's “bought in past month” figure
  • Full price series + price-change events
  • Stock-change events and stock history
  • Brand-level stats
  • bsr_history=true → daily rank per category, since Oct 2023 (US)
  • offer_history=true → buy-box timeline + per-seller price series
  • observed_at on every record, and credits charged in the response

Amazon US, UK, DE, CA, AU, JP, FR, IT, ES, MX, BR + US Walmart, in one schema. Amazon US has the deepest history; other marketplaces start when tracking began there.

Cached or live — you choose, per request.

mode=cache — the default

Answers from our warehouse, typically well under 100ms. Every record carries observed_at, so you can see exactly how fresh the snapshot is and decide for yourself — we don't ask you to take freshness on trust.

mode=live — when it has to be now

Fetches the product on demand. Slower than cache — it is a real page fetch, so expect seconds rather than milliseconds. Use it when the answer must be current to the minute. Failed fetches are never billed.

Same endpoint, same schema, one parameter. You are never locked into one or the other.

What it costs.

From $0.30 per 1,000 at volume. Start free with 2,500 credits and no card, then choose a monthly subscription (auto-renews, the most credits per dollar, credits valid 30 days) or a one-time pack you pay for by card — no account, no auto-renew, credits valid 90 days, at about 20% fewer credits for the same price. A cached product lookup is 1 credit — a simple, published cost, not a multiplier. Failed and partial requests are never billed.

See full pricing →

How it compares.

 This APIAmazon's own APILive-scrape providers
EligibilityNone — sign up and goAssociates account + qualifying salesNone
Cached responseTypically under 100msAPI-dependentUsually no cache
Live fetchmode=live, secondsn/aSeconds, every request
Price / BSR historyIncluded, since Oct 2023 (US)Not returnedRarely returned
Billing on failureNever billedn/aVaries
Coverage11 Amazon marketplaces + US WalmartPer-marketplace credentialsVaries

Comparing a specific vendor? See the Rainforest, Keepa, ASIN Data API and Canopy pages.

Who builds on it.

  • Price-tracking and repricing tools
  • AI agents and MCP tools that need product facts
  • Comparison and deal sites
  • Affiliate sites that lost official API access
  • Catalogue enrichment and PIM pipelines
  • Market research and competitive monitoring

Get your API key instantly.

Sign up and your key is issued automatically — 2,500 free credits, no card, endpoint docs in your dashboard. Your first product lookup is a single curl away.

Get 2,500 free credits