Amazon data API

Amazon product data API.

Under 100ms from the warehouse 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 the warehouse.

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.

Warehouse 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 the warehouse — 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. Pick a monthly plan from $19 with an unconditional 14-day money-back from $19 — a credit allowance that renews with each billing cycle, paid by card through Lemon Squeezy, cancel anytime. Subscribers can add a top-up at their tier's rate when a month runs heavy, usable over 90 days. A warehouse 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
Warehouse responseTypically under 100msAPI-dependentUsually none
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

Amazon stats inside Claude & ChatGPT.

Prefer tool calls in your assistant over raw API calls? Webotee AI Connect puts this same Amazon data to work inside Claude & ChatGPT — product search and shopping lookups like this API’s, plus a wide set of Amazon market stats and research tools: brand intelligence, seller networks, niche & category discovery, and AI-assisted evaluations grounded in observed data. Built by the team behind Logimu; plans from $29/month.

Get your API key instantly.

Pick a plan from $19/month and your key is issued the moment payment completes — endpoint docs in your dashboard. Unconditional 14-day money back. Your first product lookup is a single curl away.

Start for $19/month