Marketplace aware
Currency, locale, host, and deterministic delivery context are selected together.
Product data
Normalize titles, images, ratings, pricing, availability, delivery, and identifiers across supported Amazon marketplaces.
Why it matters
Marketplace pages vary by locale and change over time. Glade keeps acquisition, parsing, schema validation, cache policy, and freshness metadata behind one versioned contract.
POST /api/graphql
operation: product
variables: {
"asin": "B0D1XD1ZV3",
"domain": "US"
}Currency, locale, host, and deterministic delivery context are selected together.
Cache state and fetched time make staleness visible to your application.
A successful normalized operation consumes one request unit; failures do not.
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