Product data

A stable product record from one ASIN.

Normalize titles, images, ratings, pricing, availability, delivery, and identifiers across supported Amazon marketplaces.

Why it matters

Context makes data usable.

Marketplace pages vary by locale and change over time. Glade keeps acquisition, parsing, schema validation, cache policy, and freshness metadata behind one versioned contract.

REQUESTproduct · one successful unit
POST /api/graphql

operation: product
variables: {
  "asin": "B0D1XD1ZV3",
  "domain": "US"
}
01

Marketplace aware

Currency, locale, host, and deterministic delivery context are selected together.

02

Freshness included

Cache state and fetched time make staleness visible to your application.

03

One billable unit

A successful normalized operation consumes one request unit; failures do not.

Start with the contract, then verify with data.

Use the playground for a bounded live call, inspect freshness and request metadata, and move to production only after your fixture checks pass.

Open the playground